[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: userdata
- From: Peter Shook <pshook@...>
- Date: Tue, 13 May 2003 02:44:16 -0400
Here is an exapmle for Lua 5:
http://lua-users.org/wiki/UserDataExample
Here is one for Lua 4 by lhf:
http://lua-users.org/wiki/VectorLibrarySample
There are lots of other examples on the wiki at the bottom of the Sample
Code page:
http://lua-users.org/wiki/SampleCode
- Peter Shook
Scott Newby wrote:
Hello
I've recently implemented lua into my 3d engine without any bother. In
fact it couldn't have been easier. I'm a little stuck when it comes to
userdata though.