Kazik Pogoda

Results 54 issues of 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...

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...

This PR adds new modules: * orx-compute-shaders * orx-point-clouds * orx-wireframes