All Projects → LWJGL → Lwjgl3 Demos

LWJGL / Lwjgl3 Demos

Licence: bsd-3-clause
Demo suite for LWJGL 3

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Lwjgl3 Demos

Filament
Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
Stars: ✭ 13,215 (+6782.81%)
Mutual labels:  opengl, vulkan
Gl vk threaded cadscene
OpenGL and Vulkan comparison on rendering a CAD scene using various techniques
Stars: ✭ 143 (-25.52%)
Mutual labels:  opengl, vulkan
Diligentengine
A modern cross-platform low-level graphics library and rendering framework
Stars: ✭ 2,142 (+1015.63%)
Mutual labels:  opengl, vulkan
Gl vk meshlet cadscene
This OpenGL/Vulkan sample illustrates the use of "mesh shaders" for rendering CAD models.
Stars: ✭ 127 (-33.85%)
Mutual labels:  opengl, vulkan
Glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
Stars: ✭ 2,296 (+1095.83%)
Mutual labels:  opengl, vulkan
Gpu Viewer
A front-end to glxinfo, vulkaninfo, clinfo and es2_info - Linux
Stars: ✭ 129 (-32.81%)
Mutual labels:  opengl, vulkan
Serpent
Cross-platform gaming kit in the D programming language
Stars: ✭ 140 (-27.08%)
Mutual labels:  opengl, vulkan
Duckstation
Fast PlayStation 1 emulator for x86-64/AArch32/AArch64
Stars: ✭ 2,888 (+1404.17%)
Mutual labels:  opengl, vulkan
Reshade
A generic post-processing injector for games and video software.
Stars: ✭ 2,285 (+1090.1%)
Mutual labels:  opengl, vulkan
Commandbuffer
A lock-free CommandBuffer implementation designed for multi-threaded rendering applications.
Stars: ✭ 151 (-21.35%)
Mutual labels:  opengl, vulkan
Imguizmo.quat
ImGui GIZMO widget - 3D object manipulator / orientator
Stars: ✭ 187 (-2.6%)
Mutual labels:  opengl, vulkan
Awesome Vulkan
Awesome Vulkan ecosystem
Stars: ✭ 2,322 (+1109.38%)
Mutual labels:  opengl, vulkan
Bsf
Modern C++14 library for the development of real-time graphical applications
Stars: ✭ 1,640 (+754.17%)
Mutual labels:  opengl, vulkan
Cute Deferred Shading
Cute little deferred shading implementation.
Stars: ✭ 129 (-32.81%)
Mutual labels:  opengl, demo
Veldrid
A low-level, portable graphics library for .NET.
Stars: ✭ 1,784 (+829.17%)
Mutual labels:  opengl, vulkan
Diligentsamples
Sample projects demonstrating the usage of Diligent Engine
Stars: ✭ 138 (-28.12%)
Mutual labels:  opengl, vulkan
Fna3d
FNA3D - 3D Graphics Library for FNA
Stars: ✭ 111 (-42.19%)
Mutual labels:  opengl, vulkan
Crossshader
⚔️ A tool for cross compiling shaders. Convert between GLSL, HLSL, Metal Shader Language, or older versions of GLSL.
Stars: ✭ 113 (-41.15%)
Mutual labels:  opengl, vulkan
Innocenceengine
Cross-platform modern game engine.
Stars: ✭ 149 (-22.4%)
Mutual labels:  opengl, vulkan
Gpu performance api
GPU Performance API for AMD GPUs
Stars: ✭ 170 (-11.46%)
Mutual labels:  opengl, vulkan

lwjgl3-demos

Demo suite for LWJGL 3

Building

./mvnw package

To override main class

./mvnw package -Dclass=opengl.UniformArrayDemo

Running

java -jar target/lwjgl3-demos.jar

on Mac OS you need to specify the -XstartOnFirstThread JVM argument, so the above becomes:

java -XstartOnFirstThread -jar target/lwjgl3-demos.jar

To override main class

java -cp target/lwjgl3-demos.jar org.lwjgl.demo.opengl.UniformArrayDemo
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].