Go to file
davidovski ebd0074d39 Remove comment 2023-04-22 01:31:44 +01:00
images Add image to readme 2023-04-22 00:09:08 +01:00
Makefile Generate non-overlapping collisions 2023-04-21 21:58:50 +01:00
README.md Add image to readme 2023-04-22 00:09:08 +01:00
rectangles.c Remove comment 2023-04-22 01:31:44 +01:00

README.md

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

Requirements

  • C Compiler
  • raylib