-
Notifications
You must be signed in to change notification settings - Fork 152
Description
Hi...
First off, rad framework. I've known about it for a while but have only just had a chance to look into it properly today.
I'm having an issue dealing with the architecture of HYPE where I want to use an individual instance of the H class as a member variable of a custom class, and manage the positioning of the stage and the render lifecycle of H within that class. (slightly related but kind of irrelevant issue posted at #64 )...
I can't seem to do this as the architecture stands now - it seems to tie itself to the PApplet (which i get) and a lot of the positioning methods of the HStage class do nothing useful...
I can go into the PDE and edit the methods, but I wanted to see if Joshua or James had any thoughts/opinions on what Im trying to do - also if the 'staging' branch might serve me better (I downloaded 'master')...
Thanks guys...