Florian Spiess

Results 8 comments of Florian Spiess
trafficstars

Ah, sorry, I was using TF Scala 0.4.1 and Python 2.7, so it's entirely possible it works on master.

I can confirm that this is still the case in Apollo 1.15.7. The pixel pal menu opens as expected and even the food and play submenus open, but selecting food...

Currently there are no prebuilt TensorFlow Java binaries for macOS Aarch64 as GitHub does not yet offer macOS Aarch64 build runners. Custom builds are enabled since TensorFlow Java 0.5.0, so...

There are good news on this issue, GitHub actions now has free M1 runners, and the [JavaCPP Presets have already been made available for macOS-Aarch64](https://github.com/bytedeco/javacpp-presets/issues/1069#issuecomment-1922484172). TensorFlow Java will probably soon...

Regarding the resources, there is the possibility of implementing a "lazy download" strategy, such that Cineast downloads missing resources at runtime if they are missing. This would lead to the...

Maybe [jGL](https://github.com/jzy3d/jGL) could be investigated as an alternative.

What about [Three.kt](https://github.com/markaren/three.kt)? From what I understand it is built for real time rendering, like Three.js, but it should probably also work for static rendering.

You are right, using lwjgl makes a lot more sense. It even has macOS aarch64 build artifacts.