Create Games for Windows, Linux and Web with Raylib C/C++
Despite having native support for C/C++, it is possible to use it in other programming languages such as: Lua, Golang, C#, Python, PHP, Java and among others.
🔊 Raylib is a library used for game development, however, there are other areas of application. Despite having native support for C/C++, it is possible to use it in other programming languages such as: Lua, Golang, C#, Python, PHP , Java and among others.
Some features of Raylib are:
It does not have a clickable interface, it is a library for programmers who like to write code;
Now you can remove the cloned directory: cd ../.. && rm -rf raylib
Copy this example:
main.cpp
Compile:
Code example 2
main.cpp
Images used in the code example 2
sprite.png
bg.png
Watch the video
Note: The video is in Portuguese, but it is possible to follow the steps described in this article and the development from scratch of the code used as an example.