Skip to content
View jedjoud10's full-sized avatar

Block or report jedjoud10

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cflake-engine cflake-engine Public

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

    Rust 17 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 7 1

  4. VoxelTerrainGenerator VoxelTerrainGenerator Public

    Fully Destructible GPU Compute Volumetric Terrain Generator in Unity HDRP

    C# 16 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
    };