Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Just-a-Jason's full-sized avatar
🐡
You can trust in Rust!
🐡
You can trust in Rust!

Block or report Just-a-Jason

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
Just-a-Jason/README.md

Hi my name is Jason.json.

I mostly work with my private repositries and I am a huge fan of low level programming languages and also a huge fan of Rust. When I was younger I always wanted to code things wich help and bring happiness to people around me.

I am a secound owner of https://lisia-nora.pl.

I love "The Sopranos", my family and my beautiful girlfriend.

Technology I like to use:

DockerPostgresC#C++CSS3GDScriptJavaScriptHTML5PythonRustTypeScriptSolidJSTauriReactTailwindCSSCBlazorPNPMNodeJSMySQLNPMSASSUnity

"An idiot admires complexity, a genius admires simplicity." - Rest in peace King Terry

dancing terry davis
use holylibrary::{HolySprite, HolyDraw};

#[derive(HolySprite)]
struct TerryDavis<'a> {
    sprite_source: &'a str,
}

fn main() {
    let terry = TerryDavis {
        sprite_source: "dacing-terry.gif",
    };
    
    // (x, y, z-index)
    let positions = vec![
        (50, 50, 3),
        (150, 50, 3),
        (250, 50, 3),
        (350, 50, 3),
        (450, 50, 1),
    ];
    
    loop {
      holylibrary::refresh_screen();

      for (x, y, z) in positions {
        terry.draw_at(x, y, z);
      }
 
     holylibrary::sleep_ms(16);
    }
}

Pinned Loading

  1. CDA-Premium-Adblocker CDA-Premium-Adblocker Public

    Automatically skips annoying premium ads on polish website cda.pl. Now you can watch your favorite movie without any interruption.

    TypeScript 1

  2. gdrust-billboard-3danim gdrust-billboard-3danim Public

    gdrust-bilboard-3danim is a Rust library for animating 3D sprites based on the camera's viewing direction—similar to the classic Doom-style visuals. It allows for smooth sprite angle switching and …

    Rust 2

  3. temple_os_hymn_risen temple_os_hymn_risen Public

    My first try making things with x11 lib in Rust

    Rust