An open API service indexing awesome lists of open source software.

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

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)