I have seen the official demos on lwjgl.org but I would like to see some more tutorial level examples.
我在lwjgl.org上看过官方演示,但我想看一些更多的教程级示例。
3 个解决方案
#1
2
Google "import org.lwjgl" to find lots of examples, as all code that uses LWJGL must contain that string to import parts of the package.
Google“import org.lwjgl”可以找到很多示例,因为所有使用LWJGL的代码都必须包含该字符串才能导入部分包。
#2
1
If it still does matter: http://nehe.gamedev.net/
如果它仍然重要:http://nehe.gamedev.net/
All tutorials are ported to LWJGL too.
所有教程也都移植到LWJGL。
#3
0
The LWJGL wiki contains several examples with explanations. Since most work in LWJGL directly reflects OpenGL (e.g. 'glBegin()'), you could just look up some OpenGL tutorials.
LWJGL wiki包含几个带有解释的示例。由于LWJGL中的大部分工作都直接反映了OpenGL(例如'glBegin()'),你可以查看一些OpenGL教程。
#1
2
Google "import org.lwjgl" to find lots of examples, as all code that uses LWJGL must contain that string to import parts of the package.
Google“import org.lwjgl”可以找到很多示例,因为所有使用LWJGL的代码都必须包含该字符串才能导入部分包。
#2
1
If it still does matter: http://nehe.gamedev.net/
如果它仍然重要:http://nehe.gamedev.net/
All tutorials are ported to LWJGL too.
所有教程也都移植到LWJGL。
#3
0
The LWJGL wiki contains several examples with explanations. Since most work in LWJGL directly reflects OpenGL (e.g. 'glBegin()'), you could just look up some OpenGL tutorials.
LWJGL wiki包含几个带有解释的示例。由于LWJGL中的大部分工作都直接反映了OpenGL(例如'glBegin()'),你可以查看一些OpenGL教程。