mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Added raylib-example project
- Separate project to test raylib on its own. -
This commit is contained in:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user