Inceptum/README.md

23 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2022-01-20 18:30:06 +01:00
# Inceptum Launcher
2022-09-04 21:21:24 +02:00
2022-01-20 18:13:37 +01:00
An advanced FOSS Launcher for Minecraft written in Java
2021-10-29 22:50:42 +02:00
2022-11-02 23:43:22 +01:00
For documentation on how to use or install Inceptum, please head to the [wiki](https://pages.frohnmeyer-wds.de/JfMods/Inceptum/)
## Licenses
2022-09-04 21:21:24 +02:00
Inceptum utilizes code/libraries/assets from:
2022-09-04 21:21:24 +02:00
- [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
2022-11-03 15:39:44 +01:00
- Several of [my other projects](https://git.frohnmeyer-wds.de/explore/repos)