Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 436 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 436 Bytes

3d from Scratch

This is a project to write an Elite clone, in JavaScript, without reading any 3d/2d graphics or game programming tutorials at all. I've got to figure everything out myself. For fun.

Written up on my blog at http://danlucraft.com/3d-from-scratch-intro/

Running

Do:

brew install yarn
export PATH="$PATH:`yarn bin`"
yarn install
rake build

You can now open the files in demos.