rectangles/README.md
2023-04-21 21:58:50 +01:00

238 B

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