Self-employed freelancer - Available for full-time position
Welcome to my portfolio ! I'm passionate about creating innovative applications and solving complex problems through code and design. I have a deep interest in 3D-related stuff, with a strong expertise in AI (Computer Vision & LLMs).
Within my former position at Smart Me Up, and later at Marelli Group after our Start-Up got acquired, I've built a strong experience in technical team management, where I used to manage 6 teams in AI, for a total of +30 engineers & PhDs experts.
This is an example of real-time WebGL rendering and mecanical linkage using BabylonJS
All the phycis and linkage bindings are done using home-made JS
Online DemoThis is a personal project about coding a home-made physics engine in JS
It computes in real time the wire mesh simulation
The physics iteration itself runs with less than 10 lines of JS
Online DemoThis is an example of real-time WebGL rendering using BabylonJS
(Shading is Work-in-Progress ...)
Online DemoThis a 3-days personnal game project, done using BabylonJS
Backend is NodeJS hosted at AWS, with DynamoDB for best scores
All the physics are home-made in JS
Online DemoThis is a (W.I.P) website of a creator in Paris.
She is doing some custom cardboarding, with specific papers and leathers.
This online configurator is done using BabylonJS
Online DemoThis is a personnal project I've done to put my hands into WebGPU
This cellular simulation is 100% computed on the GPU
See the forum publication for more info about how to use it
Online Demo See details on forum postThis project is about merging Deep Learning and 3D rendering
A Neural Network is running on browser to detect face landmarks
Then some custom bindings are done to deform a mesh in real time using BabylonJS's Morph Targets
(Online Demo : coming soon)
Video Demo See details on forum postThis is a personnal project I've done to put my hands into GLSL
This is using a BabylonJS scene from Back to the Future
The render is converted to ASCII art using GLSL-written post-processing (GPU-computed)
Online DemoThis project is a 3D visualisation of the BabylonJS GitHub Repository
The goal is to quickly show who as worked on which part of the library
See forum post for more details
Online Demo See details on forum postThis is an old Python & NodeJS project. This addon, first available for Blender, and then extended to Houdini and BabylonJS, allows to chat and share data from an instance to another of Blender, Houdini, and BabylonJS.
It's using some custom Python-written OpenGL bindings to render as an overlay over the 3D Viewport. All the UI interaction (hovering, select, text-wrapping, etc) is written from scratch, for the love of coding.
Tchat Addon Website See BabylonJS version on forum