Connor "segfault" Postma
Connor "segfault" Postma
Could you please switch to the standard gitpack group id? The custom domain version that this carl dude is pushing on people is known to be inconsistent and buggy and...
Use case: I have structures of defined block types that I want to create renderings of without occlusion by other world blocks. For this purpose I think it would be...
I propose we add a simple lookup function to vertically interpolate textures of certain blocks like dirt or grass between two colors depending on the decimal portion of the block...
I propose that the each pixel ray be sent off into it's own thread here: https://github.com/jensjeflensje/minecraft_imagery/blob/16658fcaf4bfcc25c357e24fa3f4f266593d6b65/src/main/java/dev/jensderuiter/minecraft_imagery/image/ImageCapture.java#L98C9-L98C13 Instead of rendering each pixel sequentially, we can create an Asyncronous lambda which takes...
Working on threading the render implementation into a configurable number of threads on plugin startup.
Been running around my jungle island with my new instax camera and I found a few fun oddities i figure I should document here. 1. The undersides of some trees...
This is a feature proposal discussion for improving the batching api. As it stands right now if you want better read performance on hardware devices you must use the batcher,...