2 repositorios
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 es un mod de optimización de gráficos para el cargador Fabric que reemplaza el motor de renderizado estándar en Minecraft. Su propósito principal es aumentar las tasas de fotogramas y reducir el micro-stuttering implementando un reemplazo de renderizado de alto rendimiento para el cliente del juego. El proyecto se centra en mejorar la estabilidad visual y la fluidez del juego mediante una modificación técnica del pipeline de renderizado. Esto incluye un sistema para corregir fallos gráficos y artefactos visuales para asegurar una imagen consistente en diferentes entornos de visualización. El mod implementa optimizaciones de renderizado de bajo nivel como la minimización de llamadas de dibujo basadas en lotes (batch-based), culling de malla basado en chunks y generación de malla multi-hilo. Utiliza un pipeline de shaders personalizado y renderizado de acceso directo a memoria para mejorar la eficiencia visual general.
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.