Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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 :)