A FOSS Launcher for Minecraft written in Java https://pages.frohnmeyer-wds.de/JfMods/Inceptum/
Go to file
Johannes Frohnmeyer 8445bce486
Use mdbook for docs
2022-09-06 16:03:17 +02:00
buildSrc Experiment with reworking wrapper 2022-09-06 11:15:21 +02:00
common Attempt to fix 3 2022-09-06 14:55:36 +02:00
docs Use mdbook for docs 2022-09-06 16:03:17 +02:00
launcher Attempt to fix 2 2022-09-06 13:28:28 +02:00
launcher-cli Attempt to fix 4 2022-09-06 15:05:44 +02:00
launcher-dist Attempt to fix 3 2022-09-06 14:55:36 +02:00
launcher-imgui Attempt to fix 3 2022-09-06 14:55:36 +02:00
packaging Experiment with reworking wrapper 2022-09-06 11:15:21 +02:00
wrapper Attempt to fix 3 2022-09-06 14:55:36 +02:00
.gitignore Use mdbook for docs 2022-09-06 16:03:17 +02:00
.gitlab-ci.yml Use mdbook for docs 2022-09-06 16:03:17 +02:00
.gitmodules Add docs 2022-01-20 18:15:37 +01:00
LICENSE A lot of changes 2021-10-29 22:50:42 +02:00
README.md Major refactors 2022-09-04 21:21:24 +02:00
book.toml Use mdbook for docs 2022-09-06 16:03:17 +02:00
build.gradle.kts Attempt to fix 2022-09-06 12:35:29 +02:00
settings.gradle.kts Experiment with reworking wrapper 2022-09-06 11:15:21 +02:00

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
  • 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