Robin Kahlow

Results 10 comments of Robin Kahlow

If possible with your use-case, you can always make the canvas render at a smaller size than its dom element. Set the width and height of the canvas to what...

Related to https://github.com/RobinKa/netprints/issues/15 as that is mainly what is holding up cross-platform support.

Using them done in https://github.com/RobinKa/netprints/commit/c4c627355b703e4f214e1fbe17bad7485614bc44

This is because `ReflectionProvider.GetNonStaticTypes()` https://github.com/RobinKa/netprints/blob/f7e920d76079fb45772aec49f2efb5aa30b7fa2b/NetPrintsEditor/Reflection/ReflectionProvider.cs#L257-L264 only returns non-abstract types which was done because the same function is used for selecting types in constructors for example. As a solution a query...

Overriding methods done in https://github.com/RobinKa/netprints/commit/3a33f2270080b56353dd17505849a4eecd9f61f8

Not sure honestly, I tried downloading and running both the standalone and framework-independent one and they worked for me. Your best bet is probably cloning the repository and compiling it...

Still has a small regression (when dragging pins the temporary line isn't shown) which is why this hasn't been merged yet.

Yes exactly, I'd like this to be the default setting without manually needing to set it like this, but I couldn't figure out how.

Hey, how do you want to include it? Do you want to be able to drop in a point particle and see it moving using the lorentz law?

Yep ImageSpec seems good, can close imo