rectangles/README.md
2023-04-22 00:09:08 +01:00

10 lines
276 B
Markdown

# 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.
![Screenshot](images/screenshot.png)
## Requirements
- C Compiler
- raylib