Difference between revisions of "Bump"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 6: Line 6:
 
=== Description ===
 
=== Description ===
 
This is a native (and much faster) implementation of excellent ''bump.lua'' collision library.
 
This is a native (and much faster) implementation of excellent ''bump.lua'' collision library.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
require "cbump"
 
require "cbump"
 
</source>
 
</source>

Revision as of 15:26, 13 July 2023

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
Available since: Gideros 2017.8

Description

This is a native (and much faster) implementation of excellent bump.lua collision library. <syntaxhighlight lang="lua"> require "cbump" </source>

See full original documentation here: https://github.com/kikito/bump.lua


You may also have a look at this section CBump, which is a full cbump 2D Platformer template.

Methods

Events

Constants