https://github.com/tsoding/formula
One Formula That Demystifies 3D Graphics
https://github.com/tsoding/formula
Last synced: 2 months ago
JSON representation
One Formula That Demystifies 3D Graphics
- Host: GitHub
- URL: https://github.com/tsoding/formula
- Owner: tsoding
- License: mit
- Created: 2025-12-25T10:08:02.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-12-25T12:07:49.000Z (3 months ago)
- Last Synced: 2025-12-26T22:58:34.576Z (3 months ago)
- Language: JavaScript
- Homepage: https://tsoding.github.io/formula/
- Size: 11.7 KB
- Stars: 100
- Watchers: 0
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# "One Formula That Demystifies 3D Graphics"
The Source Code from this YouTube Video:
[](https://www.youtube.com/watch?v=qjWkNZ0SXfo)
## Quick Start
```console
$ git clone https://github.com/tsoding/formula
$ cd formula
$ iexplore.exe ./index.html
```
The repo is also deployed to GitHub Pages: [https://tsoding.github.io/formula/](https://tsoding.github.io/formula/)
[](https://tsoding.github.io/formula/)
## Model
The model is provided by [https://github.com/Max-Kawula/penger-obj](https://github.com/Max-Kawula/penger-obj)
[](https://github.com/Max-Kawula/penger-obj)