https://github.com/edap/graphics-codex-course
My exercises for the Graphics Codex online book.
https://github.com/edap/graphics-codex-course
Last synced: 5 months ago
JSON representation
My exercises for the Graphics Codex online book.
- Host: GitHub
- URL: https://github.com/edap/graphics-codex-course
- Owner: edap
- Created: 2017-05-07T09:59:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T16:46:43.000Z (over 8 years ago)
- Last Synced: 2025-04-06T21:44:36.832Z (about 1 year ago)
- Language: Makefile
- Size: 2.99 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains my exercises for the [Graphics Codex](http://graphicscodex.com/projects/projects/) online [book](http://graphicscodex.com/).
## List of Projects
### Cubes
App: 01Cubes
Lesson: [http://graphicscodex.com/projects/cubes/index.html](http://graphicscodex.com/projects/cubes/index.html)
Notes: This project contains the app that was used as example for the [ofxPhyllotaxis](https://github.com/edap/ofxPhyllotaxis) addon.

### Meshes
App: 02Meshes
Lesson: [http://graphicscodex.com/projects/meshes/index.html](http://graphicscodex.com/projects/meshes/index.html)
Notes: This project contains one of the app that was used as example for the [ofxBranchesPrimitive](https://github.com/edap/ofxBranchesPrimitive) addon.

### Rays
Lesson: [http://graphicscodex.com/projects/rays/index.html](http://graphicscodex.com/projects/rays/index.html)
The output of the "Rays" project is the [ofxRayTracer](https://github.com/edap/ofxRayTracer) addon

### GPU
Lesson: [http://graphicscodex.com/projects/gpu/index.html](http://graphicscodex.com/projects/gpu/index.html)