From f9614d50cdecc423ba35ddaf0c09a0114a39c0e8 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Sun, 20 May 2018 10:25:13 +0200 Subject: [PATCH] Add tutorial #104 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62c161a..c62c4e1 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ * [**C# / TypeScript / JavaScript**: _Learning how to write a 3D soft engine from scratch in C#, TypeScript or JavaScript_](https://www.davrous.com/2013/06/13/tutorial-series-learning-how-to-write-a-3d-soft-engine-from-scratch-in-c-typescript-or-javascript/) * [**Java / JavaScript**: _Build your own 3D renderer_](https://avik-das.github.io/build-your-own-raytracer/) * [**Java**: _How to create your own simple 3D render engine in pure Java_](http://blog.rogach.org/2015/08/how-to-create-your-own-simple-3d-render.html) +* [**JavaScript / Pseudocode**: _Computer Graphics from scratch_](http://www.gabrielgambetta.com/computer-graphics-from-scratch/introduction.html) #### Build your own `Blockchain / Cryptocurrency`