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
- Host: GitHub
- URL: https://github.com/fosterframework/samples
- Owner: FosterFramework
- License: mit
- Created: 2023-10-11T01:04:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-22T19:35:21.000Z (about 1 year ago)
- Last Synced: 2025-06-11T09:55:14.569Z (about 1 year ago)
- Language: C#
- Size: 867 KB
- Stars: 39
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |
|