mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
Alot of binding improvements!
- Improved bindings and added initial ones for Easings, Physac, Raygui and Raymath(Not yet fully tested). - Renamed ExamplesApplication to Bindings to make it more clear. - Examples separated from bindings. - Improve readme to reflect changes.
This commit is contained in:
11
Bindings/Program.cs
Normal file
11
Bindings/Program.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace Bindings
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Examples.core_basic_window();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user