https://github.com/a740g/raylib-nuget
raylib Nuget package
https://github.com/a740g/raylib-nuget
c c-plus-plus game-development library nuget nuget-package visual-studio
Last synced: 9 months ago
JSON representation
raylib Nuget package
- Host: GitHub
- URL: https://github.com/a740g/raylib-nuget
- Owner: a740g
- License: zlib
- Created: 2021-11-18T01:50:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T04:50:21.000Z (over 2 years ago)
- Last Synced: 2024-04-24T19:49:13.099Z (about 2 years ago)
- Topics: c, c-plus-plus, game-development, library, nuget, nuget-package, visual-studio
- Language: C
- Homepage: https://www.nuget.org/packages/raylib/
- Size: 39.8 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# raylib NuGet Package
This is the [NuGet package](https://www.nuget.org/packages/raylib/) for [raylib](https://github.com/raysan5/raylib), a popular video game programming library by [Ramon Santamaria](https://github.com/raysan5). [raylib](https://www.raylib.com) is a simple and easy-to-use library designed to facilitate video game programming. It is highly inspired by the Borland BGI graphics library and the XNA framework. raylib is especially well-suited for prototyping, tooling, graphical applications, embedded systems, and educational purposes.
This package also includes [raylib-cpp](https://github.com/RobLoach/raylib-cpp), a C++ wrapper library for raylib by [Rob Loach](https://github.com/RobLoach). This C++ header provides object-oriented wrappers around raylib's struct interfaces. While [raylib-cpp](https://robloach.github.io/raylib-cpp) is not required to use raylib in C++, the classes align the use of the raylib API more closely with C++'s language paradigms.
## Bibliography
- [Creating native packages](https://docs.microsoft.com/en-us/nuget/guides/native-packages)
- [NuGet for C++](https://devblogs.microsoft.com/cppblog/nuget-for-c/)
- [NuGet Package Explorer](https://github.com/NuGetPackageExplorer/NuGetPackageExplorer)
- [How to make a NuGet package for C++](https://digitalhouseblog.wordpress.com/2019/08/22/how-to-make-a-nuget-package-for-c/)
- [Allegro Windows binary packages](https://github.com/liballeg/allegro_winpkg)