Skip to content
View smokku's full-sized avatar

Organizations

@Cordia @jabberd2 @D-os @X65 @bevyengine

Block or report smokku

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

Projects I am actively working on:

X65 - Modern 8-bit Microcomputer

{ C, Assembly ARM,6502, MCU, PCB CAD, Emulator for Windows/Linux/Browser, }

D/os - Operating System for workplace computers

{ C++, D, Linux Binder, Wayland, BeOS Next }

Soldank - Networked Multiplayer Shooter-Platformer game engine

{ Rust, ECS, Physics, GUI, OpenGL, WebGL, WASM }

Some of my previous work

🧭 Frontend / WebDev

  • plate ― Declarative proxy layer to access REST API endpoint { JavaScript, Redux, REST }
  • mst-gql ― Bindings for mobx-state-tree and GraphQL { JavaScript, MST, GraphQL }
  • pokedex ― Pokédex demo app { MobX State Tree, GraphQL, Ant Design of React }
  • plp-demo ― Product Listing Page demo { JavaScript, React, Redux, SASS, Flow, WebPack }
  • wrte ― microkernel-like environment to run untrusted applications in browser { JavaScript, kernel, sandbox }
  • ThAutoIndex ― PHP Thumbnail AutoIndex { PHP, libGD, MIME }

🗄️ Backend / Servers

  • rip ― REST.Is.Popular - RESTful microframework for Go { GoLang, REST }
  • traffx ― Auto-scaleable XMPP server for The Cloud in Node.js { JavaScript, Node.js, Redis, DynamoDB }
  • jabberd2JabberD XMPP Server { C, expat, libidn, SQL, OpenSSL }
  • jabberd3 ― jabberd XMPP server - third generation { C, bdw-gc, expat, libidn, libuv, nanomsg, OpenSSL }

💻 Native Apps

  • pebble ― Unofficial Pebble watch support for SailfishOS/Jolla { C++, Qt, QML, SailfishOS, systemd, BlueTooth }
  • fbv ― FrameBuffer Viewer ― picture viewer for a Linux framebuffer console { C, Linux, FrameBuffer, libgif/png/jpeg }
  • tgt ― TextmodeGUIToolkit ― object-oriented library for creating GUI under Linux console { C, NCurses, TermCap, GUI }

🕹️ GameDev

  • rust_roguelike_tutorial ― Rust Roguelike Tutorial { Rust, Legion ECS, RON prefabs }
  • bevy_networking_turbulence ― Networking plugin for Bevy engine { Rust, WASM, WebRTC, UDP }
  • hecs_rapier ― Physics engine for hecs ECS { Rust, Physics, ECS }
  • cvar ― Configuration Variables for Rust { Rust }
  • bevy_miniquad ― Bevy engine + miniquad render plugin { Rust, WebGL, WASM }
  • gwg-bindgen ― good-web-game + wasm-bindgen example { Rust, JavaScript, WebAssembly }
  • bevy_doryen ― Bevy engine + doryen-rs rendering plugin { Rust, OpenGL, WASM }

Pinned Loading

  1. soldank Public

    Clone of Soldat engine written in Rust

    Rust 54 4

  2. wrte Public

    microkernel-like environment to run untrusted applications in browser

    JavaScript 4 3

  3. rip Public

    REST.Is.Popular - RESTful microframework for Go

    Go 2 1

  4. pebble Public archive

    Unofficial Pebble watch support for SailfishOS/Jolla

    C++ 70 17

  5. 📊 Weekly development breakdown
    1
    TypeScript 12 hrs 19 mins ████████▌░░░░░░░░░░░░  40.5%
    2
    Assembly   10 hrs 23 mins ███████▏░░░░░░░░░░░░░  34.1%
    3
    JSON       3 hrs 2 mins   ██░░░░░░░░░░░░░░░░░░░  10.0%
    4
    YAML       1 hr 26 mins   ▉░░░░░░░░░░░░░░░░░░░░   4.8%
    5
    Markdown   1 hr 3 mins    ▋░░░░░░░░░░░░░░░░░░░░   3.5%
  6. Linux futex based Read-Write Lock im...
    1
    #define cpu_relax() __builtin_ia32_pause()
    2
    #define cmpxchg(P, O, N) __sync_val_compare_and_swap((P), (O), (N))
    3
    
                  
    4
    static unsigned _lock = 1; // read-write lock futex
    5
    const static unsigned _lock_open = 1;

794 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to X65/emu, X65/firmware, X65/x65.github.io and 12 other repositories
Loading A graph representing smokku's contributions from April 14, 2024 to April 18, 2025. The contributions are 98% commits, 1% issues, 1% pull requests, 0% code review.

Contribution activity

April 2025

Created an issue in seanahan5000/rpw-ext that received 7 comments

Use CMake project information

I have my project configured in CMake and visible in ms-vscode.cmake-tools extension. It would be awesome if RWP 65 could fetch information from t…

7 comments
Opened 3 other issues in 1 repository
seanahan5000/rpw-ext 3 open
7 contributions in private repositories Apr 1 – Apr 12
Loading