Followers
0
Following
0
Joined
Last Online
-
RickW37
Can you use canvas and scene objects together? I like that complex objects can be built up using a canvas object (e.g. add_quad_curve/fill_path). However, I'd like to interact with the drawing as well using a scene (e.g. touch_began). Any suggestions as to how I can "have my cake and eat it too"?
-
RickW37
Do you think getting them to "play nice" together could happen anytime soon?
If the missing drawing ops, found in 'canvas' could move over into 'scene' then 'canvas' could get dropped/deprecated. It's ok if all apps start as console-mode and require a 'scene' for drawing+interaction.
Otherwise, it would be great to just add those wonderful "missing" drawing ops into 'scene'.