From 03d84261f40df133cc72e0a464a272c6a596fa91 Mon Sep 17 00:00:00 2001 From: JnRmml <162798090+JnRmml@users.noreply.github.com> Date: Tue, 3 Jun 2025 12:53:01 +0200 Subject: [PATCH] Added tutorials in physics engine and uncategorized for a real time global illumination technique and a falling sand both from jason.today (https://jason.today/) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c4d2d140..7965a2655 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ It's a great way to learn. * [**JavaScript**: _How Physics Engines Work_](http://buildnewgames.com/gamephysics/) * [**JavaScript**: _Broad Phase Collision Detection Using Spatial Partitioning_](http://buildnewgames.com/broad-phase-collision-detection/) * [**JavaScript**: _Build a simple 2D physics engine for JavaScript games_](https://developer.ibm.com/tutorials/wa-build2dphysicsengine/?mhsrc=ibmsearch_a&mhq=2dphysic) +* [**JavaScript**: _Making a falling sand simulator (in 2D)_](https://jason.today/falling-sand) #### Build your own `Programming Language` @@ -437,6 +438,7 @@ It's a great way to learn. * [**JavaScript**: _JavaScript Algorithms and Data Structures_](https://github.com/trekhleb/javascript-algorithms) * [**JavaScript**: _Build a ride hailing app with React Native_](https://pusher.com/tutorials/ride-hailing-react-native) * [**JavaScript**: _Build Your Own AdBlocker in (Literally) 10 Minutes_](https://levelup.gitconnected.com/building-your-own-adblocker-in-literally-10-minutes-1eec093b04cd) +* [**JavaScript**: _Building Real-Time Global Illumination (in 2D with Raymarching + Radiance Cascades)_](https://jason.today/gi) * [**Kotlin**: _Build Your Own Cache_](https://github.com/kezhenxu94/cache-lite) * [**Lua**: _Building a CDN from Scratch to Learn about CDN_](https://github.com/leandromoreira/cdn-up-and-running) * [**Nim**: _Writing a Redis Protocol Parser_](https://xmonader.github.io/nimdays/day12_resp.html)