otoomey

Results 5 issues of otoomey

To recap Issue #242: XNode's `NodeEditor` does not have an `OnEnable` method like the Unity Editor does. This PR adds an `OnEnable` virtual method to `NodeEditor` and calls it when...

When writing Unity editors it is useful to instantiate stuff in the editor's `OnEnable` method. When you open the inspector or you modify the backing editor script, Unity reloads the...

enhancement

The nanovg project has been archived, and so it would be great if an alternative canvas-like rendering library was added that is actively maintained. To this cause I would to...

Type: Enhancement

I have been using your tutorials to learn and they are very helpful, so thank you very much for writing them. I was wondering if there exists a better way...

question

The ‘sel’ signal currently acts (inverted) like the ‘drop’ signal seen in the likes of ‘stream_filter’. This may be intended behaviour but strikes me as somewhat unexpected. In my specific...