Dean Johnson
Dean Johnson
I've been working on an editor plugin called [Pixmap Slicer](https://github.com/deanljohnson/duality-pixmap-slicer) that can auto-slice a sprite sheet and allows the definition of rectangles with the mouse rather than by manually entering...
### Summary Currently there is no simple way within the Duality framework to query the state of the various 'lock' keys on a keyboard - CapsLock, ScrollLock, and NumLock. Consider...
# Summary & Analysis Duality currently uses a `List` for image atlases to store the position of individual sprites within a Pixmap. This approach is lacking many features such as...
If the mouse is currently over a marker and then IsHitTestVisible is set to false on that marker, the OnMarkerLeave event is never fired and marker.IsMouseOver stays true. Additionally, this...
### Summary As indicated [here](https://forum.adamslair.net/viewtopic.php?f=17&t=1144), there is a decent amount of interest in learning how to extend the editor. Besides digging through the Duality source code, there is really no...
I am trying to get a feel for the matx api and usage and am running into compilation issues with static tensors. With the following code: ``` constexpr int N...