2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-05 11:19:39 -04:00

Update README.md

This commit is contained in:
ChrisDill 2018-08-01 09:01:26 +01:00 committed by GitHub
parent 2c95ab075e
commit 3380ea3adc

View File

@ -5,13 +5,13 @@ Testing C# bindings for Raylib, a simple and easy-to-use library to learn videog
![](header.png) ![](header.png)
# TODO: # TODO:
## cppsharp generator: ## Cppsharp generator:
- Change #defines such as KEY_ENTER to static variables or enums. - Change #defines such as KEY_ENTER to static variables or enums.
- Add utility constructors for types -> Vector3(x, y, z). - Add utility constructors for types -> Vector3(x, y, z).
- Add utility for cleaning up types so they are destroyed with the type. - Add utility for cleaning up types so they are destroyed with the type.
## general ## General
- Copy raylib.dll across to same directory as .exe automatically - Copy raylib.dll across to same output folder automatically
- Add windows forms interface for generator - Add windows forms interface for generator
- Allow raylib to be used inside windows forms - Allow raylib to be used inside windows forms
- Convert across raylib examples - Convert across raylib examples
@ -19,14 +19,14 @@ Testing C# bindings for Raylib, a simple and easy-to-use library to learn videog
## Installation ## Installation
Windows: Windows:
- Download the repository - Download the repository
- Open in visual studio - Open Raylib-cs.sln
- Copy raylib.dll in Raylib-cs/raylib.dll - Copy x86 or x64 dll inside ExampleApplication to your output folder
- Build and run - Build and run
## Contributing ## Contributing
As I use this for my own projects, I know this might not be the perfect approach As I use this for my own projects, I know this might not be the perfect approach
for all the projects out there. If you have any ideas, just for all the projects out there. If you have any ideas, just
[open an issue][issues] and tell me what you think. open an issue and tell me what you think.
If you'd like to contribute, please fork the repository and make changes as If you'd like to contribute, please fork the repository and make changes as
you'd like. Pull requests are warmly welcome. you'd like. Pull requests are warmly welcome.