Skip to content

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

Notifications You must be signed in to change notification settings

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:https://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

Watchers

Forks

Releases

No releases published

Packages

No packages published