Watch
2
0
Fork
You've already forked raylib-cs
0

Added raylib-example project

- Separate project to test raylib on its own.
-
This commit is contained in:
ChrisDill 2018-07-28 09:26:59 +01:00
commit fdb3541f44
9 changed files with 8595 additions and 11 deletions

View file

@ -7,7 +7,6 @@ namespace Raylibcs
{
class Program
{
// TODO: setup windows forms gui
static void Main(string[] args)
{
Console.WriteLine("Raylib-cs generator");
@ -15,7 +14,7 @@ namespace Raylibcs
while (true)
{
Console.WriteLine();
Console.WriteLine("1. Regenerate bindings in .exe folder");
Console.WriteLine("1. Genertate c# binding code");
Console.WriteLine("2. Run test example, requires raylib.dll in .exe folder");
Console.WriteLine("3. Exit");