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

Block or report hjm1fb

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. RecorderWave RecorderWave Public

    Forked from OneLiteCore/CoreDemo

    高仿Tencent OS录音机波形动画

    58 11

  2. NestedScrollDemo NestedScrollDemo Public

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

    Java 17 2

  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++ 10 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++ 540 154

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