Inceptum/README.md

21 lines
1.4 KiB
Markdown
Raw Normal View History

2022-01-20 13:13:23 +01:00
# Inceptum Launcher ![Lines of code](https://img.shields.io/tokei/lines/gitlab/JFronny/Inceptum)
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-01-20 18:13:37 +01:00
For documentation on how to use or install Inceptum, please head to the [wiki](https://jfmods.gitlab.io/Inceptum)
## Licenses
Inceptum utilizes code/libraries/assets from:
- [ATLauncher](https://github.com/ATLauncher/ATLauncher): Microsoft authentication
- [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
- [gson](https://github.com/google/gson): Used for interacting with various APIs and configs
- [slf4j](https://github.com/qos-ch/slf4j): Used for logging
2022-01-20 18:13:37 +01:00
- [logback](https://github.com/qos-ch/logback): An implementation of slf4j
- [JGit](https://www.eclipse.org/jgit/): Used to allow syncing repositories
- [Ubuntu](https://design.ubuntu.com/font/): Used with nerd font symbols as the font
- [Nerd Fonts](https://www.nerdfonts.com/): Extra symbols for the font, currently unused
- [meteor-client](https://github.com/MeteorDevelopment/meteor-client): A simple HTTP client
2021-11-24 15:03:34 +01:00
- Several of [my other projects](https://gitlab.com/jfmods)