-
Notifications
You must be signed in to change notification settings - Fork 3
ENET #1
Comments
Well there are other project that may be useful (and you may already know but anyway) like love-snippets by slime73, love-polyfill and love-microphone by LPGhatguy |
woops, didn't notice the email for this! my plan was to use lua-enet but pure FFI bindings would be more in the spirit of it. I haven't got a priority list - but PhysFS/love.filesystem bindings are definitely high on the list in order to get this actually usable. I'm probably going to sort out some of the easy modules soon (love.mouse) and start with love.window and maybe love.graphics. ones that would be particularly good for help with are physics (Box2D, but I'd also like to wrap Bullet at some point and maybe something like recast/detour), audio/sound (OpenAL) and font. I'm definitely aware of @LPGhatguy's projects and love-microphone has OpenAL bindings that I'll probably be using (among other things he's got) |
Wow thanks for the answer and happy new year! |
I think an enet binding would be about as important as a pure sockets binding to replace luasocket. Both of these are probably better off using the regular library that can be installed via luarocks or manually compiled into a lua executable. Neither of them are feasible to replicate. |
quick update, I've fixed physfs and implemented read and enumerate at least, I'll be committing that and work on the rest of the module when I'm home. |
There are FFI bindings for ENET here. I guess is not a top priority but anyway.
Do you have an order list or missing features you consider more important? I would like to help. This project sounds really good
The text was updated successfully, but these errors were encountered: