Skip to content
View vincent-lafouasse's full-sized avatar
🤠
Tired
🤠
Tired
  • ENS Paris-Saclay, École Polytechnique
  • Paris-Saclay

Highlights

  • Pro

Block or report vincent-lafouasse

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 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
vincent-lafouasse/README.md

Vincent Lafouasse

C Badge Cpp Badge Rust Badge

Systems programmer with a background in chemistry and signal processing. Interested in low-level audio, embedded systems, and the kind of C that requires reading a hardware manual.

Systems & Audio

  • ChronoPlayer: Cycle-accurate SPC700 CPU emulator and S-DSP implementation in C11. Loads and plays .spc dumps from SNES games. CPU core validated against hardware-derived behavioural tests.
  • spectre: Real-time spectrogram analyser in C. Linear STFT done; currently researching CQT, multirate FFT and wavelet approaches for musical analysis.
  • cPlayer: WAV decoder and player in C. Streaming WAV and eventually MP3 decoding on the roadmap.
  • Ding: JUCE synthesizer modeling glockenspiel bar vibrations via Euler-Bernoulli beam theory
  • interval-trainer: Ear trainer in Rust with a small built-in synth

Systems Programming

  • minishell: A reasonable subset of POSIX sh
  • miniRT: Ray tracer in C. Renders a teapot.
  • libft: General-purpose C library
  • NanoC: Minimal systems programming language targeting RISC-V. Compiler and codegen by hand in Rust, no external crates.
  • LockFreeQueue: A review on concurrent wait-free queues.

Other

  • biberon: A BibTeX parser and citation formatter in standard OCaml
  • Hera: Juno-inspired synth in C++ / JUCE
  • Pendulum: Double pendulum chaos simulation
  • schemin: Scheme playground and SICP exercises

Pinned Loading

  1. ChronoPlayer ChronoPlayer Public

    I love Chrono Trigger

    C

  2. cPlayer cPlayer Public

    a wav decoder and player in standard C99

    C

  3. interval-trainer interval-trainer Public

    A very cool ear trainer — using the `cpal`, `rodio`, and `pitch-detection` audio libraries

    Rust 1 1

  4. NanoC NanoC Public

    A minimal systems programming language that compiles to RISC-V assembly

    Rust