An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Collisions

Custom AABB collision implementation with Macroquad and hecs.

Screenshot 2025-07-28 at 19 06 13

## 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/