https://github.com/hamza512b/ccube
Rotating 3d cube in terminal
https://github.com/hamza512b/ccube
3d c
Last synced: 3 months ago
JSON representation
Rotating 3d cube in terminal
- Host: GitHub
- URL: https://github.com/hamza512b/ccube
- Owner: hamza512b
- License: mit
- Created: 2024-06-09T14:58:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T20:47:46.000Z (about 1 year ago)
- Last Synced: 2024-07-30T14:23:12.744Z (11 months ago)
- Topics: 3d, c
- Language: C
- Homepage:
- Size: 43 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps-in-a-csv - ccube - Rotating 3d cube in terminal; written in C. (<a name="animation"></a>Animation)
- awesome-cli-apps - ccube - Rotating 3d cube in terminal; written in C. (<a name="animation"></a>Animation)
README

# Rotating Cube in terminal
I have made this rotating cube from scratch, too learn more about C. I have always been facsinated by 3d computer graphics, which I usually do in Webgl and JavaScript. But since I am learning C, I tried to do this.# To run yourself
Make sure you have make and some c compiler and simple run:
```
make
```and then run executable with the width of charachters as argument.
```
./build/draw_cube 50
```