excessive / DOMy

A DOM-like GUI framework for the *awesome* LÖVE framework
Other
32 stars 2 forks source link

Images should be able to use any drawable #13

Open karai17 opened 9 years ago

karai17 commented 9 years ago

An Image element should probably be able to use quads so that a user can create their own image atlases for icons and whatever else.

adrix89 commented 9 years ago

You are probably better off with resource management system that can be set up independently. You can set defaults for types automatically. Note that if resource management does not have some serious automation it will be a pain in the ass to setup manually. Its one of the greatest reason why I am going with a visual editor for my GUI.