Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 305 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 305 Bytes

This is a tiny 3d renderer written in Dart.

The main purpose of this project is to show how the 3D to 2D projection algorithm works in practice.

Install

Activate webdev if not active yet.

> pub global activate webdev

Get dependencies and serve project

> pub get
> webdev serve