Urho Laukkarinen

Results 6 issues of Urho Laukkarinen

This PR adds support for handling files that are dragged and dropped over the application. Blocked by https://github.com/not-fl3/miniquad/pull/275.

It would be very useful if you could execute robot tests the same way as jUnit tests. ![robottest](https://cloud.githubusercontent.com/assets/5576504/17802603/d1e97bd6-65f9-11e6-9dee-1721422097b5.png)

I was building an app using egui-macroquad and noticed that it does not support file drag & drop. Seems like it is not implemented in sapp. Have there been plans...

enhancement

You can now configure each individual subgizmo separately. For example, you could configure the gizmo to only have a Z translation arrow and arcball rotation. You can also configure a...

Scaling mode does not currently support global orientation. If scaling is enabled, the whole gizmo uses local orientation, even if it would otherwise use global orientation, which can be confusing....

enhancement

Currently `GizmoCamera` does not support multiple cameras. It could be useful in some cases to be able to have multiple cameras that can show the same gizmo, or different gizmos....