Coding Projects
A selection of 10 projects I carried out that represent well my skills and my center of interests. It contains personal work as well as work for studios and student projects.
2024
USD Crowd Pipeline (Superprod)
Maya Houdini Arnold USD Python
My first mission as a pipeline developer at Superprod was to build a functionnal USD crowd pipeline. Allow to get a crowd agent for any character and to be able to transfer him all the animations from the bank. Work on optimizing data export and rendering has been done also. Its use for Asterix and the Kingdom of Nubia has been showcased at FMX 2024.
2023
Sketch to mesh tool
Maya Python
During the course Advances Computer Graphics at Telecom Paris, I did this project of implementing part of the article "RigMesh: Automatic Rigging for Part-Based Shape Modeling and Deformation". It uses generalized cylinders topology to create a mesh from a 3D drawing.
2021
Retargeting tool for hand/face interactions
Motion-builder Python
During my 5 month research project with Mocaplab, I developed a tool to automate some post-animation. In a few clicks the hands motions in relation to the face are fixed while preserving the nature of the motion from the motion-capture curves.
2022
Animation adjustment tool
Maya Python
If an animation (mocap or keyframe) needs to be modified (for example changing distance steps, or final pose a bit), this script blends the motion from the original animation with the new layer of poses intelligently. Inspired from Dan Lowe's GDC talk "The Animate Button" this tool fixes foot slides and other artefacts when modify existing animation.
2022
Crowd simulation with genetic learning algorithm
Unity C#
Test of a simple crowd simulation for Sheeps and Wolvers with learning from evolution. The sheeps learn to aim at the grass to survive and the wolves to eat and chase the sheeps. It is a hereditary learning where the ones that achieve a certain task (eating the grass or the sheep) give birth to a child with the same base brain and a small random mutation.
2022
VR kitchen
Unity C#
In a Ratatouille inspired set, I implemented interactions for grabbing objects, turning on buttons, lighting the fire, pooring salt and spices and opening drawers. It's the first time I was coding for VR.
2019
Raytracer
C++
Part of our Advanced Computer Graphics course at Ecole Polytechnique was focused on rendering and raytracing techniques. As part of that course, I implemented a full raytracer for spheres and planes in cpp.
