The one and only C♯ Class Generator.
Go to file
Starbeamrainbowlabs 2555566dd5 Added changelog and improved readme 2016-05-08 11:50:13 +01:00
cscz Added changelog and improved readme 2016-05-08 11:50:13 +01:00
.gitignore initial commit 2016-05-07 20:01:38 +01:00
Changelog.md Added changelog and improved readme 2016-05-08 11:50:13 +01:00
LICENSE initial commit 2016-05-07 20:01:38 +01:00
README.md Added changelog and improved readme 2016-05-08 11:50:13 +01:00
cscz.sln Added changelog and improved readme 2016-05-08 11:50:13 +01:00

README.md

cscz

The one and only C♯ Class Generator.

To use, build the project (F8 in Monodevelop, CTRL + SHIFT + B in Visual Studio) and then pipe your compressed class definition file into it. Example definitions:

# Shop
u c
decimal balance
float lat
float long
List<TimeSpan> openingHours

# Model3D
u OpenTK
u OpenTK.Graphics

ModelUtility model
ShaderUtility shaderProgram

Matrix4 transformation
Vector3 position

See the Changelog for a summary of what's changed between releases.