Forum Discussion
whitehexagon
10 years agoExplorer
Java Project Distribution
I've been working in Java so far, but I'm now worried that distribution is going to be a pain. So I'm considering to switch to OpenGL with C# so that I can build an .exe. What are others using? and...
jherico
10 years agoAdventurer
"whitehexagon" wrote:
I've been working in Java so far, but I'm now worried that distribution is going to be a pain. So I'm considering to switch to OpenGL with C# so that I can build an .exe. What are others using? and would this be a good solution without having to learn Unity or such like? I'd like to keep the OpenGL asspect incase support for OSX and linux returns, and C# looks easy to pickup.
C++, Qt, and OGLPlus or GLEW is a possibility that would probably be more platform neutral than C#. Modern C++ can be written in a very Java like way with very little explicit memory management. You can take a look at my Github project here which I'm creating to act a basis to write generic GL based applications that work with VR and offscreen user interface.
Alternatively, you could look into creating a small stub executable that checks for the JVM and launches your application. This is what Eclipse does.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 10 days ago