Abe Pazos

Results 278 comments of Abe Pazos
trafficstars

Since I couldn't make it work at the time, and since I'm on Linux, I went for this approach: https://codeberg.org/hamoid/openrndr-oddity-coffer/src/branch/master/src/main/kotlin/kinputevents

Is it solved via https://github.com/openrndr/openrndr/commit/8522cdbde1f2ea6158993ba0c55363997a040417 ?

Fixed in orx by switching to nmcp in these commits: https://github.com/openrndr/orx/commit/c4c2154e6006a9c6ab97e6dc3c3e938b49958008 https://github.com/openrndr/orx/commit/bd0c69823a5c960cb351dda0540084c6df818a65 https://github.com/openrndr/orx/commit/0c185f4d399ceb7a3839e77ee2ec3a0f20dec580 https://github.com/openrndr/orx/commit/70940b90b2b0339197523bf3700c8819ae1e4d46

Is it possible to not assume GitHub is used? It's not the only platform for hosting git repos. I guess currently the automation is designed for GitHub, right? In that...

Not sure how to name it, but if it was something like gitUserURL, it would allow for https://gitlab.com/myUser or https://codeberg.org/myUser (although I don't know how would one actually contact the...

I was concerned that it might not be so easy, that's why I didn't mention it earlier. If no one else is affected it's very ok to close this.

Why add qbs to .gitignore? Maybe this task is not what I think it is? I find it useful to track the qbs file with git. Mine looks like this:...

I'm wondering if `orx-compute-shaders` should be part of openrndr instead of orx, since it's only a few lines of code and it's a useful feature when writing compute shaders.