These examples are meant to show the different ways of using astera to make a game.
These examples are built by default with the library, for more info on building the library you can refer to the wiki.
The audio file used in the audio example is from Sean Barrett's STB Vorbis Example, you can find his work on GitHub
| Example | Functions | Description |
|---|---|---|
| Assets | Asset | Get assets, checksums, and create PAK files |
| Audio | Audio | Play music and sound effects |
| Collision | Collision | Show how the collision system works |
| Fighter | Game | Example game built with Astera |
| Input | Input | Get user input & create a UI |
| Sprites | Rendering | Render sprites, baked sheets, and particles |