amethyst / editor-core

Crate that allows an Amethyst game to communicate with an editor.
Other
44 stars 10 forks source link

Add support for editing resources #25

Closed randomPoison closed 6 years ago

randomPoison commented 6 years ago

This implements basic support for receiving updated data for resources from the editor and applying those updates to the local state. Currently this is only implemented for resources, however the same pattern can be easily implemented for components.

Lots of easy ways to improve this, but I'd rather get this merged in with the functionality as-is. I'll write up some tickets to track the remainder of the cleanup work, that way others can have a chance to contribute.

randomPoison commented 6 years ago

Things I should probably still do before merging: