1. Intro
Welcome to the section on Raylib. Raylib is a library to make it easy to develop games and other programs the draw on the screen. It is developed in C, but we can also use it from Odin. One great thing is the Raylib support comes with Odin itself. It is part of the “vendor” library collection. That means you don’t need to install anything apart from Odin to start writing Raylib code. ...