Skip to content

danlucraft/3d-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Me figuring out how 3d graphics work without referring to any docs or tutorials

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors