Closed simon-brooke closed 6 months ago
re: "I couldn't deduce from the project what version of the lwjgl-opengl library you were using, but seeing you last touched this in 2017 I'm guessing it was 3.1.0" ...it would have for sure been lwjgl2. I'd have to dig deeper to find more details.
I'm going to close this now, because although I'm not sure how I have now got past this issue and have a build.
Hi, sorry to bother you.
I understand how it feels when someone else is trying to resurrect one of your ancient projects, and pesters you with questions. But I need a Java procedural tree model generator, and SimArboreal seemed like a good place to start.
I've checked out all of
I've got all of them building with Gradle 4.4.1 on OpenJDK 17.0.10 (tried with Gradle 8.7 but too much broke). However, the editor, although it builds, breaks at runtime as follows:
I couldn't deduce from the project what version of the
lwjgl-opengl
library you were using, but seeing you last touched this in 2017 I'm guessing it was 3.1.0, so I amendedbuild.gradle
as follows:However, I'm still seeing the same break.
Any suggestions?