A FOSS Launcher for Minecraft written in Java https://pages.frohnmeyer-wds.de/JfMods/Inceptum/
Go to file
Johannes Frohnmeyer 86e0f00253
Some profiling results
2022-01-24 15:04:03 +01:00
docs Allow customizing arguments, ModUpdateCommand 2022-01-23 18:53:16 +01:00
gradle/wrapper Rework version discovery in wrapper 2021-12-08 20:38:28 +01:00
packaging Add docs 2022-01-20 18:15:37 +01:00
src/main Some profiling results 2022-01-24 15:04:03 +01:00
wrapper Some profiling results 2022-01-24 15:04:03 +01:00
.gitignore Some profiling results 2022-01-24 15:04:03 +01:00
.gitlab-ci.yml Attempt to fix CI 2022-01-20 18:30:06 +01: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 Fix path for docs domain 2022-01-20 18:31:52 +01:00
build.gradle Allow customizing arguments, ModUpdateCommand 2022-01-23 18:53:16 +01:00
gradlew Support platform-specific builds for x64 windows, macos and linux 2021-10-30 11:46:57 +02:00
gradlew.bat Initial work 2021-10-27 22:00:08 +02:00
mkdocs.yml Fix path for docs domain 2022-01-20 18:31:52 +01:00
settings.gradle An attempt to implement a working updater 2021-10-31 16:59:25 +01: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
  • Nerd Fonts: Extra symbols for the font, currently unused
  • meteor-client: A simple HTTP client
  • Several of my other projects