Skip to content

FouL06/JavaScript-3D-Cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript-3D-Cube

Creates a 3D cube using no added libraries and without assistance of Open GL. The program instead uses a canvas and media queries to project and manage the 3D cube. By performing matrix math and telling the webpage where to draw vertices and points we can then connect those points and draw faces.

Technology Stack

  • Javascript
  • CSS
  • HMTL
  • Web browser

Updates

  • 11/30/21 : Updated the file format to bring the project up to industry standards with better knowledge of how to access scripts and css. Added additional documentation to describe the processes of logic in the app.js. Also changed look of the page and cube to have a more appealing color pallet.

About

Create a 3D Cube using no libraries or OpenGL using JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published