Abe Pazos
Abe Pazos
Thank you Neil for taking the time to comment :)
Thanks @neilcsmith-net , I was just informing for other users and developers. I think we both have found a way to avoid such issues :-)
I added a small example to https://guide.openrndr.org/drawing/colorbuffers.html#reading-from-color-buffers
I don't know why this can be, but maybe it's useful to know if it's an M1 CPU. Does it also happen when running the program from the command line...
Is ``` MidiDeviceDescription.list().forEach { println("${it.name}, ${it.vendor} r:${it.receive} t:${it.transmit}") } ``` also slow?
If we add `fun path3D() = Path3D(listOf(this), false)` to Segment3D.kt in openrndr then it's easier to create a Path3D between 2 points (useful for extrudeContourSteps). Somewhat equivalent to `LineSegment.contour`. Update:...
I have continued work on this at https://github.com/hamoid/orx/tree/improved-mesh-generator My branch is based on current master. I implemented the suggestions above.
``` # 0.4.1 = 9db3c48 # 0.4.2 = c6d4063 $ git log 9db3c48..c6d4063 --pretty=format:"- %h %s (%an)" --no-merges | sort -k 3 | uniq -u -s 11 - 4c22687 Add...
Issue still present on 0b87c96
I'll close this as it's 5 years old and I haven't heard further mentions about it.