mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Moving Physac and Raygui into their own libraries and marking them as experimental.
- Both bindings have causes confusion and issues in project setup. Moving them into separate libraries should make things clearer and easier to maintain.
This commit is contained in:
@ -48,6 +48,10 @@ static class Program
|
||||
|
||||
The Examples for Raylib-cs have moved and can be found at [Raylib-cs-Examples](https://github.com/ChrisDill/Raylib-cs-Examples).
|
||||
|
||||
# Physac-cs and Raygui-cs
|
||||
|
||||
These are unfinished EXPERIMENTAL bindings to physac and raygui. They were initially added as a test to Raylib-cs but caused confusion and issues in project setup so they were moved into their own libraries Physac-cs and Raygui-cs that depend on Raylib-cs.
|
||||
|
||||
# Tech notes
|
||||
|
||||
- Certain funtions take a enum instead of a int such as `IsKeyPressed`.
|
||||
|
Reference in New Issue
Block a user