sark
sark
dots-blockworld
A block world prototype using Unity DOTS and ECS. Because someone had to do it.
dots-roguelike
A "traditional" ascii roguelike built using Unity's ECS/DOTS framework.
ecs-turnbasedprototype
An example of a very simple turn based system in Unity's ecs.
rltk_unity
A framework for developing ascii based "traditional" roguelikes in Unity.
bevy_roguelike
A traditional roguelike made in bevy. Originally built from the wonderful Rust Roguelike Tutorial: https://bfnightly.bracketproductions.com/
pathfinding
A simple generic solution for pathfinding in Unity that works with jobs and burst.
Unity_FontAtlasGenerator
An editor-only tool for Unity that generates PNG font atlases from arbitrary strings. Built in support for Code Page 437 (if the font supports it).
bevy_tiled_camera
A simple camera for properly displaying tile-based low resolution pixel perfect 2D games in bevy.