Skip to content
View jedjoud10's full-sized avatar
Block or Report

Block or report jedjoud10

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

  1. cflake-engine cflake-engine Public

    Custom Rust engine from scratch implement a graphics API built on WGPU

    Rust 14 1

  2. jedjoud10.github.io jedjoud10.github.io Public

    My simple static website built using Zola and Serene

    CSS

  3. game-theory-test game-theory-test Public

    Simple personal testing ground for messing around with strategies in the Prisoner's Dilemma Game

    Rust 6 1

  4. VoxelTerrainGenerator VoxelTerrainGenerator Public

    Fully Destructible GPU Compute Volumetric Terrain Generator in Unity HDRP

    C# 7 1

  5. RLE (De)Compression in Unity Jobs Sy... RLE (De)Compression in Unity Jobs System
    1
    using Unity.Burst;
    2
    using Unity.Collections;
    3
    using Unity.Jobs;
    4
    
                  
    5
    [BurstCompile(CompileSynchronously = true)]
  6. WASM4 Rust build.rs sprite packing i... WASM4 Rust build.rs sprite packing into .pak file
    1
    use bitvec::{field::BitField, prelude::*};
    2
    use std::{
    3
        fs, io,
    4
        path::{Path, PathBuf},
    5
    };