A FOSS Launcher for Minecraft written in Java https://pages.frohnmeyer-wds.de/JfMods/Inceptum/
Go to file
JFronny 4e43d43777
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
chore: update submodule
2024-06-03 15:03:42 +02:00
buildSrc chore: update to jfCommons 1.7 2024-06-03 14:40:44 +02:00
common chore: update to jfCommons 1.7 2024-06-03 14:40:44 +02:00
docs Attempt to set up updater for gitea 2022-11-03 17:07:55 +01:00
gradle chore: update to JVM 22 2024-06-03 15:01:55 +02:00
launcher chore: update to jfCommons 1.7 2024-06-03 14:40:44 +02:00
launcher-cli chore: update to jfCommons 1.7 2024-06-03 14:40:44 +02:00
launcher-dist chore: update to jfCommons 1.7 2024-06-03 14:40:44 +02:00
launcher-gtk chore: update to JVM 22 2024-06-03 15:01:55 +02:00
launcher-imgui chore: update to jfCommons 1.7 2024-06-03 14:40:44 +02:00
launchwrapper chore: refactor build scripts and update java-gi 2024-03-01 21:25:11 +01:00
packaging chore: update submodule 2024-06-03 15:03:42 +02:00
wrapper chore: update to jfCommons 1.7 2024-06-03 14:40:44 +02:00
.gitignore Use mdbook for docs 2022-09-06 16:03:17 +02:00
.gitmodules Use http url for packaging/arch-linux 2022-11-02 23:04:29 +01:00
.woodpecker.yml chore: update to JVM 22 2024-06-03 15:01:55 +02:00
book.toml Adjust paths 2022-11-03 15:39:44 +01:00
build.gradle.kts chore: update to jfCommons 1.7 2024-06-03 14:40:44 +02:00
LICENSE Update copyright 2023-01-29 18:39:17 +01:00
platform_jars.sh Disable irrelevant check 2023-06-30 10:22:32 +02:00
README.md Use a "stable" java-gi version (0.3) and mention it in the README 2023-01-28 10:02:01 +01:00
settings.gradle.kts chore: refactor build scripts and update java-gi 2024-03-01 21:25:11 +01:00

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