a740g / raylib-Nuget

raylib Nuget package
https://www.nuget.org/packages/raylib/
zlib License
8 stars 0 forks source link
c c-plus-plus game-development library nuget nuget-package visual-studio

raylib Nuget Package

This is the Nuget package for raylib (a popular video game programming library) by Ramon Santamaria. raylib is a simple and easy-to-use library to enjoy videogames programming. It is highly inspired by Borland BGI graphics lib and by XNA framework and it's specially well suited for prototyping, tooling, graphical applications, embedded systems and education. NOTE for ADVENTURERS: raylib is a programming library to enjoy videogames programming; no fancy interface, no visual helpers, no debug button... just coding in the most pure spartan-programmers way.

This package also includes raylib-cpp (a C++ wrapper library for raylib) by Rob Loach. This C++ header provides object-oriented wrappers around raylib's struct interfaces. raylib-cpp is not required to use raylib in C++, but the classes do bring using the raylib API more inline with C++'s language paradigm.

Resources used to create this package are as follows: