Skip to content

ixiagames/ixia-defold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some helpers to use with hxDefold. This is under the equivalent of public domain, you can do whatever you want with it.

  • Extensions: Externs for some extensions.
  • Gui: An easy way to add interaction listeners & styling to GUI node. ExtGuiNode is an abstract of GuiNode to make working with them more convenient.
  • Script: GUI & GO scripts with some basic macro to build methods into wrapped async version of them with callback. When those wrapped methods are called by any script, the original methods & their callbacks will be executed by the original script by receiving a message, allowing you to update GUI nodes & other properties by calling the methods outside of their script.
  • Collection: Load, unload, liveupdate make more convenient.
  • Types: Mostly abstracts of Defold original types to make them more convenient & easier to read.
  • Render: For RenderScript, with some basic built-in config for different types of projections.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages