Rename github to gitea
Build and Test / build (push) Failing after 44s

This commit is contained in:
2026-05-13 12:59:53 +02:00
parent 4e53d84727
commit e579eef380
5 changed files with 67 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ The project uses Gradle.
* **Dependency Injection:** Uses `avaje-inject`. Components are marked with `@Component` and injected via constructor.
* **Boilerplate:** Uses `lombok` for boilerplate reduction.
* **Rendering:** Built on LibGDX. Main entry point is `DiceOS.java` which extends `ApplicationAdapter`.
* **Asset Loading:** All assets, including textures, fonts, and NinePatches, must be loaded via the `ResourceLoader` service to ensure proper lifecycle management and caching.
* **Project Structure:**
* `src/main/java/be/seeseemelk/diceos/system`: Core OS services (Display, Window, Input, etc.).
* `src/main/resources`: Assets (backgrounds, system textures, fonts).