Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHaine committed Mar 12, 2021
1 parent aa69f49 commit 2b3cbb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This library can be used for any JVM game engine/framework. It features a separa
## Features
- **Annotation processing**: Adding a simple annotation will allow fully generated typesafe code to be used within your game.
- **Compile time code gen**: When using the annotation processor, the project code will be generated at compile time and available right away.
- **No runtime reflection**: All the reflection is done at compile time which is used to generate code.
- **LibGDX Module**: Are you using LibGDX as a game framework? Use this module to easily render the loaded LDtk files.
- **Extremely simple**: Parsing and loading a file is extremely easy in just a few lines of code

Expand Down

0 comments on commit 2b3cbb5

Please sign in to comment.