Phr00t

Results 59 comments of Phr00t

Whatever works! :smile: Thank you for following up on this!

I am not working on getting this project to maven specs. I just do not have time & only maintain this project for my games. Feel free to fork this...

Weird... maybe try moving the spheremap.png file next to happy.png? If it can read happy.png, it should be able to find spheremap.png...

Are you packing in all of the OpenVR libraries too..? The JMonkeyVR.jar file in the root directory should already have all of this, so you just need to add JAR....

Wait a minute... demo.zip? Ugh, I should remove that. demo.zip is soooo old, I doubt anything would work from it.

You might be able to just run the JMonkeyVR.JAR file to test, or take the sample application, compile that with the JMonkeyVR.JAR as an included library.

demo.zip will likely start OpenVR, but it is probably using pre-v1.0 libraries. You can get jna-4.2.2.jar from here: http://central.maven.org/maven2/net/java/dev/jna/jna/4.2.2/jna-4.2.2.jar I don't particularly have time to setup another demo... this library...

The extension check should not have the toLowerCase removed, because then .MP3 or .Mp3 files won't work (for example). Doing this also makes all arguments case sensitive, but that is...

It is a command-line utility, so opening up the JAR in a GUI, like Windows Explorer, won't appear to accomplish anything. If you had MP3s in the current directory, it...

It would be very difficult to auto-detect, since it is using the whole song to try and guess a single BPM. You'd have to detect not only both BPMs, but...