Releases: atxi/Polymer
Releases · atxi/Polymer
polymer 0.0.5
- Update to Minecraft 1.21.4.
- Implement chunk connectivity graph to reduce chunk rendering.
- Build chunks on view instead of on load to reduce meshing.
- Limit number of chunks that can be built each frame to reduce stutter on generating new chunks.
- Use 4x multisampling for anti-aliasing.
- Implement interpolating textures and improve animation time.
- Sort transparent chunks for more consistent rendering.
polymer 0.0.4
Implement asset store and downloading of necessary assets from the resources server.
polymer 0.0.3
v0.0.3 Implement unix platform layer
polymer 0.0.2
- Update to Minecraft 1.19.4.
- Implement simple chat window with IME support.
- Improve Vulkan surface format selection and descriptor pool size.
Read the readme for information on how to run this.
v0.0.1: Add launch arguments and update readme
- Add building and running instructions to readme. - Allow username and server to be configured using launch arguments. - Switch to using blocks-1.19.3.json instead of blocks.json so it doesn't try to load the wrong blocks file in the future. - Don't load vulkan debug extension in release mode.