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 |