Jump to content

Is it possible to use Ultra Engine Pro Mixed?


Yue
 Share

Go to solution Solved by Josh,

Recommended Posts

  • Solution

In Ultra, projects are designed to be used with one language, because unlike Leadwerks, the Ultra components system works with each supported language.

However, it is still possible to mix C++ and Lua. The scripting API provides functionality for running scripts, setting variables, and calling functions:
https://www.ultraengine.com/learn/Scripting?lang=cpp

The sol binding library for Lua is also included, for advanced functionality, and for binding your own C++ classes for use in Lua. The Steamworks code shows an example of this.

  • Like 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...