Java游戏开发包 LWJGL 2.8.0 发布
fmms 13年前
<p>LWJGL(Lightweight Java Game Library)它可以帮助Java程序员开发有着商业性质的游戏.LWJGL为开发者提供简单易用的API来访问OpenGL (Open Graphics Library)与OpenAL (Open Audio Library) 同也提供操作控制器(Gamepads, Steering wheel和操纵杆)的API.</p> <p>LWJGL 2.8 改进记录:</p> <p><strong>General:</strong></p> <ul style="margin-top:0pt;margin-bottom:0pt;"> <li>+ Implement new Resizing API (setResizable, isResizable, wasResized)</li> <li>+ New MappedObject feature in util (think structs)</li> <li>* LOTS of random fixes for display, applet and input as well as a slew of platform specific fixes for all things in general</li> <li>* UTF-8 fixes</li> <li>* Enable applets on OS X using the java plugin2</li> </ul> <p><br /> <strong>OpenAL:</strong></p> <ul style="margin-top:0pt;margin-bottom:0pt;"> <li>* Updated openal-soft to latest from trunk</li> </ul> <p><br /> <strong>OpenGL</strong>:</p> <ul style="margin-top:0pt;margin-bottom:0pt;"> <li>+ Support for OpenGL 4.2</li> <li>+ Merged OpenGL ES branch (no official release, must build yourself from trunk)</li> <li>+ Support for INTEL_immediate_execution.</li> <li>+ Support for AMD_pinned_memory.</li> <li>+ Support for NV_path_rendering.</li> <li>+ Support for EXT_atomic_counter_32/64</li> <li>+ Support for EXT_framebuffer_multisample_blit_scaled</li> <li>+ Support for AMD_sample_positions.</li> <li>+ Support for AMD_blend_minmax_factor & NV_texture_multisample.</li> <li>+ Added EXT_texture_storage alias.</li> <li>+ Added DSA functions </li> <li>* Support for OpenGL 3.2 on MacOS X 10.7+.</li> <li>* CL/GL interop patch for mac</li> </ul> <p><br /> <strong>AppletLoader:</strong></p> <ul style="margin-top:0pt;margin-bottom:0pt;"> <li>+ Concurrent HTTP requests when figuring out initial size</li> <li>+ Support for specifyinf minimum jre by using al_min_jre attribute</li> <li>+ Support for optional mac arch specific natives, al_mac32, al_mac64, al_macppc</li> <li>+ Implemented headless mode. Use the "al_headless" parameter to enable it</li> <li>* Fix/workaround for the double security dialogs issue on OS X</li> </ul> <p><br /> <strong>Build:</strong></p> <ul style="margin-top:0pt;margin-bottom:0pt;"> <li>* Miscellaneous maven patches to allow lwjgl to be published to a maven repository</li> </ul> <p>项目地址: <a href="/misc/goto?guid=4958192950177964196" target="_blank">http://www.lwjgl.org/</a><br /> 下载地址: <a href="/misc/goto?guid=4958192950921183032" target="_blank">https://sourceforge.net/projects/java-game-lib/files/</a><br /> Changelog: <a href="/misc/goto?guid=4958192951665521584" target="_blank">http://www.lwjgl.org/changelogs/2.8.0-changelog.txt</a></p>