Carsten Csiky

Results 56 comments of Carsten Csiky

Further reading: https://en.wikipedia.org/wiki/Boolean_algebra#Basic_operations

Here's the results I get on my machine: ``` $ cargo bench .... cube stl time: [35.713 ms 36.381 ms 37.233 ms] change: [-7.0127% -4.5887% -2.0766%] (p = 0.00 <...

Yes, i'll give it a try, though I'm don't know a lot about thumbnailer files

I found obj files here https://www.iana.org/assignments/media-types/model/obj , but I'm not sure, if I adapted the stl rules correctly..

Hey, no worries :) 1. Great idea! I adapted the mimetype rule from cura. 2. Ok. I'll do further tests. Maybe I can find the bottleneck. I think I acutally...

yeah, so I rebased & updated the PR now. Performance is still no better. I think this may also be because of also needing to load the normal data, but...

I've been using elm-test recently and found the basic diffing on `Show` is already very useful. If there's interest in having this as part of this library, I would like...

Having the same issue

Hi @xgrommx At the moment pskt works by converting Purescripts CoreFn into Kotlin Source Files, which can then be compiled to class files (or jar files for that matter) If...

I do want to update the project to 0.14. If I remember correctly in some preliminary tests there are some changes necessary to geht pskt working under 0.14 prereleases. I'm...