Nick

Results 7 comments of Nick

https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/Source/Atomic/Graphics/Zone.cpp#L120 Here's setAmbientColor function, it ignores alpha component and always sets it to 1.0. So it's not a problem of marshalling :)

choose which rendering system to use would be cool ;) #277

Separate process for UI Editor is better. Would be good, if UI Editor could launch separately like a tool(e.g. TileEditor)

It's not really kind of must have things, editor could live without that yet, but to provide a full editing system for users(developers) Atomic Editor should have it

Parsing JSON file with TurboBadger data should be pretty easy. Write get/set method for each TB Widget attribute, in UiWidget (they are about [100](https://github.com/fruxo/turbobadger/blob/master/resources/metadata/tb_widgets_attr.tb.txt).) JSON format is very popular and...

please close this in favor of https://github.com/raydium-io/raydium-frontend/pull/7