A FOSS Launcher for Minecraft written in Java
https://pages.frohnmeyer-wds.de/JfMods/Inceptum/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
buildSrc | 2 months ago | |
common | 2 months ago | |
docs | 5 months ago | |
launcher | 2 weeks ago | |
launcher-cli | 2 months ago | |
launcher-dist | 3 months ago | |
launcher-gtk | 2 months ago | |
launcher-imgui | 2 months ago | |
launchwrapper | 2 months ago | |
packaging | 3 months ago | |
wrapper | 3 months ago | |
.gitignore | 7 months ago | |
.gitmodules | 5 months ago | |
.woodpecker.yml | 2 months ago | |
LICENSE | 2 months ago | |
README.md | 2 months ago | |
book.toml | 5 months ago | |
build.gradle.kts | 2 months ago | |
settings.gradle.kts | 4 months ago |
README.md
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