Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdr0alva/donut
Trying to do a DONUT Model in C/C++ (and other languages)
https://github.com/pdr0alva/donut
3d-graphics modeling perspective-transformation
Last synced: 18 days ago
JSON representation
Trying to do a DONUT Model in C/C++ (and other languages)
- Host: GitHub
- URL: https://github.com/pdr0alva/donut
- Owner: pdr0alva
- Created: 2023-12-30T22:24:19.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-08T18:48:04.000Z (12 months ago)
- Last Synced: 2024-10-19T07:17:04.014Z (3 months ago)
- Topics: 3d-graphics, modeling, perspective-transformation
- Language: C++
- Homepage:
- Size: 507 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
C DONUT MODEL
```Welcome to C DONUT MODEL Project :)```
+ The project represents my improvement and study on Programming and Math to achieve my first goal in programming: Doing a C DONUT rotating on the screen
+ I will use C++ to the first model, I think it will help me to do math operations and display the model on the screen,
also, it will help me to organize my code using classes+ The main goal is to achieve a ridiculously good (in every way, memory, CPU performance, speed, etc) C DONUT Model.
Also, the projects implies in modeling a donut in every programming language that I am studying
```C``` ```C++``` ```JavaScript``` ```PHP``` ```Java``` ```C#``` ```Assembly```
The repository is organized in the follow way
===~~~
donut
├── C-Programming
│ ├── 2D-geometry
│ ├── 3D-geometry
│ └── lightning-effects
├── Math-Theory
│ ├── 2D-Theory
│ │ ├── Math-Proves
│ │ └── Math-Develop
│ └── 3D-Theory
│ ├── Math-Proves
│ └── Math-Develop
└── Other-Languages
~~~OBS: some of the Math Theory could be in portuguese (I'am a brazilian). I'll translate it to english in the future :)