-
Indie
- Stockholm, Sweden
- https://linktr.ee/eriknordeus
- @eriknordeus
- @eriknordeus
-
-
Unity-Programming-Patterns Public
Implementations of programming design patterns in Unity with examples in C# when to use them.
-
Bitcoin-price-visualization Public
Visualizing the ups and downs of bitcoin from the beginning with ALL price data available which you can download
-
Ten-Minute-Physics-Unity Public
Implementations in Unity of the Ten Minute Physics YouTube channel. Instead of using Unity's built-in physics engine, you will learn how to make your own. This is useful if you want to simulate rop…
-
Computational-geometry Public
Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, me…
-
Self-driving-vehicle Public
Simulation of path planning for self-driving vehicles in Unity. This is also an implementation of the Hybrid A* pathfinding algorithm which is useful if you are interested in pathfinding for vehicles.
-
Unity-Rope-Tutorial Public
Learn how to make a rope in Unity by using several methods such as springs. You will also find a procedural spring mesh.
-
Copypasta Public
Standardized code I copy paste into all my Unity projects
-
Implementation of advanced shaders in Unity like raytracing, interior mapping, parallax mapping
-
Earthquake-Simulator Public
Simulation of how buildings behave during an earthquake
-
Advent-Of-Code-2021 Public
Advent of code 2021
-
Unity-Boat-physics-Tutorial Public
Learn how to implement boat physics in Unity
-
Malik-Bendjellouls-Speech Public
A translation of a Swedish radio show where Malik Bendjelloul, who was the director of the documentary film "Searching for Sugar Man," talks about his life, future projects, and creativity.
UpdatedJan 23, 2022 -
Unity-Tornado-Simulator Public
Implementation of a tornado (twister) in Unity that can interact with the environment (including the clouds)
-
Unity tutorial on how to select units within rectangle
-
Unity-Custom-Tools-Tutorial Public
Source code for my custom tools tutorials in Unity
-
Unity-Ballistics-Tutorial Public
Learn how to make realistic bullets with bullet drop in Unity
-
Learn about an engineering area called Control systems by building quadcopters, etc
-
Unity-Stuff-on-grid-Tutorial Public
Place stuff on a grid Unity tutorial
-
-
-
Examples from the book Programming Collective Intelligence translated from Python to PHP