Difference between revisions of "Wax"
From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' File:Platform ios.png<br/> '''Available since:''' Gideros 2025.9<br/> === Description === Wax is a framework that lets you write nati...") |
|||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Wax is a framework that lets you write native iPhone apps in Lua. It bridges Objective-C and Lua using the Objective-C runtime. With Wax, anything you can do in Objective-C is automatically available in Lua! What are you waiting for, give it a shot! | Wax is a framework that lets you write native iPhone apps in Lua. It bridges Objective-C and Lua using the Objective-C runtime. With Wax, anything you can do in Objective-C is automatically available in Lua! What are you waiting for, give it a shot! | ||
− | |||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
− | require " | + | require "wax" |
+ | require "wax.init" | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | '''Gideros Plugin for Wax''': | |
− | ''' | + | *'''https://github.com/troysandal/BhWax''' |
− | |||
− | |||
− | + | For more information please see: | |
+ | *'''https://github.com/troysandal/BhGideros''' | ||
− | + | === Examples === | |
− | + | *'''https://github.com/troysandal/BhWax/tree/master/Demo''' | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{|- | {|- |
Revision as of 03:35, 5 September 2025
Supported platforms:
Available since: Gideros 2025.9
Description
Wax is a framework that lets you write native iPhone apps in Lua. It bridges Objective-C and Lua using the Objective-C runtime. With Wax, anything you can do in Objective-C is automatically available in Lua! What are you waiting for, give it a shot!
require "wax"
require "wax.init"
Gideros Plugin for Wax:
For more information please see:
Examples
Methods |
EventsConstants |