root42 / doscube

MS DOS 3D Wireframe Cube with Fixed Point Maths

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Point Maths for DOS

This program compiles with Turbo C 2.01 for MS DOS machines. It displays a rotating cube. It uses only fixed point maths, except for initializing the sine-table, which requires the sin() function.

(c)2023 Arne Schmitz root42@root42.de

About

MS DOS 3D Wireframe Cube with Fixed Point Maths


Languages

Language:C 100.0%