Difference between revisions of "Cute c2"
From GiderosMobile
(Created page with "__NOTOC__ <!-- GIDEROSOBJ:cute_c2--> '''Supported platforms:''' File:Platform android.pngFile:Platform ios.pngFile:Platform mac.pngFile:Platform pc.pngFile:P...") |
(No difference)
|
Revision as of 01:04, 11 November 2024
Supported platforms:
Available since: Gideros 2022.6
Description
cute_c2 implements 2D collision detection routines that test for overlap, and optionally can find the collision manifold. The manifold contains all necessary information to prevent shapes from inter-penetrating, which is useful for character controllers, general physics simulation, and user-interface programming.
cute_c2 LUA binding for Gideros by rrraptor ;-)
To add the cute_c2 plugin:
require "CuteC2"
cute_c2 is available under 2 licenses: zlib license and Public Domain (www.unlicense.org) (you may choose the one you like) and is available at https://github.com/RandyGaul/cute_headers
Example
Methods |
EventsConstants |