mirror of
https://git.davidovski.xyz/rectangles.git
synced 2024-08-15 00:43:36 +00:00
9 lines
238 B
Markdown
9 lines
238 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.
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
- C Compiler
|
||
|
- raylib
|