Kazik Pogoda
Kazik Pogoda
**Describe the bug** While converting `openrndr-math` into kotlin mpp I noticed that one test there is permanently switched off **To Reproduce** uncomment the test, it will fail **Expected behavior** The...
[WIP] READMEs for kinect and orx-kinect-demo removed and code moved to orx-kinect-v1 demo source f…
…older Still work in progress
Even though I fixed the code of this module to finally compile (issue #19), it still doesn't start: ``` Exception in thread "main" kotlin.UninitializedPropertyAccessException: lateinit property application has not been...
I already have a fix, will create PR soon
https://kotlinlang.org/docs/flow.html https://github.com/Kotlin/kotlinx.coroutines/issues/1498
I added `va_pointSize` to be carried from vertext shader to fragment shader. I'm not sure if it's the right convention. The only way to use point coordinates at the moment...
I had a problem with `orx-midi`. My Yamaha keyboard is sending system MIDI events without data payload and channel information, which was crashing the program with `ArrayIndexOutOfBounds`. This PR is...
[wip] Feature: colored height maps to ordered point clouds + point clouds to wireframes and meshes
This PR adds new modules: * orx-compute-shaders * orx-point-clouds * orx-wireframes