DupFinder
A Qt C++ application currently under development, using LevelDB, which aims to detect duplicate image files in folders.
Over the years, I have often wanted to experiment with a wide variety of technologies, leading to projects that I maintained for a while and sometimes revisit. Here is a selection of them.
A Qt C++ application currently under development, using LevelDB, which aims to detect duplicate image files in folders.
A C++ library designed to reproduce the GLSL syntax as closely as possible, including types, geometry functions, and swizzling, with full internal SIMD support, in order to bring the convenience of shader programming to C++. As an example, here is the rendering and shader code of Kali's Fractal Land on Shadertoy, ported to C++ using CPPShader.
GitHub link : https://github.com/gitdepierre/cppshader
A game project that I assigned to my students at Creajeux for several years, which I ported to the Nintendo DS using LibNDS and C. The goal is to stop waves of aliens attacking a farm and its owner. The player can place turrets to defend against the attacks.
A data processing project that reverses the navigation direction within Wikipedia, making it possible to see which pages link to a specific page and navigate backwards through these references. The application and its related workflow use SQLite and Python.
Link : https://reversepedia.org