-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathResources.txt
More file actions
30 lines (20 loc) · 1.08 KB
/
Resources.txt
File metadata and controls
30 lines (20 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
**** Resources ****
* Downloads *
Java JDK:
http://www.oracle.com/technetwork/java/javase/downloads/index.html
IDE:
- Eclipse: http://www.eclipse.org/downloads/
- IntelliJ: http://www.jetbrains.com/idea/download/index.html
OpenGL:
- You should just need to ensure that you have an up-to-date graphics driver
- https://www.opengl.org/wiki/Getting_Started
Lightweight Java Game Library:
- http://www.lwjgl.org/
- Setting up LWJGL with IntelliJ: http://wiki.lwjgl.org/index.php?title=Setting_Up_LWJGL_with_IntelliJ_IDEA
- Setting Up LWJGL with Eclipse: http://wiki.lwjgl.org/index.php?title=Setting_Up_LWJGL_with_Eclipse
* Tutorials *
Pipeline overview: https://www.opengl.org/wiki/Rendering_Pipeline_Overview
More detailed pipeline overview/explanation : https://fgiesen.wordpress.com/2011/07/09/a-trip-through-the-graphics-pipeline-2011-index/
OpenGL tutorials here and here : http://www.opengl-tutorial.org/ and http://ogldev.atspace.co.uk/index.html
OpenGL samples - : http://www.g-truc.net/post-tech-content-sample.html
A (relatively) simple OpenGL engine : https://github.com/mortennobel/kick