https://github.com/hexensemble/witch-hunt
3D world experiment built with Rust/Raylib/Rapier/Hecs. 🧙♀️
https://github.com/hexensemble/witch-hunt
3d-games hecs indie-games rapier3d raylib rust
Last synced: 3 days ago
JSON representation
3D world experiment built with Rust/Raylib/Rapier/Hecs. 🧙♀️
- Host: GitHub
- URL: https://github.com/hexensemble/witch-hunt
- Owner: hexensemble
- License: apache-2.0
- Created: 2025-07-21T17:10:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-05-30T16:59:24.000Z (19 days ago)
- Last Synced: 2026-05-30T18:21:25.052Z (19 days ago)
- Topics: 3d-games, hecs, indie-games, rapier3d, raylib, rust
- Language: Rust
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Witch Hunt
3D world experiment built with Rust/Raylib/Rapier/Hecs. 🧙♀️
Prototyping and experimenting with 3D graphics, physics, and ECS. Map contains trees, some balls, and a cuboid witch who chases you using rudimentary pathfinding. The block-based world is laid out in Tiled (wouldn't recommend for 3D btw). Wireframe debug view is enabled so you can see physics bounds.

**Download:** https://github.com/hexensemble/witch-hunt/releases
Supports Mac and Windows.