Creating tiled images with rotation and selection capabilities shouldn’t be a daunting task. In this blog post, I want to share my experience and take you on a journey behind the scenes of creating EasyTiler. We’ll explore its features, discuss its usage, and delve into the challenges I encountered along the way. The Inspiration Behind …
Continue reading Project: EasyTiler
Category:Different fun
Project: Twitch Chat-based Interactive Aquarium
Overview: This is my One-Day project, Twitch chat-based interactive aquarium designed using Unity, a powerful cross-platform game engine. The application connects to a specific Twitch channel’s chat and creates an interactive fish avatar for each active chat participant, making them part of a lively, virtual aquarium. This system was designed to enhance audience engagement during …
Continue reading Project: Twitch Chat-based Interactive Aquarium
Made a TWITCH gambling game
I had an Idea to test my Unity skills and use the Twitch Library to connect to the twitch chat and watch for the user messages. The Game is a simple crash game used by some crypto gambling sites, the rules are simple, The viewer has to bet before the flight starts and then jump …
Continue reading Made a TWITCH gambling game
Phone & wifi-charger holder
Recently I bought one of these: It works pretty okay but… It already happened few times that I fell into the bed and just throw the phone on the top of it, this usually ends up in not charging and having a battle to charge it all day during the work time. … This means …
Continue reading Phone & wifi-charger holder
Simple productivity hack everyone shall know!
If you have to access couple of times the same feature in different folders a day, it is already worth to add the program or the command to your right click menu: Personally I have to open cmd many times and I simply like more to navigate in the explorer sometimes, so here is what …
Continue reading Simple productivity hack everyone shall know!
MICRO-KINGDOMS – Kingdom Management
I am working for a while on a large scale, web-based game project, and I have decided to start updating the progress here as well. You can follow the progress on Twitter on: https://twitter.com/MicroKingdoms Or on http://micro-kingdoms.com/ You can follow me on twitch in live when I am working on it: My twitch channel is: …
Continue reading MICRO-KINGDOMS – Kingdom Management
Shuttle Positions 3d
I have a long-hanging project waiting for me to finish. The main idea is to represent on the web portal the exact position and the status of shuttles in the respective aisles. 🙂 Controls with the mouse, to rotate hold CTRL, zoom with scroll. Here is a small edgy demonstration of it: The code can …
Continue reading Shuttle Positions 3d
LED Controller with Python + JS + Raspberry PI
INTRO I made this project because I was frustrated by having trouble with the IR RGB remote, it was always lost, the battery got empty, and I like to explore communication methods and apply them to electronics. I like to see the manifestation of the code in the real world, so this project was a …
Continue reading LED Controller with Python + JS + Raspberry PI
New life into the old battle-station
I have visited my old home where I have found my old pc and lot of good memories. I felt the surge to save him and give him a second lifetime. This massive outdated case is packed with massive outdated hardware, it had a lot of paint damages and, it was dirty and started to …
Continue reading New life into the old battle-station
PicDat v1.0 – Store products without DB
The is a little handler script I made last night. It’s written with PHP from scratch and seems ideal for small websites that want to store some extra data next to their pictures without any kind of database or external data source. Picdat is using the filename to store the data provided on the form. …
Continue reading PicDat v1.0 – Store products without DB