Results 1 to 2 of 2
Thread: Starting Out...
- 11-11-2010, 02:21 AM #1
Member
- Join Date
- Nov 2010
- Posts
- 90
- Rep Power
- 0
Starting Out...
Hey guys,
i would like to make a game. i have an idea for a game i have always wanted to make but never done anything about it.
After seeing the Game Minecraft i have now seen how powerful Java can be and i like what i see.
Where would you recommend i start to becoming a game programmer?
is there any specific things i should learn first within Java that i might not learn from just doing standard basic apps?
any type of game i should work on first?
any advice would be greatful.
Thanks
- 11-11-2010, 08:15 PM #2
Jogl
Hi maknib
A good place to start when writing games is learning how to use graphics API. For simple 2D stuff, AWT or Swing graphics will work nicely. However, if you need graphics acceleration, you'll need to look at OpenGL or other 3D API. The JOGL wrapper classes are useful for working with Java and OpenGL. If you understand OpenGL, then you can use it any nearly any language. OpenGL is a greate place to start. I have a incomplete blog in JOGL here if you want to Google a few things. ;) O, and GLSL shaders are awsome!! :D
Good luck
TimEyes dwelling into the past are blind to what lies in the future. Step carefully.
Similar Threads
-
Starting somewhere - what book?
By Mattedatten in forum Java GamingReplies: 2Last Post: 09-07-2010, 10:49 AM -
Help with starting program please
By SF163 in forum New To JavaReplies: 5Last Post: 11-07-2009, 03:33 PM -
Starting with Databasing
By DavidG24 in forum JDBCReplies: 3Last Post: 09-13-2009, 08:51 AM -
Starting the console on Mac
By ScottVal in forum New To JavaReplies: 4Last Post: 03-19-2009, 07:24 AM -
just starting
By specbailey in forum New To JavaReplies: 23Last Post: 08-13-2007, 11:25 PM
Bookmarks