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.
- Javascript
- CSS
- HMTL
- Web browser
- 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.