cscz/README.md

30 lines
674 B
Markdown
Raw Normal View History

2016-05-07 19:01:38 +00:00
# cscz
2016-05-08 10:50:13 +00:00
The one and only C♯ Class Generator.
2016-05-07 19:01:38 +00:00
2016-05-08 10:50:13 +00:00
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:
```csharp
# Shop
u c
decimal balance
float lat
float long
List<TimeSpan> openingHours
```
```csharp
# Model3D
u OpenTK
u OpenTK.Graphics
ModelUtility model
ShaderUtility shaderProgram
Matrix4 transformation
Vector3 position
```
See the [Changelog](https://git.starbeamrainbowlabs.com/sbrl/cscz/src/master/Changelog.md) for a summary of what's changed between releases.
2016-05-08 11:14:34 +00:00
Type `./cscz.exe --help` for usage information or see Help.md in the project folder.