AODQ / pulchritude-engine

lingua franca game engine
MIT License
0 stars 0 forks source link

Scripting Support #21

Open AODQ opened 2 years ago

AODQ commented 2 years ago

Description

This adds support for at least one scripting language (Lua or otherwise). This includes adding C ABI conversion to the specified language (probably some PDS file w/ user-defined callbacks), and utilities to help facilitate the scripting environment and function calls / return values.

AODQ commented 2 years ago

Think I'll add Nim support for now and worry about Lua and others in the future