DevTech101

DevTech101

OpenGL

JME3 and Blender howto

JME beginners howto Full walkthrue http://www.gamefromscratch.com/post/2015/08/31/A-Closer-Look-at-jMonkeyEngine.aspx JME3 howto https://docs.jmonkeyengine.org/beginner/hello_simpleapplication.html Terrain map howto https://jmonkeyengine.github.io/wiki/jme3/beginner/hello_terrain.html Blender howto Blender Beginner Tutorial – Part 2: Moving, Rotating Blendor compile for Solaris (was not able to get it working) https://wiki.blender.org/index.php/Dev:2.4/Doc/Building_Blender/Solaris Free blender 3d models https://www.blender-models.com/model-downloads/buildings/ OpenRTS Engine https://github.com/methusalah/OpenRTS jme3 help series # JME31 Sneak Peek Install # 140621 GitHub First …

JME3 and Blender howto Read More »

Solaris OpenGL (lwjgl-2.x) library and install

Note this works with version 2.x, version 3.x does not included the Solaris lib’s First Download the lwjgl library from sourceforge link below http://sourceforge.net/project/showfiles.php?group_id=58488&package_id=54362&release_id=670417 To test the OpenGL run the below. java -cp jar/lwjgl.jar:jar/lwjgl_test.jar:jar/lwjgl_util.jar -Djava.library.path=native/solaris org.lwjgl.test.WindowCreationTest Now lets test JME3 Download from git the jme (try with stable version) git clone https://github.com/jMonkeyEngine/jmonkeyengine.git Now lets compile …

Solaris OpenGL (lwjgl-2.x) library and install Read More »