Skip to content
View Luracasmus's full-sized avatar

Block or report Luracasmus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Luracasmus/README.md

Cool stuff I like:

Pinned Loading

  1. renderpearl Public

    Modern, incredibly lightweight and customizable shaders for Iris

    GLSL

  2. smaa-mc Public

    Iris shader pack implementing a modified SMAA 1x in Minecraft using only compute shaders

    Shell 3

  3. night-vision Public

    Tiny night vision resource pack for Polytone or OptiFine

  4. light-levels Public

    Visualize significant light levels - Polytone / OptiFine utility resource pack

  5. oxygen Public

    WIP package manager for locally compiled Rust applications

    Rust

  6. Iris/OptiFine Shader GLSL Extension ...
    1
    ## Safe `const` alias for non-compile-time constant variables
    2
    
                  
    3
    Allows creating immutable variables without worrying about some compilers not allowing `const` on non-compile-time constant variables, which is allowed in the GLSL 4.20+ specification
    4
    
                  
    5
    Actual compile-time constants should still use the `const` keyword