-
Ruby GUIs Are Dead… Or Are They?
Ruby is amazing for scripting, APIs, automation — but GUI support is neglected.
-
Creating an Infinite Scrolling Space Background in Raylib (C++)
When building a 2D space game, one of the simplest ways to create a sense of movement is not by moving the player/object(etc), but by moving the background.
-
Build First, Understanding Comes Later
I spent some time writing a ray tracer from scratch in C++. It is not finished yet (there is lot to go) and neither do i understand it completely.