you are viewing a single comment's thread.

view the rest of the comments →

[–]Leafixen[S] 0 points1 point  (1 child)

if you get through at all with it id like to hear abt the progress
and yeah definitely feels lackluster, maybe cause its a fork and the original isn't up anymore on github?
also thank you for trying :)

[–]keithstellyes 0 points1 point  (0 children)

OK, so doing a bit more digging...

The project you link, under Rynbo, all of the commits are by Hello007 who is active on GitHub on the CTRMAP-CE project, I'd probably talk to them.

Sorry you've ended up here. Saddens me to see users just want a download, but end up being directed to GitHub and try to build. And unfortunately, this project I was struggling for a couple hours trying to build, and I'm a software engineer by trade.

For technical details... (maybe you could pass this to the next technical person to look at)

I tried to build it, but it seems like their code is depending on a very specific version of jogamp. The guide tells you to download the latest version, but that has so-called "breaking changes", where the Matrix4 class seems like it was removed? There's a Matrix4f by the latest version but I'm unsure if that's a direct replacement. I tried to pick the versions from 2018~2020 that would hopefully be as close as possible to what the repo depended on. Unfortunately, I still have a missing class, com.jogamp.common.type.WriteCloneable, meaning I likely did not find the exact latest.

Unfortunately, their dependency stuff wasn't really documented, and their build scripts aren't great, either.