A 3D engine i made. Finally proud enough to actually share it. May work on it some more at some point.
Updates Version 1.2: Changed the sorting algorithm from quick sort to merge sort. While the speed difference is minimal, merge sort is more consistant. Added OBJ model loader. Changed lighting. Version 1.1: Changed the way FOV is calculated.