Skip to content

Commit

Permalink
Drop LWJGL support
Browse files Browse the repository at this point in the history
  • Loading branch information
eduramiba committed Jun 11, 2024
1 parent 765c724 commit 4d1bd2c
Show file tree
Hide file tree
Showing 60 changed files with 1 addition and 2,999,603 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It aims to be:
* Retro-compatible with old OpenGL versions through feature discovery, falling back to the best supported by the graphics card
* High performance using most modern OpenGL when available, specially due to instancing, manual buffer management, using simple shaders and avoiding memory allocation when possible
* Extensible with plugins (rendering and input)
* LWJGL3 version (GLFW/AWT)
* JOGL version (LWJGL dropped due to not AWT support)
* Nicely interactive with mouse, directional zooming, etc with default input handler
* Only a 2D engine for the moment
* The only gephi-related dependency is graphstore
Expand Down
180 changes: 0 additions & 180 deletions modules/demo-lwjgl/pom.xml

This file was deleted.

Loading

0 comments on commit 4d1bd2c

Please sign in to comment.