Search found 4 matches

by Shando
Sat Oct 20, 2018 3:54 am
Forum: SLikeNet - General
Topic: SLikeNet and Lua
Replies: 5
Views: 40391

Re: SLikeNet and Lua

Hey buddy,

No worries. Feel free to use them any way you want.

The only proviso I have is that it clearly states that they have not been fully tested and there is no warranty, though I will try to help any way I can.

Regards

Shando

PS: apologies for not responding sooner
by Shando
Fri Sep 21, 2018 12:23 am
Forum: SLikeNet - General
Topic: SLikeNet and Lua
Replies: 5
Views: 40391

Re: SLikeNet and Lua

OK, so I invested some time in SWIG :shock: I have (hopefully) managed to get over 1,500 available, of which I have successfully tested almost 50 in my ‘TestMain.lua’ code. NOTE: Testing was carried out on Windows 10 using Visual Studio 2017 Community, Lua 5.2 & SWIG 3.0.12. With the testing I tried...
by Shando
Wed Aug 01, 2018 1:34 am
Forum: SLikeNet - General
Topic: SLikeNet and Lua
Replies: 5
Views: 40391

Re: SLikeNet and Lua

Thanks for the reply. I've looked into SWIG, but it seems to generate way too much overhead and isn't human readable :( In the past I managed to get this working fine: https://github.com/pabloko/Lua-JIT-RakNet Which is fairly simple, though I will have to code most new functions by hand, but I suppo...
by Shando
Thu Jul 26, 2018 7:06 am
Forum: SLikeNet - General
Topic: SLikeNet and Lua
Replies: 5
Views: 40391

SLikeNet and Lua

Hi all,

I've just come across SLikeNet (used RakNet previously) and was wondering if anyone has tried to expose SLikeNet functions in Lua?

Thanks in advance

Shando

PS: From what I've seen so far, SLikeNet is looking like a good replacement for RakNet :)