Posts
Search
Contact
Cookies
About
RSS


Testing Unity 3D Editor in Linux
I've kept my eye open on Unity's Linux progress for some time, and the less charitable of you out there …

Creating a simple WordPress Plug-in
I'm going to show a very simple plug-in, it will show the years, months and days since a given day, …

Cell shading with raylib
Cell shading (sometimes called toon shading) is a fantastic way to give your game a really neat style. There are …

Alternative Wavefront OBJ loader for raylib
[ TLDR ] The code is at the bottom of the post... I seem to have had incredable bad luck …

Pointers - newbie hell for the C coder ?
Pointers can be a confusing topic for the new C programmer, often explanations get bogged down in too much technical …

Using qhull
At first glance turning a bunch of points into some kind of mesh should be an easy task. However look …