Skip to content
View suxinde2009's full-sized avatar
🌈
Work from home
🌈
Work from home

Organizations

@SkyPrayerStudio

Block or report suxinde2009

Report abuse

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

Report abuse
suxinde2009/README.md

Hi there, 👋


Here are some quick things about me:

  • 🔭 I am a mobile application developer focused on iOS application development since 2011.
  • 📫 I make games and softwares.
  • ⚡ I’m currently working on iOS/Android/Multimedia.
  • 🌱 I’m currently learning Go/Vue.js/Kotlin/Flutter/React Native/Rust/TypeScript.
  • 🤔 I’m looking for help with ffmpeg/webrtc/audio/opengles.


function tryToUnderstand(point) {
    if (known(point)) { return 'Aha' }
    const smallPoints = split(point)
    smallPoints?.map(tryToUnderstand)
}

Pinned Loading

  1. FoundationExt FoundationExt Public

    An extension framework for Foundation framework of iOS.

    Swift 1

  2. LRUCache LRUCache Public

    A simple LRU memory cache implemented in Swift 5.

    Swift 6 2

  3. SQLiteSwifty SQLiteSwifty Public

    An SQLite3 ORM library implemented in Swift 5.

    Swift 2 1

  4. GLESKit GLESKit Public

    A OpenGL ES wrapper implemented with Swift.

    Swift 1

  5. QJSEngine QJSEngine Public

    An JavascriptCore alternative Framework based on QuickJS.

    C

  6. SQLiteKit SQLiteKit Public

    A C++ wrapper of Sqlite.

    C