LWJGL Forum

Programming => General Java Game Development => Topic started by: Wint on September 09, 2016, 04:02:18

Title: Need some tips
Post by: Wint on September 09, 2016, 04:02:18
I don't know if i can post this here
But i want some tips to where i can start to make a game with
the Interfaz/Control/Enviroment etc.

i not found guides complete to start in LWJGL. im newbie in java but i know the methods to use


Regards
Title: Re: Need some tips
Post by: Cornix on September 09, 2016, 08:27:22
With LWJGL this is rather complicated. If you have trouble grasping the higher levels of your software perhaps you should rather try to use a high level library like LibGDX instead. LWJGL will give you no help. It just enables you to use the raw C libraries needed for graphics and audio. LibGDX will help you with structure and will make things a lot simpler if you just want functionality.