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

Vincent Lafouasse

C Badge Cpp Badge rust badge sh Badge

music lover trying to get a career in DSP or audio software engineering (maybe both)

looking for an internship beginning in Spring 2026

Audio Projects

  • PossGain: Baby's first plugin, a clone of Ableton Utility using JUCE and C++17
  • Hera: Kinda like a Juno but Greek
  • interval-trainer: An ear trainer in Rust featuring a rudimentary synth
  • WavAnalyzer: An excuse to handcode a Cooley-Tukey FFT in standard C++

School Projects

  • libft: A general purpose C library: why deal with dependency hell when you can just write more C
  • miniRT: A ray tracer capable of serving tea
  • minishell: Some of POSIX sh, not all of it but a good chunk
  • C++ modules: Byte-size C++ problems

Other Projects

  • Pendulum: The double pendulum, a study in Chaos
  • rxd: Handling bytes: a clone of xxd with a funnier name
  • Summermall Tower Defense: A mazing tower defense game inspired by Wintermaul TD. Basically in C with a conservative use of C++ features for convenience.
  • Game of Life: An implementation of Conway's Game of Life as a C learning exercise

Skills

  • C, C++, POSIX shell and some Rust
  • Digital Signal Processing, Applied Mathematics, Linear Algebra
  • Audio Software Engineering, Music Production

Toolchain

  • C++17
  • make, cmake, gtest
  • JUCE 8

🔬 GitHub Stats


Pinned Loading

  1. Hera Hera Public

    baby's first actual synth

    C++

  2. interval-trainer interval-trainer Public

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

    Rust 1 1

  3. ModelP ModelP Public

    a chitinous Minimoog Model D clone

    Rust

  4. cPlayer cPlayer Public

    a wav decoder and player in standard C99

    C