Change the repository type filter
All
Repositories list
2 repositories
ecs_life
PublicProject source code for https://www.wiseshards.com/blog/unity-ecs-entity-component-system-and-job-system/. In this blog post we get our hands on Unity ECS (Entity Component System), Job System, and implement Conway's Game of Life with three different approaches: classic, hybrid and pure ECS. This way you can have a concrete example with a smooth…basic_desert
PublicProject source code for https://www.wiseshards.com/blog/basic-procedural-desert-generation-and-rendering-in-unity/. In this blog post we present a simple way to generate a desert and then render it with custom shaders in Unity.