Cubyz icon indicating copy to clipboard operation
Cubyz copied to clipboard

Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects.

Results 359 Cubyz issues
Sort by recently updated
recently updated
newest added

The best solution might be to supply a better generator that is capable of generating biomes in larger clusters.

enhancement
experimental
terrain

Should display durability, tool efficiencies, time to swing. Additionally some hints about mistakes during crafting should be shown, like warning the player when the tool doesn't have a valid handle.

enhancement
contributor friendly
ui/ux

Hello. I would like to play this game, but when I try to run it I get this error: ``` GLFW Error(65543): GLX: Failed to create context: GLXBadFBConfig GLFWFailed /tmp/Cubyz-master/src/main.zig:616:74:...

bug
wontfix

The batch/bash scripts are great, but they are not really intuitive. It would be best to have a launcher similar to the java version, that allows downloading and updating the...

enhancement
contributor friendly
ui/ux

enhancement
contributor friendly
ui/ux

Could for example try to decrease saturation in low-brightness regions, to emulate how the eye only sees grayscale in dark environments.

enhancement
experimental
graphics

Column-wise run-length encoding, storing absorption for the interval and the strongest light value+position might work well here. Apart from reducing memory, this might also allow making a faster propagation algorithm,...

experimental
optimization
engine

Comparison: ![Screenshot at 2023-12-01 19-14-15](https://github.com/PixelGuys/Cubyz/assets/43880493/8f30edc1-ed82-4bc6-99ec-7f0db67e91d6) ![Screenshot at 2023-12-01 19-13-39](https://github.com/PixelGuys/Cubyz/assets/43880493/a9f5daaf-7863-4467-a20a-6c12151d5b2a) However this needs some optimization effort to avoid drawing too many faces. #133 could be helpful here for example.

enhancement
experimental
optimization
graphics