https://github.com/joeribreedveld/macroquad-collisions
Custom wall collisions and sliding with Macroquad and hecs.
https://github.com/joeribreedveld/macroquad-collisions
2d collision-detection game hecs macroquad rust
Last synced: 8 months ago
JSON representation
Custom wall collisions and sliding with Macroquad and hecs.
- Host: GitHub
- URL: https://github.com/joeribreedveld/macroquad-collisions
- Owner: joeribreedveld
- Created: 2025-07-28T12:27:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T18:36:26.000Z (11 months ago)
- Last Synced: 2025-07-28T19:11:47.481Z (11 months ago)
- Topics: 2d, collision-detection, game, hecs, macroquad, rust
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collisions
Custom AABB collision implementation with Macroquad and hecs.

## Features
- Player movement (WASD)
- Wall collision and sliding
- Player teleportation (mouse click)
## Improvements
- Tunneling fix
## Resources
- https://www.youtube.com/watch?v=6j_yq5yRA54
- https://doc.rust-lang.org/rust-by-example/
- https://macroquad.rs/docs/
- https://docs.rs/hecs/latest/hecs/