A FOSS Launcher for Minecraft written in Java
https://pages.frohnmeyer-wds.de/JfMods/Inceptum/
buildSrc | ||
common | ||
docs | ||
gradle | ||
launcher | ||
launcher-cli | ||
launcher-dist | ||
launcher-gtk | ||
launcher-imgui | ||
launchwrapper | ||
packaging | ||
wrapper | ||
.gitignore | ||
.gitmodules | ||
.woodpecker.yml | ||
build.gradle.kts | ||
LICENSE | ||
package.json | ||
platform_jars.sh | ||
README.md | ||
settings.gradle.kts |
Inceptum Launcher
An advanced FOSS Launcher for Minecraft written in Java
For documentation on how to use or install Inceptum, please head to the wiki
Licenses
Inceptum utilizes code/libraries/assets from:
- ATLauncher: Microsoft authentication
- JLHTTP: Used in MS Auth
- 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
- java-gi: The library used for the new UI
- GTK4 (and dependencies): Wrapped in java-gi-generated code, the core UI library
- gson: Used for interacting with various APIs and configs
- Ubuntu: Used with nerd font symbols as the font
- meteor-client: A simple HTTP client
- Several of my other projects