Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.