jstodef

Library for sending messages from JavaScript to Defold (Lua)

MIT License

Stars
33

Bot releases are visible (Hide)

jstodef - Defold 1.7.1 Latest Release

Published by AGulev 6 months ago

Updated to be compatible with Defold 1.7.1 and the new Emscripten version.

jstodef - Updated to use new Lua json decoder

Published by AGulev almost 2 years ago

jstodef - JsToDef v1.4.0

Published by AGulev over 3 years ago

FIX: Changed the way string allocation works in updated version of emscripten (from Defold 1.2.178)

jstodef - JsToDef v1.3.0

Published by AGulev over 3 years ago

  • The ability to send the ArrayBuffer object from JS to Defold
  • The ability to pass strings with the null character

Thanks @aglitchman for this contribution.

jstodef - JsToDef v1.2.1

Published by AGulev almost 4 years ago

Added JsToDef.script_api file for autocomplete in the editor

jstodef - JsToDef v1.2.0

Published by AGulev almost 4 years ago

Breaking changes

Build for Emscripten 2.0.11 (Defold 1.2.178). This breaks compatibility with older Defold versions.

jstodef - JsToDef v1.1.0

Published by AGulev over 4 years ago

Breaking changes

Build for Emscripten 1.39 (Defold 1.2.170). This breaks compatibility with older Defold versions.

jstodef - JsToDef v1.0.1

Published by AGulev over 5 years ago

Added library folder

jstodef - JsToDef v1.0.0

Published by AGulev over 5 years ago

Lua json decode replaced with native json decode.

jstodef - JsToDef 0.8

Published by AGulev over 5 years ago

Initial release.