Introduction
I bet anybody working with LWJGL has run into this problem… you need, say, these:
[list]
- [icode]glDrawElementsInstanced(…)[/icode]
- [icode]glGetUniformLocation(…)[/icode]
- [icode]GL_FRAMEBUFFER[/icode]
but where on earth are they defined? Google usually answered my question, but it was such a hassle!
Static-Import-Tool to the rescue!
Features
- Intelligent query engine: can match partial camel-case patterns (see screenshot)
- Results are ordered so that most likely method is listed first
- Generates the static-import line, selects it when clicked for easy copying.
- Nothing else, it’s a small tool!
Screenshots
Download
Usage:
[/list]
java -jar static-import-tool.jar /path/to/lwjgl.jar
// or just Run in Eclipse, and it will search for lwjgl.jar in the classpath