Blog

Project write-ups on game development, graphics, and physics simulation.

Visited Countries

10 Feb 2024
#off

Off topic: traveling is my passion, and I collect a briefing of my adventures here on an interactive map.

GDC 2023

GDC 2023

30 Mar 2023
#code#graphics#game

An unforgettable experience at the largest game developer conference in the world, plus visiting my colleagues in California.

Board Soccer

Board Soccer

20 Nov 2022
#code#graphics#game#physics

Board Soccer is a retro spring tabletop football simulation game for iOS and Android.

Triangulating Generic Shapes

Triangulating Generic Shapes

23 Apr 2019
#code#graphics

A demo project implementing an algorithm for triangulating intricate concave shapes with holes.

Unity3D - Vehicle physics

Unity3D - Vehicle physics

30 Jan 2019
#code#graphics#game#physics

Car physics and chassis deformation simulation implemented in Unity3D.

A Cross-Platform Mobile Game App

A Cross-Platform Mobile Game App

15 Jan 2019
#code#graphics#game#physics

An experimental mobile game project, self-creating every asset from graphics to code, with procedural softbody simulation.

Cloth simulation in C++ using OpenGL

Cloth simulation in C++ using OpenGL

7 Nov 2018
#code#physics

Cloth simulation created with a compute shader based on the position based dynamics algorithm.

NeChessFel - A multiplayer chess game made in Unity3D

NeChessFel - A multiplayer chess game made in Unity3D

2 Nov 2018
#code#graphics#game

An experimental Unity3D project where you can play an online chess match with your friends.

Camera stabilizer

Camera stabilizer

22 Oct 2018
#code#graphics

A camera stabilizer built with the OpenCV library, supporting live video streams.

A simple 2D platformer game engine implemented in C++

A simple 2D platformer game engine implemented in C++

17 Sep 2018
#code#game#physics

An experimental C++ mini project building a 2D platformer game engine with the SFML library.