A FOSS Launcher for Minecraft written in Java https://pages.frohnmeyer-wds.de/JfMods/Inceptum/
Go to file
2022-09-06 21:38:54 +02:00
buildSrc Experiment with reworking wrapper 2022-09-06 11:15:21 +02:00
common More attempts at fixing the wrapper (also get rid of slf4j) 2022-09-06 21:20:59 +02:00
docs Use mdbook for docs 2022-09-06 16:03:17 +02:00
launcher Fix early logs being written to wrong backend 2022-09-06 21:38:54 +02:00
launcher-cli Fix early logs being written to wrong backend 2022-09-06 21:38:54 +02:00
launcher-dist Attempt to fix 3 2022-09-06 14:55:36 +02:00
launcher-imgui Fix early logs being written to wrong backend 2022-09-06 21:38:54 +02:00
packaging Experiment with reworking wrapper 2022-09-06 11:15:21 +02:00
wrapper More attempts at fixing the wrapper (also get rid of slf4j) 2022-09-06 21:20:59 +02:00
.gitignore Use mdbook for docs 2022-09-06 16:03:17 +02:00
.gitlab-ci.yml Portable: don't package inceptum as the way it was done is incompatible with the new wrapper 2022-09-06 16:21:22 +02:00
.gitmodules Add docs 2022-01-20 18:15:37 +01:00
book.toml Use mdbook for docs 2022-09-06 16:03:17 +02:00
build.gradle.kts More attempts at fixing the wrapper (also get rid of slf4j) 2022-09-06 21:20:59 +02: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
settings.gradle.kts Experiment with reworking wrapper 2022-09-06 11:15:21 +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