Posts
Search
Contact
Cookies
About
RSS


raylib - upcoming changes to wavefront OBJ loading
For most models things are kept simple, just one material with a texture, job done - lets get this out …

raylib billboards, advanced use
As raylib is intended for novice programmers (but more than useful enough for advanced users) it's important not to make …

raylib parallax effect using 3D
The simple way to do some kind of parallax scrolling background, is simply to render in 2D a number of …

Python and raylib pushing crates
Believe it or not we're not a million miles away from a functioning game! By using the players isWalkable function, …

Python and raylib - a simple 2d level editor...
Python has some nice tools to enable to load and save objects, in particular to a json file. with open('levels.json', …

Python and raylib - closer look at 2D
Looking closer at raylib's 2d capabilities let get some stuff set up from enum import Enum # these are the …