A FOSS Launcher for Minecraft written in Java https://pages.frohnmeyer-wds.de/JfMods/Inceptum/
Go to file
2022-02-28 10:32:20 +01:00
docs Allow customizing arguments, ModUpdateCommand 2022-01-23 18:53:16 +01:00
packaging Add docs 2022-01-20 18:15:37 +01:00
src/main Modrinth api v2 2022-02-28 10:32:20 +01:00
wrapper Misc fixes 2022-02-06 17:15:00 +01:00
.gitignore Some profiling results 2022-01-24 15:04:03 +01:00
.gitlab-ci.yml Quodana doesn't support Java 17 apparently 2022-01-27 17:57:13 +01:00
.gitmodules Add docs 2022-01-20 18:15:37 +01:00
build.gradle Allow customizing arguments, ModUpdateCommand 2022-01-23 18:53:16 +01: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 An attempt to implement a working updater 2021-10-31 16:59:25 +01: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