A FOSS Launcher for Minecraft written in Java https://pages.frohnmeyer-wds.de/JfMods/Inceptum/
Go to file
2022-08-05 13:33:39 +00:00
common Duct-tape fix for builds since the rewrite is still not released 2022-08-05 13:33:39 +00:00
docs Get rid of JGit, please use a normal git install. 2022-08-02 16:55:16 +02:00
launcher Duct-tape fix for builds since the rewrite is still not released 2022-08-05 13:33:39 +00:00
packaging Fix obviously nonsensical code 2022-07-24 16:22:55 +02:00
wrapper Move common code to "common" module and launcher to "launcher" module 2022-07-23 22:45:39 +02:00
.gitignore Some profiling results 2022-01-24 15:04:03 +01:00
.gitlab-ci.yml Attempt to fix CI pt 2 2022-07-24 20:22:06 +02:00
.gitmodules Add docs 2022-01-20 18:15:37 +01:00
build.gradle.kts Move common code to "common" module and launcher to "launcher" module 2022-07-23 22:45:39 +02:00
LICENSE A lot of changes 2021-10-29 22:50:42 +02:00
mkdocs.yml Fix path for docs domain 2022-01-20 18:31:52 +01:00
README.md NerdFonts is no longer used 2022-01-24 21:28:19 +00:00
settings.gradle.kts Rename launcher submodule artifact to "Inceptum" 2022-07-24 12:31:29 +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