Skip to content
View KaruroChori's full-sized avatar
🍪
🍪

Block or report KaruroChori

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

Hi, Karurochari here! Check my website for more information and some low-quality blogging.

List of active projects and their dependencies:

  • comfybun – A comfyui typescript client for the bun runtime
  • vs.fltk – Super lightweight UI framework combining FLTK, XML for components and tcc/quickjs/lua
  • enance-amamento – Experimental C++ library for signed distance fields using OpenMP
  • vs-logger – A logging library for C++ forwarding on websockets
  • vs.xml – XML builder, parser, serializer and query model in modern C++
  • vs.sfc – Agnostic XML template builder for single file components (not public yet)
  • vs.templ – Static template builder for XML, based on pugixml vs.xml
Loading
graph LR
    A1[<h4>vs-logger</h4>]
    B1[<h4>vs.xml</h4>]
    C1[<h4>vs.sfc</h4>]
    D1[<h4>vs.templ</h4>]
    E1[<h4>comfybun</h4>]
    F1[<h4>vs.fltk</h4>]
    G1[<h4>enance-amamento</h4>]

    %% Dependency edges:
    C1 --> B1
    C1 --> A1

    D1 --> B1
    D1 --> A1

    F1 --> D1
    F1 --> B1
    F1 --> C1
    F1 --> A1

    G1 --> D1
    G1 --> B1
    G1 --> C1
    G1 --> A1

    %% Click actions
    click A1 "https://github.com/lazy-eggplant/vs.logger" "vs.logger repository"
    click B1 "https://github.com/lazy-eggplant/vs.xml" "vs.xml repository"
    click C1 "https://github.com/lazy-eggplant/vs.sfc" "vs.sfc repository"
    click D1 "https://github.com/lazy-eggplant/vs.templ" "vs.templ repository"
    click E1 "https://github.com/KaruroChori/comfyui-bun-client" "comfybun repository"
    click F1 "https://github.com/KaruroChori/vs-fltk" "vs.fltk repository"
    click G1 "https://github.com/KaruroChori/enance-amamento" "enance-amamento repository"

    %% Styling nodes with custom colors
    style A1 fill:#FCEBB6,stroke:#F1C40F,stroke-width:2px
    style B1 fill:#D6EAF8,stroke:#3498DB,stroke-width:2px
    style C1 fill:#D5F5E3,stroke:#27AE60,stroke-width:2px
    style D1 fill:#FADBD8,stroke:#E74C3C,stroke-width:2px
    style E1 fill:#E8DAEF,stroke:#8E44AD,stroke-width:2px
    style F1 fill:#FDEBD0,stroke:#F39C12,stroke-width:2px
    style G1 fill:#D4E6F1,stroke:#2980B9,stroke-width:2px

Pinned Loading

  1. vs-fltk Public

    Lightweight UI framework powered by fltk & scripting via tcc, quickjs, lua & wamr.

    C++ 7 2

  2. comfyui-bun-client Public

    A comfyui typescript client for the bun runtime

    TypeScript 14 2

  3. tauri-update-server Public

    Minimalistic server to deploy tauri updates with licence control

    JavaScript 8

  4. node-paradise Public

    Svelte wrapper for litegraph.js to handle multiple files and history

    Svelte 6

  5. enance-amamento Public

    A template library for headless rendering of Signed Distance Fields based on OpenMP.

    C++ 21

  6. lazy-eggplant/vs.templ Public

    Static template builder for XML, based on pugixml

    C++ 7