View hjm1fb's full-sized avatar
🎯
Focusing
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 support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. RecorderWaveRecorderWavePublic

    Forked from OneLiteCore/CoreDemo

    高仿Tencent OS录音机波形动画

    59 11

  2. NestedScrollDemoNestedScrollDemoPublic

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

    Java 20 3

  3. OpenGL_Camera_DemoOpenGL_Camera_DemoPublic

    Simple Android Camera Demo

    Java 12 1

  4. AndroidTracerExampleAndroidTracerExamplePublic

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

    C++ 11 6

  5. AndroidDeveloperLB/AndroidJniBitmapOperationsAndroidDeveloperLB/AndroidJniBitmapOperationsPublic

    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++ 538 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
    }