Most people know me as the maintainer of Project-Aurora. Secretly, in my daily life I'm a full stack developer.
I will share my most notable works here.
- Aurora-RGB (Project-Aurora)
- Artemis Plugins Modular plugins to add features to open-source Artemis-RGB software
- Web Crawler Chat Bot A telegram bot that can notify of new links for specified pages. Created for getting notifications of school announcements
- 2D Game Engine Games made on Java Swing canvas panel
https://github.com/Aurora-RGB/Aurora (community fork of the abandoned project)
My changes include many bugfixes, some new features and most importantly performance improvements. Aurora would have 100% usage on 1 thread in most cases. I reduced it to near 0% usage (except screen reading, it is expectedly resource heavy).
Artemis.Plugins.Games.Witcher3
Artemis.Plugins.ChromaSdkHacks
https://github.com/Aytackydln/BytecodeEngine_Old
Small, low feature game engine I did while I was studying Computer Engineering. I've learned how games worked. Prioritized performance and low input lag. Probably helped me optimize Aurora to its current level today.