A FOSS Launcher for Minecraft written in Java https://pages.frohnmeyer-wds.de/JfMods/Inceptum/
Go to file
2021-10-31 16:59:25 +01:00
gradle/wrapper Support platform-specific builds for x64 windows, macos and linux 2021-10-30 11:46:57 +02:00
reference A lot of changes 2021-10-29 22:50:42 +02:00
src/main An attempt to implement a working updater 2021-10-31 16:59:25 +01:00
wrapper An attempt to implement a working updater 2021-10-31 16:59:25 +01:00
.gitignore Actually launch minecraft 2021-10-28 23:27:47 +02:00
.gitlab-ci.yml An attempt to implement a working updater 2021-10-31 16:59:25 +01:00
build.gradle An attempt to implement a working updater 2021-10-31 16:59:25 +01:00
gradle.properties An attempt to implement a working updater 2021-10-31 16:59:25 +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
LICENSE A lot of changes 2021-10-29 22:50:42 +02:00
README.md An attempt to implement a working updater 2021-10-31 16:59:25 +01:00
settings.gradle An attempt to implement a working updater 2021-10-31 16:59:25 +01:00

Inceptum Launcher

A FOSS Launcher for Minecraft written in Java

Inceptum is a WIP minecraft launcher
Since it is very bare-bones currently, I would not recommend using it

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 lsf4j
  • JLHTTP: Used for ATLaunchers Microsoft Authentication implementation
  • JGit: Used in instance creation, hopefully also for sync soon
  • fabric-meta: Code for launching servers from PR#16
  • 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