3 Repos
Performance tuning targeted at the Minecraft game client's rendering pipeline.
Distinct from Rendering Optimizers: Distinct from Rendering Optimizers: focuses specifically on Minecraft client rendering optimization, not general GPU or UI rendering.
Explore 3 awesome GitHub repositories matching user interface & experience · Minecraft 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
Offers a technical modification to the rendering pipeline to improve visual stability and game fluidity.
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.
Optimizing the rendering pipeline in Minecraft to improve frame rates and reduce stutter across hardware.
Iris is a graphics modifier and OpenGL shader engine for Minecraft. It functions as a tool for improving visual fidelity and lighting effects by loading and rendering shader packs through custom pipelines. The project serves as a compatibility layer for modded environments, ensuring that high-fidelity shaders run stably alongside other game modifications without causing software conflicts or crashes. It also acts as a render performance optimizer to maximize GPU utilization and maintain stable frame rates while processing complex visual effects. The system utilizes real-time render intercept
Improves visual fidelity and lighting effects within Minecraft through custom shader pipelines.