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

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 Loading

  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. PyTorch-based implementation of the ... PyTorch-based implementation of the final scene as seen in Ray Tracing in One Weekend — The Book Series, Ray Tracing the Next Week (as of August 2022)
    1
    import torch, torch.distributions as distributions
    2
    import numpy
    3
    import math
    4
    import random
    5
    
                  
  3. multiply multiply Public

    Recursive integer multiplication

    Python

  4. shiny-spoon shiny-spoon Public

    3-CNF-SAT (toy) solver

    Python

  5. 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

  6. 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