Lucas Deletang
Welcome to my personal website. Here are some of my GitHub projects:

3D chess using Three.js
Mar 2024A 3D chess game built with Three.js
View on GitHub
Reinforcement Learning applied to flappy bird
Oct 2023A reinforcement learning algorithm applied to flappy bird
View on GitHub
Pool's balls collision simulation
Feb 2024A simulation of pool's balls collision, coupled to a camera, used to predict the balls' trajectories
View on GitHub
Simulation of collisions between balls
Nov 2023A physics simulation of collisions between balls, with a GUI to change the balls' properties and optimizations to handle a large number of balls.
View on GitHub
Interface for SDL2
Jun 2024A simple interface for SDL2, with simple functions to create windows, render images, and handle events using multiple threads.
View on GitHub
Brick Breaker Game
Jun 2024A simple brick breaker game made with C++ and SDL interface.
View on GitHub
Minimum Spanning Tree application
Dec 2022An application to visualize the minimum spanning tree of a graph, used on Paris' tree network.
View on GitHub
Simulation of fire
Oct 2023A simulation of fire using Perlin noise
View on GitHub
Terrain generator
Sep 2023An application of Perlin noise to generate terrain
View on GitHub
3D Rubick's cube
Nov 2023A 3D Rubick's cube made with OpenGL
View on GitHub
Water simulation
Jan 2024A water simulation using stable fluids
View on GitHub