Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Dec 2, 2024
1 parent 7bca05e commit 52e820d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on between 2018 and 2022. It aims to be smaller and simpler, with less global st
## Features

- `ldtk` (enabled by default): enables a module to load [ldtk](https://ldtk.io/) files.
- `static_bundled_build`: enables automatic SDL2 library building and linking. Building SDL2 can take a bit during that first build (usually 1 minute or more).
- `static_bundled_build`: enables automatic SDL3 library building and linking. Building SDL3 can take a bit during that first build (usually 1 minute or more).

## Notes

- This framework is very heavily inspired by [FNA](https://github.com/FNA-XNA/FNA), and NoelFB's lightweight game engines ([Blah](https://github.com/NoelFB/blah) and [Foster](https://github.com/NoelFB/Foster)).
- It depends on [SDL2](https://www.libsdl.org/) for interacting with the underlying platform.
- It depends on [SDL3](https://www.libsdl.org/) for interacting with the underlying platform.

0 comments on commit 52e820d

Please sign in to comment.