A FOSS Launcher for Minecraft written in Java https://pages.frohnmeyer-wds.de/JfMods/Inceptum/
Go to file
2022-09-04 21:21:24 +02:00
buildSrc Major refactors 2022-09-04 21:21:24 +02:00
common Major refactors 2022-09-04 21:21:24 +02:00
docs Major refactors 2022-09-04 21:21:24 +02:00
launcher Major refactors 2022-09-04 21:21:24 +02:00
launcher-cli Major refactors 2022-09-04 21:21:24 +02:00
launcher-imgui Major refactors 2022-09-04 21:21:24 +02:00
launcher-shadowed Major refactors 2022-09-04 21:21:24 +02:00
packaging Fix obviously nonsensical code 2022-07-24 16:22:55 +02:00
wrapper Major refactors 2022-09-04 21:21:24 +02:00
.gitignore Some profiling results 2022-01-24 15:04:03 +01:00
.gitlab-ci.yml Major refactors 2022-09-04 21:21:24 +02:00
.gitmodules Add docs 2022-01-20 18:15:37 +01:00
build.gradle.kts Major refactors 2022-09-04 21:21:24 +02:00
LICENSE A lot of changes 2021-10-29 22:50:42 +02:00
mkdocs.yml Major refactors 2022-09-04 21:21:24 +02:00
README.md Major refactors 2022-09-04 21:21:24 +02:00
settings.gradle.kts Major refactors 2022-09-04 21:21:24 +02: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
  • 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 slf4j
  • JGit: Used to allow syncing repositories
  • Ubuntu: Used with nerd font symbols as the font
  • meteor-client: A simple HTTP client
  • Several of my other projects