Skip to content
View wooster0's full-sized avatar

Block or report wooster0

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

Pinned Loading

  1. yayagram Public

    Play nonograms/picross in your terminal

    Rust 40 2

  2. blockpaint Public

    Draw graphics with your mouse in the terminal!

    Rust 26

  3. rva Public

    RISC-V Assembler with execution of code at assembly-time

    Zig 2

  4. lime Public

    A library for drawing graphics on the console screen

    Crystal 32 2

  5. soft Public

    A software renderer

    Zig 16

  6. W Public

    Fantasy computer

    Zig

92 contributions in the last year

Contribution Graph
Day of Week 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 ziglang/zig, wooster0/scripts, wooster0/blockpaint2 and 6 other repositories
Loading A graph representing wooster0's contributions from April 28, 2024 to May 02, 2025. The contributions are 28% commits, 27% issues, 25% code review, 20% pull requests.

Contribution activity

May 2025

Created an issue in libsdl-org/SDL that received 7 comments

SDL_HideCursor does not hide cursor before moving the mouse if the window is maximized

#define SDL_MAIN_USE_CALLBACKS 1 #include <SDL3/SDL.h> #include <SDL3/SDL_main.h> #include <stdio.h> static SDL_Window *window = NULL; static SDL_R…

7 comments
Loading