Excercises and code related to Visual Computing. For more information check the Course repository
Currently, these are the exersices developed.
| ID | Excersice | URL | Description |
|---|---|---|---|
| T0 | GitHub Pages | https://juansaab.github.io | Build your own website using GitHub pages, mine was created using Ghost. Read more about How to create your own Medium like blog on GitHub Pages using Ghost |
| T1 | Visual Illusions | https://github.com/juansaab/Illusions_ws | Implementation of six visual illusions. Read more about it on Optical illusions using P5.js |
| T2 | Raster | https://github.com/juansaab/Raster_ws | Implementation of a raster function using barycentric coordinates. |
| T3 | Representation | https://github.com/juansaab/representation_ws | Rendering a flock of boids using VertexVertex and WingedEdge representation with both retained and direct modes. |
| T4 | Interaction | https://github.com/juansaab/interaction_ws | Using an emotion detection algorythm to control an scene. p5js + clmtrackr |
| T5 | Shaders | https://github.com/juansaab/shaders_ws | Benchmark entre la implementación por software y la de shaders de varias máscaras de convolución aplicadas a imágenes |
Transformation + Shaders Slides
| Name | URL | Description |
|---|---|---|
| Gimbal Lock | https://github.com/juansaab/visual-computing/tree/master/gimbal_lock | An implementation of Gimbal Lock using P5.js |