C# Graphical algorithms
C# App with 2D land perlin noise generation.
C# App with 2D perlin noise generation.
- Based on: https://habr.com/ru/articles/265775/
C# app with 2D Raycasting algorithm
- Based on: https://www.youtube.com/watch?v=TOEi6T2mtHo
- Youtube: https://youtu.be/4gQP1bOB66o
C# app with 2D Raycasting algorithm with Maze.
- Based on: https://www.youtube.com/watch?v=vYgIKn7iDH8
- Youtube: https://youtu.be/6oELi6mzti0
C# App with Brezenhem algorithm
Two C# applications inside https://github.com/tltrus/GRAPHICS/tree/main/Bezier-curves:
- Bézier
- Bézier+DeCasteljo
Youtube: https://youtu.be/WJP1lTRcKGA
C# App with Bilinear interpolation algorithm
C#
- Based on: https://thecodingtrain.com/challenges/50-animated-circle-packing
- Youtube: https://youtu.be/27EuuWILLEI
C# figure transformation algorithm
- Based on: https://thecodingtrain.com/challenges/81-circle-morphing
- Youtube: https://youtu.be/T5kDKEEiyzo
C# algorithm
- Based on https://thecodingtrain.com/challenges/13-reaction-diffusion
- Youtube: https://youtu.be/N2iMtkRM2zY
C# app for display pixels reading and writing. Hook is using for mouse and display.
C# bitmap fire algorithm.
- Based on: https://thecodingtrain.com/challenges/103-fire-effect
- Youtube: https://youtu.be/T5kDKEEiyzo
C# bitmap fire algorithm.
- Youtube: https://youtu.be/CkqDRi85OJg
C# algorithm
- Based on: https://thecodingtrain.com/challenges/155-kaleidoscope-snowflake
- Youtube: https://youtu.be/3uDDvGJObdM
C# Lightning algorithm
- Based on: https://drilian.com/2009/02/25/lightning-bolts/
- Youtube: https://youtu.be/bcfwHQHY09o
C# algorithm
- Based on: https://thecodingtrain.com/challenges/c5-marching-squares
- Youtube: https://youtu.be/eBauEvDM2A8
- Based on: https://thecodingtrain.com/challenges/136-polar-noise-loops
- Youtube: https://youtu.be/a-xpX_Wq3ac
C# stars moving
- Based on: https://thecodingtrain.com/challenges/1-starfield
- Youtube: https://youtu.be/TUh8ut2SW9E
C# rain falling
- Based on: https://thecodingtrain.com/challenges/4-purple-rain
- Youtube: https://youtu.be/wTYv7szmCls
C# algorithm for bitmap
Based on: https://thecodingtrain.com/challenges/c4-worley-noise
1.Slow - very slow solution, because SetPixel is used.
2.Normal - in progress, the code with optimization to speed up the drawing
Youtube: https://youtu.be/T5kDKEEiyzo
C# algorithm for bitmap. It's a very slow solution, because SetPixel is used.
- Water Ripples based on: https://thecodingtrain.com/challenges/102-2d-water-ripple
- Metaballs based on: https://thecodingtrain.com/challenges/28-metaballs
- Youtube: https://youtu.be/kPUXaXYmjLk

















