Inceptum/docs/Modules.md

32 lines
1.6 KiB
Markdown
Raw Normal View History

2022-09-04 21:21:24 +02:00
# Modules
Inceptum is split into multiple separate but interdependent modules.
The purpose of this page is to list them, explain their purpose and where to get them
## common
This module contains common, platform-agnostic code shared between the launcher and the wrapper.
It can be obtained through the maven.
## launcher
This module contains common, platform-agnostic code between all frontends of the launcher.
It can be obtained through the maven.
## launcher-cli
This module contains the platform-agnostic command-line interface for the launcher
It can be obtained through the maven or the shadowed Inceptum jar
## launcher-imgui
This module contains a dear-imgui-based frontend for Inceptum.
Builds of this module are platform-specific and dependents must manually ensure the correct imgui and lwjgl natives are imported.
A build without natives can be obtained through the maven and a build with natives through the shadowed Inceptum jar
## launcher-shadowed/Inceptum
This module builds a shadowed jar of launcher-cli and launcher-imgui to be used by normal users.
It also adds additional, platform-specific commands to the CLI.
A build can be obtained through the maven (with the correct suffix) or as a jar with shadowed dependencies.
Windows users can also obtain a binary built using fabric-installer-native-bootstrap.
## wrapper
This module serves the purpose of downloading the components necessary for executing Inceptum on the current platform.
A build with shadowed dependencies can be obtained through the maven (with the suffix "all") or as a jar.
Windows users can also obtain a binary built using fabric-installer-native-bootstrap.