Skip to content
View metaphore's full-sized avatar

Organizations

@crashinvaders
Block or Report

Block or report metaphore

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

Pinned

  1. crashinvaders/gdx-texture-packer-gui crashinvaders/gdx-texture-packer-gui Public

    A simple way to pack and manage texture atlases for libGDX game framework.

    Java 575 72

  2. crashinvaders/gdx-vfx crashinvaders/gdx-vfx Public

    libGDX post-processing visual effects

    Java 185 27

  3. crashinvaders/gdx-basis-universal crashinvaders/gdx-basis-universal Public

    KTX2/Basis Universal supercompressed GPU textures for libGDX game framework.

    Java 17 2

  4. [libGDX] HQX (HQ2X, HQ3X, HQ4X) upsc... [libGDX] HQX (HQ2X, HQ3X, HQ4X) upscaling filter implementation (Java and Kotlin) using GLSL shaders.
    1
    import com.badlogic.gdx.Gdx;
    2
    import com.badlogic.gdx.files.FileHandle;
    3
    import com.badlogic.gdx.graphics.*;
    4
    import com.badlogic.gdx.graphics.VertexAttributes.Usage;
    5
    import com.badlogic.gdx.graphics.glutils.FrameBuffer;