Skip to content
View JulMan-Dev's full-sized avatar

Organizations

@mairech-cc

Block or report JulMan-Dev

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
JulMan-Dev/README.md

JulMan

French student, developer ๐Ÿ‡ซ๐Ÿ‡ท โ€” systems programming, embedded, and native apps. Pushing code to GitHub since age 12 โ€” from Discord bots and Minecraft plugins to Rust internals today.

๐Ÿ”— Website ยท ๐Ÿ’ป code.julman.fr ยท ๐Ÿฆ @JulMan_Dev

What I work on

Rust is my main tool โ€” const generics, proc macros, FFI, no_std. I like projects that sit close to the metal: interpreters, JIT compilers, FFI bridges between Rust and Objective-C/Swift, binary format parsing. I'm also comfortable with C/C++, TypeScript, and Python for tooling.

Recent projects

  • cpge โ€” Rust math library for CPGE-level mathematics, with a Swift/Rust FFI bridge for cross-platform AppKit graphics
  • nbt-editor โ€” macOS Minecraft NBT editor; Rust core (NBTKit) linked to an Objective-C GUI via objc2
  • brainfuck โ€” brainfuck interpreter, JIT compiler, and transpiler to C, with a small runtime library
  • fers โ€” a small stack-based/concatenative language written in Rust
  • craftmodlite โ€” a large Minecraft mod (1.12.2): custom item transport networks, recipes, tile abstractions

Journey

Started at 12, way too young in hindsight, but it stuck. Went through Discord bots and Bukkit/Forge plugins, picked up TypeScript and Python along the way, and have spent the last while going deeper into Rust, FFI, and low-level systems work.

Tools

Rust โ€” C โ€” Objective-C โ€” TypeScript โ€” Python

Pinned Loading

  1. nbt-editor nbt-editor Public

    โœ๏ธ Minecraft NBT Editor for macOS

    Rust

  2. brainfuck brainfuck Public

    ๐Ÿง  Brainf**k interpreter, JIT and transpiler to C

    C

  3. cpge cpge Public

    ๐Ÿงฎ CPGE mathematic library

    Rust

  4. fers fers Public

    ๐Ÿ“ Fers, blazing fast language about RPN

    Rust

  5. craftmodlite-public craftmodlite-public Public

    A mod for Minecraft 1.12.2 using Forge

    Java