An open API service indexing awesome lists of open source software.

https://github.com/fosterframework/samples

Samples for the C# Foster Framework
https://github.com/fosterframework/samples

Last synced: 9 months ago
JSON representation

Samples for the C# Foster Framework

Awesome Lists containing this project

README

          

# Foster Samples
Samples Projects and Demos for the C# [Foster Framework](https://github.com/FosterFramework/Foster).

| Sample | Description | Preview |
| --- | --- | --- |
| [Shapes](https://github.com/FosterFramework/Samples/tree/main/Shapes) | A small program that draws shapes to the screen without loading any assets | |
| [Froggymark](https://github.com/FosterFramework/Samples/tree/main/Froggymark) | Performance test that draws as many quads to the screen as it can | |
| [ImGui](https://github.com/FosterFramework/Samples/tree/main/ImGui) | An example using ImGui.NET wrapped in Foster draw calls | |
| [TinyLink](https://github.com/FosterFramework/Samples/tree/main/TinyLink) | A 2D platformer with a small level editor | |