java LWJGL 教程
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10126555/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
LWJGL Tutorials
提问by lilroo
Does anyone know of any good Light Weight Java Game Library tutorials geared towards beginners in OpenGL? I have noticed there are some on youtube but they only cover the basics on creating a window and redering 2D quads to the screen, and are often incomplete. Also the LWJGL website offers small tutorials, but only, it seems, on the basics of setting up the window and polling input.
有谁知道针对 OpenGL 初学者的任何好的轻量级 Java 游戏库教程?我注意到 youtube 上有一些,但它们只涵盖了创建窗口和将 2D 四边形重新绘制到屏幕上的基础知识,并且通常不完整。LWJGL 网站也提供了一些小教程,但似乎只是关于设置窗口和轮询输入的基础知识。
Any suggestions would be welcome.
欢迎大家提出意见。
采纳答案by UVM
These are some of the links for your interest:
这些是您感兴趣的一些链接:
http://content.gpwiki.org/index.php/OpenGL:Tutorials:Java:LWJGL:Introduction
http://content.gpwiki.org/index.php/OpenGL:Tutorials:Java:LWJGL:Introduction
http://lwjgl.org/forum/index.php?topic=3616.0
http://lwjgl.org/forum/index.php?topic=3616.0
http://ninjacave.com/lwjglapplet
http://ninjacave.com/lwjgapplet
http://www.experiencefestival.com/wp/videos/18-advanced-opengl-rendering--java-game-development-lwjgl/oTqFgYR3Fvs- This is nice video tutorial.Also, this is the following site that collected more than 18 lessons of the source of the video tutorial. https://github.com/OskarVeerhoek/YouTube-tutorials/tree/master/src.
http://www.experiencefestival.com/wp/videos/18-advanced-opengl-rendering--java-game-development-lwjgl/oTqFgYR3Fvs- 这是一个不错的视频教程。此外,这是以下收集了超过18课源视频教程。 https://github.com/OskarVeerhoek/YouTube-tutorials/tree/master/src。
http://www.lloydgoodall.com/tutorials/first-person-camera-control-with-lwjgl/- tutorial for first person camera controller
http://www.lloydgoodall.com/tutorials/first-person-camera-control-with-lwjgl/- 第一人称相机控制器教程
https://bitbucket.org/chuck/lwjgl-sandbox/src/b3e538e59c85/src/main/java/tutorials/nehe- This one is having around 12 lessons of NEHE ported to LWGJL.
https://bitbucket.org/chuck/lwjgl-sandbox/src/b3e538e59c85/src/main/java/tutorials/nehe- 这个有大约 12 节 NEHE 课程移植到 LWGJL。
回答by adventurerOK
I always watch TheCodingUniverse when he releases new tutorials with LWJGL, here's episode 1: http://www.youtube.com/watch?v=0v56I5UWrYY(He has currently released 26 episodes: from basic 2D quads to advanced rendering, sound and loading models)
当他发布 LWJGL 的新教程时,我总是看 TheCodingUniverse,这是第 1 集:http: //www.youtube.com/watch?v=0v56I5UWrYY (他目前已发布 26 集:从基本的 2D 四边形到高级渲染、声音和加载楷模)
回答by adventurerOK
I highly recommend reading Learning Modern 3D Graphics Programming. If you are interested in the LWJGL port you can find it here.
我强烈推荐阅读学习现代 3D 图形编程。如果您对 LWJGL 端口感兴趣,可以在此处找到。