Lwjgl Basics

🔧 LibGDX/LWJGL tutorials and examples
Alternatives To Lwjgl Basics
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Lwjgl Basics1,564
4 years ago9Java
:wrench: LibGDX/LWJGL tutorials and examples
Codeexamples Java332
3 years agoepl-1.0XSLT
Java and Eclipse code tutorial examples from vogella.com
Androidtutorial184
8 years ago
你對「Tutorial」有什麼樣的感覺?每一種技術的Tutorial都告訴你這是學習的開始,不過最後好像都會變成折磨的開始。或許可以找出一種方式,讓Tutorial變成大家會很想要點它的超連結!
Cw Lunchlist171
8 years agoJava
LunchList tutorials from _Android Programming Tutorials_
Androidtutorialcontentprovider149
3 years ago3Java
A tutorial on content providers, sql and list views in Android
Jmc Tutorial139
a year agogpl-3.0Java
A hands-on-lab/tutorial for learning JDK Mission Control 7+.
Springmvc 2ed121
7 years ago1Java
Examples for "Spring MVC: A Tutorial (Second Edition)" book
Blog109
7 years agootherJava
blog
New Beginner Java Game Programming Src97
3 years ago1cc0-1.0Java
The "New Beginner Java Game Programming Tutorial Series" - contains every episode's individual source code!
Android Panoramademo65
6 years ago3Java
In this tutorial, you will learned how to use the Waypoint feature of Intelligent Navigation and Joystick to control the aircraft to rotate and take photos. Then use OpenCV to stitch and crop the series photos into a cool panorama!
Alternatives To Lwjgl Basics
Select To Compare


Alternative Project Comparisons
Readme

lwjgl-basics is a minimal shader-based library for 2D LWJGL sprite games. It provides essential utilities for handling textures, shaders, and sprite rendering.

For a large game project, a platform like LibGDX may be more suitable.

The source code is hosted on GitHub.

OpenGL & Shader Tutorials

The Wiki also hosts various OpenGL and GLSL tutorials:
https://github.com/mattdesl/lwjgl-basics/wiki

Installing the API

The best way to install the API is to use Eclipse and EGit (or another IDE with Git support) to pull the most recent source code. Included in the lib and native folder is a distribution of LWJGL 2.8.5, as well as an Eclipse project with class path set up for you. You can download newer versions of LWJGL from their downloads page.

Alternatively, you can download the full library as a ZIP:

ZIP

Then, simply open the Eclipse project to start testing. Ensure your LWJGL JARs and natives have been set correctly in Eclipse, NetBeans or IntelliJ, and include lwjgl-basics as a class library. lwjgl-basics also uses PNGDecoder.jar as a dependency, which can be downloaded here.

See the tests package to get started with some basic examples.

Credits

Popular Tutorials Projects
Popular Eclipse Projects
Popular Learning Resources Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Tutorials
Basic
Eclipse
Opengl
Shader
Sprites
Libgdx
Lwjgl