newbie here

Started by autorunman29, December 05, 2011, 06:36:58

Previous topic - Next topic

autorunman29

please move if this is not the right section..
ive been programming java for months, and i finally found this library. my questions are how many days it took you to create a convincing game? cause ive read tutorials from this site and they were i guess lack of some more. (sorry for poor english)
and whats the difference between lwgjl and slick2d and opengl? and what sites/articles you found a richful explanations for some more codes? like loading an images, collision detection, i only know the mouse and keyboard learned from this site. thanks!

wondersonic

Hello,
it took me (from start to confortale with LWJGL/Open GL 2.0/GLSL) approximately 10 months.

My open source project: TF4R
Google code: http://code.google.com/p/tf4r/
Collision detection: http://code.google.com/p/tf4r/wiki/PixelPerfectCollisionDetection

Regards,
WS
S.

autorunman29

thanks for that code mate :) is it made from pure lwjgl ? or + slick2d?

wondersonic

S.