Using LUA for scripting

Started by
51 comments, last by smokes 21 years ago
quote:Original post by stodge
<snip>
I also use ToLua to expose my C++ classes, but I only use one Lua State. That''s all you need, even for multiple Lua scripts.


When you say that you only use one Lua State for multiple Lua scripts do you mean multiple Lua scripts running asynchronously (in threads) or do you mean that you have multiple threads that are run synchronously?





Dave "Dak Lozar" Loeser
Dave Dak Lozar Loeser
"Software Engineering is a race between the programmers, trying to make bigger and better fool-proof software, and the universe trying to make bigger fools. So far the Universe in winning."--anonymous
Advertisement
quote:Original post by smokes
Isn''t anyone here using LUA for scripting? just discovered it the other day and I think it is really nice for embedding into an engine..

[edited by - Smokes on November 20, 2002 10:56:53 AM]


I''m using Lua.
A single thread, running one script at a time.
---------------------http://www.stodge.net

This topic is closed to new replies.

Advertisement