Lua mongoose bindings for rapid develpment #3316
TheRootED24
started this conversation in
Tell about your project
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am nearing completion of the lua bindings for the entire mongoose api. I have replicated most of the examples from the documentation and tutorials in lua . One of the main goals for this library is to represent the actual c code as closely as possible, to allow easy translation from lua to an actual C program. I am quite happy with the results so far, i feel it feels very close to the actual C api.
for example, compare the example from the respective github repos
Mongoose C
Lua script
I have tested 80-90% of the api and as mentioned, replicated most of the tutorials found on the documentation page and in from the github tutorials.
the project can be found on github --> https://github.com/TheRootED24/mg_lua
all criticisms all welcome. Cheers
Beta Was this translation helpful? Give feedback.
All reactions