9
I Use This!
Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 14 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added check for empty child list (#112) More... about 2 months ago
Update gradle.yml
renanse
as Joshua Slack
More... 2 months ago
Explicitly raise JVM target to 17
renanse
as Joshua Slack
More... 2 months ago
Explicityly disable vsync in example
renanse
as Joshua Slack
More... 2 months ago
Upgrade lwjgl to 3.3.3
renanse
as Joshua Slack
More... 2 months ago
add methods to clear the MaterialManager Material cache so that shaders can be edited and reloaded at runtime. (#111) More... 5 months ago
Update Guava to resolve security warning
renanse
as Joshua Slack
More... 10 months ago
Clean up som deprecation warnings for Java 17+
renanse
as Joshua Slack
More... 10 months ago
Fix rendering on several canvas-based examples that did not incorporate SceneIndexer for lighting.
renanse
as Joshua Slack
More... 10 months ago
Update lifecycle of RenderContext to allow access before canvas is set up.
renanse
as Joshua Slack
More... 10 months ago
remove fov scaling in BMText, it results in incorrect scaling (unless your fov is 45 degrees which makes tan(fov) = 1) (#109) More... 11 months ago
Use a HashSet for REFS to decrease CPU time when references are under high churn
renanse
as Joshua Slack
More... about 1 year ago
Prepare for 1.6.1
renanse
as Joshua Slack
More... about 1 year ago
fix outdated use of texture2D function
renanse
as Joshua Slack
More... over 1 year ago
Fix CollisionTreeExample to work properly with material system, direct buffer updates, and no lights.
renanse
as Joshua Slack
More... over 1 year ago
Add some additional comments
renanse
as Joshua Slack
More... almost 2 years ago
Fun little compass example, showing off the power of RectLayout
renanse
as Joshua Slack
More... almost 2 years ago
Add ignoreCache flag to HttpImageCache
renanse
as Joshua Slack
More... about 2 years ago
Add a way to selectively remove items from the image cache.
renanse
as Joshua Slack
More... about 2 years ago
Sample showing larger regions of terrain data being updated and the terrain reacting accordingly
renanse
as Joshua Slack
More... about 2 years ago
Fix issue with alpha test
renanse
as Joshua Slack
More... about 2 years ago
Additional missing fixes for animated 2D textures on Lines
renanse
as Joshua Slack
More... about 2 years ago
Add support for 2D textures and texture matrices to Lines
renanse
as Joshua Slack
More... about 2 years ago
Replaced syncronized blocks and list with ReadWriteLock
renanse
as Joshua Slack
More... over 2 years ago
Auto code formating update
renanse
as Joshua Slack
More... over 2 years ago
Added new region update listener for terrain source updates
renanse
as Joshua Slack
More... over 2 years ago
Set pixel format hints for GLFW window based on DisplaySettings (#101) More... over 2 years ago
Allow set title for GLFWCanvas before init and show (#100) More... over 2 years ago
Add synchronization to clipmap and texture source collections
renanse
as Joshua Slack
More... over 2 years ago
Allow updating combine function
renanse
as Joshua Slack
More... over 2 years ago