Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/creepymemes/naive_3d_renderer

A dumb 3D engine that doesn't use linear algebra, instead uses an actual simulated camera
https://github.com/creepymemes/naive_3d_renderer

Last synced: about 1 month ago
JSON representation

A dumb 3D engine that doesn't use linear algebra, instead uses an actual simulated camera

Awesome Lists containing this project

README

        

# Naive_3D_Renderer

## A highly inefficient dumb 3D renderer that simulates actual camera in 3D space, doesn't use matrix transformations.

![Teapot](media/teapot.png)

## This is the stupid math that it uses, available on Geogebra [here](https://www.geogebra.org/m/gehjgrxz)

![Geogebra](media/geogebra.png)