Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcastro2/csgameabstract
Based on the concept of the pygameAbstract project, csgameAbtract looks to abstract away some of the underlining code required to create a form and handle input for the purpose of creating a game.
https://github.com/rcastro2/csgameabstract
c-sharp
Last synced: about 1 month ago
JSON representation
Based on the concept of the pygameAbstract project, csgameAbtract looks to abstract away some of the underlining code required to create a form and handle input for the purpose of creating a game.
- Host: GitHub
- URL: https://github.com/rcastro2/csgameabstract
- Owner: rcastro2
- Created: 2015-02-12T21:21:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T18:40:06.000Z (almost 10 years ago)
- Last Synced: 2023-08-02T23:44:28.932Z (over 1 year ago)
- Topics: c-sharp
- Language: C#
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ScreenSaver.cs
--------------
Demonstrate basic drawing techniques in conjunction with mathematical operations to produce a simple art animation.Template.cs
-----------
Basic example that opens a window and demonstrates the primary classes. This class can be used to explore basic drawing methods.