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.
 
 
Go to file
Johannes Frohnmeyer fc256a1376
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/woodpecker Pipeline was successful Details
Support release candidates
2 weeks ago
buildSrc Bump commons + gson-compile. Introduces safe writing (no more half-written config files!) 2 months ago
common GTK: More work on settings screens 2 months ago
docs Attempt to set up updater for gitea 5 months ago
launcher Support release candidates 2 weeks ago
launcher-cli GTK: Start working on instance creation flow 2 months ago
launcher-dist Initial work on porting to java-gi, currently broken 3 months ago
launcher-gtk Die URL 2 months ago
launcher-imgui Update copyright 2 months ago
launchwrapper Make it compile against java-gi changes (and some patches) 2 months ago
packaging Initial work on porting to java-gi, currently broken 3 months ago
wrapper Initial work on porting to java-gi, currently broken 3 months ago
.gitignore Use mdbook for docs 7 months ago
.gitmodules Use http url for packaging/arch-linux 5 months ago
.woodpecker.yml Tweak main window 2 months ago
LICENSE Update copyright 2 months ago
README.md Use a "stable" java-gi version (0.3) and mention it in the README 2 months ago
book.toml Adjust paths 5 months ago
build.gradle.kts Use a "stable" java-gi version (0.3) and mention it in the README 2 months ago
settings.gradle.kts Fix (don't use extension methods for now) 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