Skip to content
View storycraft's full-sized avatar
:octocat:
:octocat:

Sponsors

@async3619

Organizations

@TeamNuev @story-network @KiwiTalk

Block or report storycraft

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
storycraft/README.md

Profile

Interesting lists

  • C
  • C++
  • Java
  • ECMAScript, Typescript
  • NodeJS
  • C#
  • Rust
  • Go
  • Swift
  • D
  • Python
  • Android
  • Kotlin
  • x86 Assembly
  • Linux kernel
  • Windows api
  • Powershell
  • Batch
  • Embedded system programming
  • Make

Useful links

Pinned Loading

  1. node-kakao node-kakao Public

    Loco protocol compatible library

    TypeScript 411 117

  2. KiwiTalk/KiwiTalk KiwiTalk/KiwiTalk Public

    An UNOFFICIAL cross-platform KakaoTalk client written in TypeScript & Rust (SolidJS, tauri)

    Rust 694 84

  3. custom-mouse-dpi-driver custom-mouse-dpi-driver Public

    Filter driver which support changing DPI of mouse without hardware support.

    C 8

  4. direct-share direct-share Public

    Self host files in one click

    Rust 4

  5. xp3-tool xp3-tool Public

    Simple xp3 pack/unpack tool

    Rust 26 1

  6. A shiny future of rust gui with asyn... A shiny future of rust gui with async and `Forget` trait
    1
    # A shiny future of rust gui with async and `Forget` trait
    2
    Rust language is the only compiled language without gc with guaranteed memory safety. 
    3
    There are many rust gui libraries out. However they all have same core problems.
    4
    1. `Widget` and `Component` are written differently and default `Widget`s are somewhat limited.
    5
    `declarative`, `reactive` concepts cannot be used when implementing a new `Widget`.