Abe Pazos

Results 267 comments of Abe Pazos

Finally I got into trying how this look like: ![image](https://github.com/openrndr/openrndr-guide/assets/108264/bae35343-6719-4d9c-b072-948e881bcaa5) ![image](https://github.com/openrndr/openrndr-guide/assets/108264/b9c849b4-9392-4e61-9bb6-8664301549ea)

Thank you very much for your contribution! Super nice to have one more person writing!!! I think I could tweak some sentences so they match the tone of other parts...

In https://github.com/openrndr/openrndr-guide/wiki we had planned a section for reusing code. Maybe both approaches could be listed there, together with others like creating a library, or sharing a source folder across...

Hi! One actually doesn't need to subclass, but just put that class (the example I shared) in a file, for example in `src/main/kotlin/org/openrndr/Preload.kt`. When a program starts it searches for...

That's a good point. More options can be confusing. It's tricky because each option has its benefits. ## shared src folder vs library-template I think including a src folder with...

Thanks for the feedback :) I agree with your concern regarding the location of the Preload file. I guess one could place it anywhere, but it would complain about package...

Sometimes integrated graphics support up to 4.5 or 4.6. Are there new drivers available?

According to https://guide.openrndr.org/#/01_Before_you_start/C02ShouldIUseOPENRNDR GL 3.3 unfortunately is the minimum.

Hi! I did copy the solution from Slack to the forum in the linked post. In that case it was simply that the environment `JAVA_HOME` variable was not set. Could...

In the examples I've seen the `/Contents/Home` part is not there. Could that be it? Is there a `bin` folder inside `/Users/xxx/Library/Java/JavaVirtualMachines/openjdk-17.0.2/Contents/Home` ?