FunnyAlgorithms icon indicating copy to clipboard operation
FunnyAlgorithms copied to clipboard

Added 3D Cube transformations program

Open Yash-Punia opened this issue 4 years ago • 4 comments

Added 3D transformations on Cube program

Language used - C++ Library used - glut (can be installed using freeglut on linux)

Type in g++ cubeTransformations.cpp -o transform -lGL -lGLU -lglut && ./transform to run the program.

Yash-Punia avatar Oct 03 '20 15:10 Yash-Punia

What a great code :smile: ! Thank you for contributing! :rocket: I would separate this PR into 2 PRs, one for the '3D Cube' and another to the 'isEven' ( I'll wait for your response)

CaioCordeiro avatar Oct 23 '20 14:10 CaioCordeiro

Thank you!!! 😇 Yeah its great that way if they are in a separate PR.

Yash-Punia avatar Oct 23 '20 17:10 Yash-Punia

Can you rebase your code instead of merging it? So it doesn’t create a merge commit.

CaioCordeiro avatar Sep 30 '22 17:09 CaioCordeiro

I just updated my repo, can you check again if there are conflicts?

Yash-Punia avatar Oct 05 '22 22:10 Yash-Punia