Skip to content
View MatthewLeeCode's full-sized avatar

Sponsoring

@davidhouweling

Block or report MatthewLeeCode

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. RadVis RadVis Public

    RadVis (Radiology Visualization) is a visualization tool for medical images.

    Python 4

  2. Abdulk084/CardioTox Abdulk084/CardioTox Public

    Python 18 7

  3. visual-center visual-center Public

    Calculates the visual center of a polygon. Useful for labelling tasks

    Python 7

  4. Vello + Winit + Wgpu example Vello + Winit + Wgpu example
    1
    use std::num::NonZeroUsize;
    2
    use std::sync::Arc;
    3
    use vello::kurbo::{Affine, Rect, Vec2};
    4
    use vello::peniko::{Color, Fill};
    5
    use vello::util::{RenderContext, RenderSurface};