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

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.

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.
![cubes](img/cubes.png)

### 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.
![02Meshes](img/02Meshes.png)

### 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

![02Rays](img/03Rays.jpg)

### GPU

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