Skip to content

If by chance you've come accross this via a plagarism checker, I assure you that I'm the same Justin Brown who submitted this as their final project for the Fall 2022 c++ course at COD :)

Notifications You must be signed in to change notification settings

JustinBrownDev/Spinning-Cube-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Spinning-Cube-Cpp

This is a program that displays a spinning cube in the terminal

It does this by projecting the points of a cube onto a 2d plane, tracing the lines between the connected points, and printing that image to the terminal. The shadow effect is done using the same process, by first projecting the points onto a plane which represents the floor surface, and then projecting those points onto the view window.

You can use the values in the dispconf struct to fine tune the program to work with your specific computer, if you set it to go too fast or too slow for your hardware you'll see a gross flickering effect.

About

If by chance you've come accross this via a plagarism checker, I assure you that I'm the same Justin Brown who submitted this as their final project for the Fall 2022 c++ course at COD :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages