Explorations

Projects

Certains de mes projets personnels. Leur but est principalement d'apprendre de nouvelles technos et bibliothèques.

Sélection

Stryke: An Orc Library in C++

This library uses templates to perform dispatch and type conversion (unlike the official implementation that uses dynamic dispatch).

Keyword: C++, Template, Orc

Pybind11_opencv_numpy: C++-Python Binding for cv::Mat and np.array

C++-Python binding that allows automatic conversion between cv::Mat in C++ and np.array in Python.

Keyword: C++, Python, OpenCV, Numpy

CxxSubs: Library implementing command line verbs on top of cxxopts

Keyword: C++, cxxopts, subcommand, option-parsing

Voyelles Pendues: A word game

A word game between hangman and word search where vowels letters have been removed from words.

Keyword: C++, Qt, Qml, Android, Game

DockerFiles: Collection of dockerfiles

Dockerfiles used to configure development boxes for computer vision and deep learning.

Keyword: C++, Python, Docker, Deep learning