Skip to content
View omnp's full-sized avatar
🖌️
🖌️
  • Turku, Finland
Block or Report

Block or report omnp

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

  1. mnamp mnamp Public

    (LV2) Amplifier plugin based on gathered principles and rules of thumb more than any kind of direct emulation of anything

    C++ 4

  2. Example showing how to create a mini... Example showing how to create a minimal GTK 4 app with a main window and on it a Wayland subsurface fed by Vulkan.
    1
    # Example showing how to create a minimal GTK 4 app with a main window and on it a Wayland subsurface fed by Vulkan.
    2
    # The FPS counter printed on the console should show about 60 fps on Gnome/Mutter.
    3
    # One may need to install vulkan (the python package) from source.
    4
    # Maybe same for pywayland. Mileage may vary.
    5
    
                  
  3. floating floating Public

    Basic digital paint program using C, xcb and libtiff (to save the images) supporting a Wacom tablet and stylus in addition to a mouse

    C 1

  4. Loading CSS from a string for GVim w... Loading CSS from a string for GVim with GTK 3 gui
    1
    diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
    2
    index 1f8b2ebcc..e216904fe 100644
    3
    --- a/src/gui_gtk_x11.c
    4
    +++ b/src/gui_gtk_x11.c
    5
    @@ -4059,6 +4059,28 @@ gui_mch_init(void)
  5. shiny-spoon shiny-spoon Public

    3-CNF-SAT (toy) solver

    Python