Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jxm262/lwjgl-skeleton
Skeleton App and Pom for LWJGL
https://github.com/jxm262/lwjgl-skeleton
Last synced: 19 days ago
JSON representation
Skeleton App and Pom for LWJGL
- Host: GitHub
- URL: https://github.com/jxm262/lwjgl-skeleton
- Owner: jxm262
- Created: 2014-03-27T00:43:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-27T14:56:06.000Z (over 10 years ago)
- Last Synced: 2023-08-21T11:26:08.093Z (about 1 year ago)
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LWJGL-Skeleton
==============
Skeleton App and Pom for LWJGL. Provides initial setup for an LWJGL java project.**_Note:_** LWJGL uses .dll (windows) and *. (nix) native dependencies with their jar files. You must point the jar's to use these native files.
- For Eclipse - simplest way to do this is the google plugin [found here](https://code.google.com/p/mavennatives/)