Inceptum/README.md
2021-10-31 16:59:25 +01:00

1.5 KiB

Inceptum Launcher

A FOSS Launcher for Minecraft written in Java

Inceptum is a WIP minecraft launcher
Since it is very bare-bones currently, I would not recommend using it

Licenses

Inceptum utilizes code/libraries/assets from:

  • ATLauncher: Microsoft authentication
  • MultiMC: Used as a reference for some implementations
  • imgui-java: The library used for UI
  • Dear ImGui: Included and wrapped in imgui-java, UI library
  • LWJGL: Used as a backend for imgui-java
  • gson: Used for interacting with various APIs and configs
  • slf4j: Used for logging
  • logback: An implementation of lsf4j
  • JLHTTP: Used for ATLaunchers Microsoft Authentication implementation
  • JGit: Used in instance creation, hopefully also for sync soon
  • fabric-meta: Code for launching servers from PR#16
  • Ubuntu: Used with nerd font symbols as the font
  • Nerd Fonts: Extra symbols for the font, currently unused
  • meteor-client: A simple HTTP client
  • Several of my other projects