Personal Projects I have some personal projects which I do only in my mind but those I wanted to share. I have worked on a lot personal projects so I will list some of them.
-
Fursona Fursuit Design
7/2017 - 2/2018
It took me some time to think (and search) out the right way to do things. -
Mother Knows Best
7/2017
Simple Low-Poly game with deep atmosphere.
I want to keep this game as simple as it can be. Including almost no GUI and Text. -
C# BSP Library
5/2017 - 9/2017
I wanted to understand how are GoldSource (Half-Life, Counter-Strike 1.6) games made and rendered. I studied Source and Quake 2 informations until I found Unofficial BSP v30 File Spec.
I have implemented Bsp v30 (GoldSource) almost fully (except optimization) including WAD3. Next step is to implement Quake2 (+WAD2) and later Source, idTech... But now I am thinking about rewriting it in C (and DllImport it into C#). -
C# Minecraft
7/2016 - 6/2017
I wanted to write my own Minecraft (compatible with Minecraft Protocol). I already had base system + communication and most of API written down.
I had to stop because I wanted to have nothing to do with Minecraft (after what they were doing with it). Some time later I heard that Microsoft had stopped their C# Minecraft (Win10).