Tomlacko's repositories
Logicboard
Logic circuit editor and simulator made in pure JavaScript (no dependencies) as part of my university thesis in 2022. Run it here: https://tomlacko.github.io/Logicboard
CPP-3D-Engine
This is an OpenGL-based 3D game engine written in C++, done in 2020 as a final project for one of my university subjects. The initial boilerplate rendering code was provided by the teacher, but the rest was done by me. The demo scene I ended up creating is made out of "Amnesia - The Dark Descent" game assets.
DiscordBotFramework
A custom discord.py 2.0 based bot framework that makes developing and launching bots easier.
ComputerCraftSmeltery
Automated Tinkers' Construct smeltery via ComputerCraft used in a Minecraft 1.7 modpack I played in 2019. Contains custom UI and modem libraries as well, all written in Lua.
CS-MandelbrotViewer
A C# Mandelbrot viewer quickly made for a university subject in 2020. Uses WinForms and threading, can save the image or current configuration to file.
CS-Sokoban
A C# Sokoban game recreation made for a university subject in 2021. Uses WinForms and can load any custom levels.
DiscordChatExporter
Exports Discord chat logs to a file
JS-2DCanvasFramework
A JavaScript 2D canvas framework (+other utilities and experiments) I made in 2018 when I was into experimenting with rendering. The code is pretty awful though.
JS-2DGameEngine
From 2017 when I attempted making a simple 2D game engine in JavaScript as a high-school project. Includes bad code and broken physics, but it works!... sort of.
JS-MandelbrotViewer
Old Mandelbrot set viewer I made for myself in 2016 so I could experiment with rendering it. There's nothing good to be said about it other than it somehow still works lol.
JS-Raycaster
A simple JavaScript raycaster I made in in 2018. There's not much to see except player movement and some moving walls. Additionally, the other files contain custom libraries / utility functions I made. The code quality is not great though.
mch_bot
A custom discord.py based Discord bot for the Minecraft@Home Discord server.
OldLogicboard
Logic circuit editor and simulator I made in JavaScript in 2016-2017. Visit https://github.com/Tomlacko/Logicboard for a complete 2022 remake with much higher code quality, better usability and more features.
ResearchBot
A Discord bot for the Minecraft@Home Discord server