News Archive
Polygon Clipping - Part 2
The previous polygon clipping algorithm turned out to fail at common cases, so I was forced to research and develop a different one:
Sorry for the lack of updates – I have been working hard, and updating the website takes time away from building my tools and games. The latest article also took a long time, with lots of false starts and frustration, but it’s done now 😀.
Polygon Clipping
I had to implement a polygon clipping algorithm for my game, so I thought I might as well take the time to write an article on the subject:
(Writing an article also forces me to deeply understand it too!)
C Tricks
I’ve been working away in C. I decided to start cataloging some of the tricks I’ve stolen from other C coders. I’ll continue updating this document over time: