Skip to content
View Luracasmus's full-sized avatar

Block or report Luracasmus

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. renderpearl renderpearl Public

    Clean, high performance Iris shaders for modern hardware

    GLSL 12

  2. smaa-mc smaa-mc Public

    Iris shader pack implementing a modified SMAA 1x in Minecraft/GLSL

    GLSL 6

  3. Base-460C Base-460C Public template

    Template Iris shader pack aiming to implement latest version vanilla-like rendering as efficiently as possible, with as little code repetition as possible, in GLSL 460

    GLSL 9

  4. galena galena Public

    Highly compatible and performant anti-X-ray resource pack for Minecraft

    1

  5. Iris/OptiFine GLSL shader extension ... Iris/OptiFine GLSL shader extension support and compatibility snippets
    1
    > These snippets are used in RenderPearl, and the versions there may be more up to date. See [`compat.glsl`](https://github.com/Luracasmus/renderpearl/blob/main/shaders/prelude/compat.glsl).
    2
    3
    ## Safe `const` alias for non-compile-time constant variables
    4
    
                  
    5
    Allows creating immutable variables while retaining compatibility with compilers that don't allow `const` on non-compile-time constant variables despite it being legal in the GLSL 4.20+ specification.
  6. dusk dusk Public

    (WIP) A small, intuitive video player and editor wrapping FFmpeg's CLI in Bevy/Rust

    Rust