awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesMinecraft Optimizations

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.

Awesome Minecraft Optimizations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • caffeinemc/sodium-fabricAvatar CaffeineMC

    CaffeineMC/sodium-fabric

    5,626Vezi pe GitHub↗

    Sodium este un mod de optimizare grafică pentru loader-ul Fabric, care înlocuiește motorul de randare standard din Minecraft. Scopul său principal este de a crește rata de cadre (FPS) și de a reduce micro-stutter-ul prin implementarea unei înlocuiri de randare de înaltă performanță pentru clientul de joc. Proiectul se concentrează pe îmbunătățirea stabilității vizuale și a fluidității jocului printr-o modificare tehnică a pipeline-ului de randare. Aceasta include un sistem pentru corectarea erorilor grafice și a artefactelor vizuale, pentru a asigura o imagine consistentă în diferite medii de afișare. Mod-ul implementează optimizări de randare de nivel scăzut, cum ar fi minimizarea apelurilor de desenare bazate pe loturi (batch-based), culling-ul mesh-urilor bazat pe chunk-uri și generarea de mesh-uri multi-threaded. Utilizează un pipeline de shader personalizat și randare cu acces direct la memorie pentru a îmbunătăți eficiența vizuală generală.

    Offers a technical modification to the rendering pipeline to improve visual stability and game fluidity.

    Java
    Vezi pe GitHub↗5,626
  • caffeinemc/sodiumAvatar CaffeineMC

    CaffeineMC/sodium

    5,469Vezi pe GitHub↗

    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.

    Javaazdofabricminecraft
    Vezi pe GitHub↗5,469
  • irisshaders/irisAvatar IrisShaders

    IrisShaders/Iris

    3,669Vezi pe GitHub↗

    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.

    Javahacktoberfestminecraftopengl
    Vezi pe GitHub↗3,669
  1. Home
  2. User Interface & Experience
  3. Rendering Optimizers
  4. Minecraft Optimizations

Explorează sub-etichetele

  • Graphics ModifiersTools that specifically modify the visual output and lighting of the Minecraft client. **Distinct from Minecraft Optimizations:** Distinct from Minecraft Optimizations: focuses on improving visual fidelity and adding effects rather than just tuning performance.
  • Rendering Engine ReplacementsComplete replacement of a game's standard rendering system with a high-performance implementation. **Distinct from Minecraft Optimizations:** Distinct from tuning: involves replacing the entire engine architecture rather than just optimizing existing paths.
  • Visual Stability FixesSpecific corrections for graphical glitches within the Minecraft client. **Distinct from Minecraft Optimizations:** Distinct from general optimizations: focuses on correctness and stability of the image rather than just frame rate.