Abe Pazos
Abe Pazos
[` error("drawing shapes requires a render target with a depth buffer attachment")`](https://github.com/openrndr/openrndr/blob/master/openrndr-draw/src/commonMain/kotlin/org/openrndr/draw/Drawer.kt#L659) [` throw RuntimeException("drawing org.openrndr.shape.contours requires a render target with a depth buffer attachment")`](https://github.com/openrndr/openrndr/blob/master/openrndr-draw/src/commonMain/kotlin/org/openrndr/draw/Drawer.kt#L712) The current check is `if...
I tried applying these changes to master but it doesn't work as expected anymore. Leaving some notes about it: In the demo it seems like only layer 0 is populated...
I will create an updated PR with these changes.
Thank you @shi-weili for your PR. I will try to get it merged soon as https://github.com/openrndr/openrndr/pull/369 (giving you credit for your work). Feedback / code / suggestions are welcome :)
Hi! By looking at your message I see `x86_64` which is a desktop cpu. I think for Raspberry Pi it should show something like arm6 or arm64. I get the...
Sounds like the same reason: the library is not compiled for ARM. It's either a 64 bit or a 32 bit desktop version.
Maybe you can contact the author of this branch: https://github.com/nicarran/jpen/compare/master...Birch-san:jpen:arm64 Based on the comments a successful build for arm64 was built.
Without it it's not possible to know if a sound is done playing, right?
Thank you for the detailed answer!!! I'll do tests and report back :)
I just added a [Minim example](https://github.com/openrndr/orx/pull/231/files) to OPENRNDR and remembered this issue. I tried my code above and also the one from @rvorias but I couldn't start diagnosing things because...