rectangles/README.md

11 lines
276 B
Markdown
Raw Permalink Normal View History

2023-04-21 20:58:50 +00:00
# Rectangles
A simple proof of concept algorithm to combine multiple tiled rectangles into a smaller number. This can be used to optimise the number of rectangles to check for collision in a game.
2023-04-21 23:09:08 +00:00
![Screenshot](images/screenshot.png)
2023-04-21 20:58:50 +00:00
## Requirements
- C Compiler
- raylib