Julien Amsellem

Results 10 comments of Julien Amsellem

I did it in my own project by finding the bounding sphere. If you have a geometry made of several parts you'll need to find the bounding sphere of two...

Hi, Thanks for your answer, here are some more details about my issue: - I used code from the winforms sample - Here is my tools.json file: ```json { "GUID":...

Before writing any software taking advantage of the Logitech Craft device I'd like to create a more _generic_ and _reusable_ SDK. It should be public (like you did, and thank...

Hi, I've been through the same questions a few months ago, that's why I have created an alternative SDK here: https://github.com/ju2pom/logicraftsdk.NET

You might have a look to a library I wrote in C# that should ease plugin development for the Craft: https://github.com/ju2pom/logicraftsdk.NET Let me know if you find it useful.

Hello Pedro, Thanks for your feedback, and I completely agree, it's a hole in the API. I will make an update soon to support this feature.

To follow up my previous answer, your request has pushed me to work on an evolution of this library to improve a bit the API. So it's coming but I...

You just pointed out another change I'd like to make in this library. I'd like to give more control on the underlying everything process. For example - be able to...

Hello Pedro, If you're still interested I made a new branch for EverythingNet2 with the following changes: * new API, very similar to v1 but code needs to updated *...

Hello Pedro, I'm glad you like the new API. For the nuget package I need to check the library compatibility with various .net framework version. I may end up publishing...