Skip to content
View ducklin5's full-sized avatar
🦆
🦆

Block or report ducklin5

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ducklin5/README.md

linkedin logo website logo

👋🏾 Hello! I'm Azeez! The Bee's Knees 🐝

I'm a software engineering graduate from University of Alberta
- 🔭 I’m currently looking for my next work opportunity
- 📚 At the moment, I'm learning Game Design, Reinforcment Learning and Rust
- ⚡ In my free time I like to make music, watch movies and learn new things

🛠 Language and tools

rust logo c++ logo python logo js logo godot logo unreal logo react logo

🔥 My Stats :

streak graph streak graph

Pinned Loading

  1. Isochrome Isochrome Public

    A short isometric puzzle game (Godot + Rust)

    GDScript

  2. RageModules RageModules Public

    A collection of VCV audio processing virtual modules

    C++ 1

  3. TTetris TTetris Public

    Forked from ECE493W22G7/TTetris

    Treacherous Tetris - Multiplayer Tetris with social deduction (React + Websockets)

    JavaScript

  4. How to share a physical Vulkan GPU b... How to share a physical Vulkan GPU between Godot and Burn.rs in a gdext-rs extension
    1
    use std::borrow::BorrowMut;
    2
    use std::sync::Arc;
    3
    
                  
    4
    use godot::prelude::*;
    5
    use godot::classes::{rendering_device::DriverResource, RenderingServer};
  5. PolyNPredict PolyNPredict Public

    N polynomial regression and sequencial predictor (ML demo with Burn.rs)

    Rust

  6. TensorViz TensorViz Public

    Exploration Into High Dimensional Tensor Visualization

    TypeScript