Skip to content
View hjm1fb's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report hjm1fb

Report abuse

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

Report abuse

Pinned Loading

  1. RecorderWave RecorderWave Public

    Forked from OneLiteCore/CoreDemo

    高仿Tencent OS录音机波形动画

    59 10

  2. NestedScrollDemo NestedScrollDemo Public

    仿网易云和支付宝首页嵌套滑动

    Java 20 3

  3. OpenGL_Camera_Demo OpenGL_Camera_Demo Public

    Simple Android Camera Demo

    Java 12 1

  4. AndroidLeakTracerExample AndroidLeakTracerExample Public

    Android Native Memory Leak Detect Example of Leak Tracer(JNI 内存泄漏检测)

    C++ 11 6

  5. AndroidDeveloperLB/AndroidJniBitmapOperations AndroidDeveloperLB/AndroidJniBitmapOperations Public

    Allows to perform various simple operations on bitmaps via JNI , while also providing some protection against OOM using the native Java environment on Android

    C++ 537 145

  6. glsl优化操作 glsl优化操作
    1
    常用关系运算符优化
    2
    //relation operator
    3
    vec4 when_eq(vec4 x, vec4 y) {
    4
        return 1.0 - abs(step(x - y));
    5
    }