Skip to content

Scripting Overview

Foxel utilizes Lua for scripting, a powerful, efficient, lightweight, and embeddable scripting language. Lua is designed to be simple and flexible, making it an excellent choice for game development and applications like Foxel. For more detailed information about Lua, you can refer to the official Lua documentation.

In Foxel, you can leverage the Foxel API to perform a wide range of tasks that you would typically accomplish through the user interface. The API consists of over 30 modules and more than 350 functions, providing extensive capabilities for scripting within your voxel environment. You can find the full API documentation here.

Key Topics