Arwen-Undomiel.com
https://arwen-undomiel.com/forum/

Finding a way to implement scripts
https://arwen-undomiel.com/forum/viewtopic.php?f=5&t=27878
Page 1 of 1

Author:  Galaram [ April 15th, 2024, 6:38 am ]
Post subject:  Finding a way to implement scripts

Hey folks, I'm looking for some advice on implementing and executing Lua scripts in my program. Any ideas? I'm using C++ for my project. It's a game engine, and I want to allow users to create custom behaviors using Lua scripts.

Author:  Korral [ April 15th, 2024, 9:01 am ]
Post subject:  Re: Finding a way to implement scripts

Lua's a great choice for scripting within programs. What language are you working with, and what's your project about?

Author:  Makarena [ April 15th, 2024, 10:26 am ]
Post subject:  Re: Finding a way to implement scripts

Lua is often used for game scripting due to its simplicity and speed. Integrating it into a C++ project is quite straightforward. From what i know is that the Lua C API provides functions for loading and executing Lua scripts, manipulating Lua variables, and more. It's pretty powerful once you get the hang of it. You can also use other soft like trigon executor to implement scripts

Page 1 of 1 All times are UTC - 5 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/