Difference between revisions of "Bump"
From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2017.8<br/> === Description === This is a native (and much faster) implementation of excellent bump.l...") |
|||
| (15 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | '''Supported platforms:''' <br/> | + | <!-- GIDEROSOBJ:bump --> |
| + | '''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]][[File:Platform linux.png]]<br/> | ||
'''Available since:''' Gideros 2017.8<br/> | '''Available since:''' Gideros 2017.8<br/> | ||
| + | |||
=== 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. |
| − | + | <syntaxhighlight lang="lua"> | |
| − | + | require "cbump" | |
| − | | style="width: 50%;"| | + | </syntaxhighlight> |
| + | |||
| + | '''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'''. | ||
| + | |||
| + | {|- | ||
| + | | style="width: 50%; vertical-align:top;"| | ||
=== Methods === | === Methods === | ||
| − | | style="width: 50%;"| | + | | style="width: 50%; vertical-align:top;"| |
=== Events === | === Events === | ||
=== Constants === | === Constants === | ||
|} | |} | ||
| + | |||
| + | {{GIDEROS IMPORTANT LINKS}} | ||
Latest revision as of 00:05, 11 November 2024
Supported platforms: ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Available since: Gideros 2017.8
Description
This is a native (and much faster) implementation of excellent bump.lua collision library.
require "cbump"
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 |
EventsConstants |