Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 318 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 318 Bytes

An experimental project to write a 3D rasterizer entirely in Tensorflow. This package relies on glfw to create a window. All the actual rendering is done in Tensorflow.

Usage:

brew install assimp
brew install glfw
pip install -r requirements.txt
python -m main

Screenshot