Skip to content
View ducklin5's full-sized avatar
πŸ₯Ή
hire me. I make games
πŸ₯Ή
hire me. I make games

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.

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

    An arduino + pygame based synthesizer and keyboard

    Python 1 1

  5. 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::{Borrow, BorrowMut};
    2
    use std::sync::Arc;
    3
    
                  
    4
    use godot::{obj::NewGd, prelude::*};
    5
    use godot::classes::{rendering_device::DriverResource, Node, RenderingDevice, RenderingServer};
  6. godot godot Public

    Forked from godotengine/godot

    Godot Engine – Multi-platform 2D and 3D game engine

    C++