My first game on STEAM

As I am almost daily steam user and curious gamedev enthusiast, I wanted to learn how actually the steam deployment works, also next to the deployment I was curious how to implement services and API’s like leaderboards, retrieve the users, data and such.So I needed a game that would require all of these so I …
Continue reading My first game on STEAM

PLC Sequence Graph and Unity

I embarked on a project to better understand sequence programming and graph theory by integrating Unity with PLC (Programmable Logic Controller) programming. The goal was to create a robotic arm in Unity that could execute tasks in a sequence controlled by PLC logic. This hands-on approach allowed me to practice and visualize how PLCs manage …
Continue reading PLC Sequence Graph and Unity

The Drones

I have a project which I have rewritted and started from scratch 3 times, every iteration gave me a cleaner project, with nicer code, and better structure. The project is inspired by the modern warfare usage of different types of drones from small FPV to big loitering munitions capable of destroying large armoured vehicles. The …
Continue reading The Drones

AI Computer Vision – Classification

During this fun run I have built a set of tools for image recognition with a trained neural network. Hopefully we can integrate the solution to the live environment and test the AI against real life 🙂 The steps I took: 1.Dataset Collection: I have built a setup using a raspberry PI with a webcam, …
Continue reading AI Computer Vision – Classification