Module druid
Druid UI Library.
Powerful Defold component based UI library. Use standart components or make your own game-specific to make amazing GUI in your games.
Contains the several basic components and examples to how to do your custom complex components to separate UI game logic to small files
require("druid.druid") function init(self) self.druid = druid.new(self) end
Functions
new(context[, style]) | Create Druid instance. |
register(name, module) | Register external druid component. |