2 Repos
Performance-enhancing mod that optimizes the rendering pipeline for improved frame rates and reduced stutter on the client side.
Distinct from Minecraft Server Optimizations: Distinct from Minecraft Server Optimizations: targets client-side rendering performance rather than server-side resource usage.
Explore 2 awesome GitHub repositories matching web development · Minecraft Client Optimizations. Refine with filters or upvote what's useful.
Sodium is a graphics optimization mod for the Fabric loader that replaces the standard rendering engine in Minecraft. Its primary purpose is to increase frame rates and reduce micro-stutter by implementing a high-performance rendering replacement for the game client. The project focuses on improving visual stability and game fluidity through a technical modification of the rendering pipeline. This includes a system for correcting graphical glitches and visual artifacts to ensure a consistent image across different display environments. The mod implements low-level rendering optimizations suc
Optimizes the Minecraft client rendering pipeline to increase frame rates and reduce micro-stutter.
Sodium is a Minecraft performance optimization project that replaces the default rendering engine to increase frame rates and reduce stutter. It functions as a game rendering modification that applies runtime patches to the engine to change how graphics are displayed. The project provides a customizable settings registry, allowing for the addition of new configuration options to the video menu so other extensions can integrate their own visual settings. The rendering system implements chunk-based culling logic and buffer-based geometry caching to minimize draw calls and reduce CPU overhead.
Performance-enhancing Minecraft mod that adds shader pack support and extends graphics settings configuration.