Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/jfmods/inceptum
Mirror of https://git.frohnmeyer-wds.de/JfMods/Inceptum
https://gitlab.com/jfmods/inceptum
Last synced: 2 months ago
JSON representation
Mirror of https://git.frohnmeyer-wds.de/JfMods/Inceptum
- Host: gitlab.com
- URL: https://gitlab.com/jfmods/inceptum
- Owner: jfmods
- License: other
- Created: 2021-10-28T21:32:18.908Z (about 3 years ago)
- Default Branch: master
- Last Synced: 2024-06-07T18:51:36.788Z (7 months ago)
- Stars: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - jfmods/inceptum - An advanced launcher, server launcher and mod manager for Minecraft (Launchers)
README
# 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](https://pages.frohnmeyer-wds.de/JfMods/Inceptum/)
## Licenses
Inceptum utilizes code/libraries/assets from:
- [ATLauncher](https://github.com/ATLauncher/ATLauncher): Microsoft authentication
- [JLHTTP](https://www.freeutils.net/source/jlhttp/): Used in MS Auth
- [MultiMC](https://github.com/MultiMC/Launcher): Used as a reference for some implementations
- [imgui-java](https://github.com/SpaiR/imgui-java): The library used for UI
- [Dear ImGui](https://github.com/ocornut/imgui): Included and wrapped in imgui-java, UI library
- [LWJGL](https://github.com/LWJGL/lwjgl3): Used as a backend for imgui-java
- [java-gi](https://github.com/jwharm/java-gi): The library used for the new UI
- [GTK4](https://www.gtk.org/) (and dependencies): Wrapped in java-gi-generated code, the core UI library
- [gson](https://github.com/google/gson): Used for interacting with various APIs and configs
- [Ubuntu](https://design.ubuntu.com/font/): Used with nerd font symbols as the font
- [meteor-client](https://github.com/MeteorDevelopment/meteor-client): A simple HTTP client
- Several of [my other projects](https://git.frohnmeyer-wds.de/explore/repos)