9
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add HttpImageCache and incorporate modification date into URLResourceSource.
renanse
as Joshua Slack
More... over 4 years ago
Update Utility classes:
renanse
as Joshua Slack
More... over 4 years ago
Fix bug in how we handle clean up and multi-context setup
renanse
as Joshua Slack
More... over 4 years ago
Update AwtMouseWrapper to allow extension and control over flipping Y coordinates, to work better with JavaFX.
renanse
as Joshua Slack
More... over 4 years ago
Update GLFW Canvas to reuse more code and handle more edge cases, especially for headless canvas.
renanse
as Joshua Slack
More... over 4 years ago
Update lwjgl versiopn to 3.2.3
renanse
as Joshua Slack
More... over 4 years ago
Small tweak to test javascript warning reduction
renanse
as Joshua Slack
More... over 4 years ago
Update README.md
renanse
as Joshua Slack
More... over 4 years ago
Added an ear clipping polygon triangulation implementation, ported originally from https://github.com/mapbox/earcut/ - originally from a similar heritage (Eberly!)
renanse
as Joshua Slack
More... over 4 years ago
Move UI font DPI scale setting into ExampleBase
renanse
as Joshua Slack
More... over 4 years ago
Update PointSpritesExample to work in 1.5
renanse
as Joshua Slack
More... over 4 years ago
Clean up point handling in OpenGL core.
renanse
as Joshua Slack
More... over 4 years ago
Adjust font scoring and default font name
renanse
as Joshua Slack
More... over 4 years ago
Fix a bug in bucket rendering non-hud items if the hud is rendered together with other elements.
renanse
as Joshua Slack
More... over 4 years ago
Apply DPI scaling for canvas and fonts in a very simplistic manner.
renanse
as Joshua Slack
More... over 4 years ago
Update file headers for license file location, years and holder.
renanse
as Joshua Slack
More... almost 5 years ago
Move dpi scaling access to Canvas and implement it in SWT based canvases. glfw versions to come later.
renanse
as Joshua Slack
More... almost 5 years ago
Prevent issues caused by floating point inaccuracies
renanse
as Joshua Slack
More... almost 5 years ago
Re-implement line stipple in glsl.
renanse
as Joshua Slack
More... almost 5 years ago
Update physical later junit test to include character input
renanse
as Joshua Slack
More... almost 5 years ago
Make use of new CharacterInputEvent, adding a new CharacterInputWrapper interface and weaving it into PhysicalLayer.
renanse
as Joshua Slack
More... almost 5 years ago
Clean up a majority of the Guava uses.
renanse
as Joshua Slack
More... almost 5 years ago
Add convenience methods to FloatBufferData to make it easier to inject math types
renanse
as Joshua Slack
More... almost 5 years ago
Add support to Assimp importer for opacity, twosided faces, and blend function
renanse
as Joshua Slack
More... almost 5 years ago
Add a singleton accessor to the current canvasrenderer - useful for situations such as accessing the canvas camera when the current rendered spatial is in ortho cam.
renanse
as Joshua Slack
More... almost 5 years ago
Add first draft version of a model loader using Lwjgl's Assimp binding.
renanse
as Joshua Slack
More... almost 5 years ago
Remove a warning in the new example
renanse
as Joshua Slack
More... almost 5 years ago
Fix ExtrusionExample to generate good normals. Fix Debugger to show normal lines properly. Update some examples to use MaterialUtils for line materials.
renanse
as Joshua Slack
More... almost 5 years ago
Move material choosing from LineDrawExample into MaterialUtils for broader use.
renanse
as Joshua Slack
More... almost 5 years ago
Add antialiasing support back to Line.
renanse
as Joshua Slack
More... almost 5 years ago