Difference between revisions of "Wax"

From GiderosMobile
 
Line 18: Line 18:
 
=== Examples ===
 
=== Examples ===
 
*'''https://github.com/troysandal/BhWax/tree/master/Demo'''
 
*'''https://github.com/troysandal/BhWax/tree/master/Demo'''
 +
*'''https://github.com/alibaba/wax/tree/master/examples'''
  
 
{|-
 
{|-

Latest revision as of 03:40, 5 September 2025

Supported platforms: Platform ios.png
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

Events

Constants