A simple 3D engine written in C with integer math (fixed-point). I WROTE THIS WHEN I WAS 16 - DO NOT USE!!
Go to file
2020-08-04 23:57:31 -06:00
src Added files 2020-08-04 23:36:21 -06:00
LICENSE Initial commit 2020-08-04 23:34:07 -06:00
README.md Update README.md 2020-08-04 23:57:31 -06:00

Simple3DEngine

A simple 3D engine written in C with integer math (fixed-point)

Requirements

Running

Simply cd into src and make!

Use W and S to move the cubes forward and back, arrow keys to move up/down, left/right.

Use Q and E to change X-Axis Rotation

Use A and D to change Y-Axis Rotation

Use Z and C to change Z-Axis Rotation

Demo