Skip to content
View Aytackydln's full-sized avatar

Highlights

  • Pro

Organizations

@Aurora-RGB
Block or Report

Block or report Aytackydln

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Aytackydln/README.md

What Do I do?

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)

https://github.com/Aurora-RGB/Aurora (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 somehow 0% on my computer (except screen reading, it is expectedly resource heavy).

Artemis Plugins

Artemis.MediaInfo

Artemis Layout Generator

Artemis.Plugins.Games.Witcher3

Artemis.Plugins.ChromaSdkHacks

CorsairRestarter

Well, Artemis is Aurora's competitor... But I believe it will be better in the future, so I'm contributing here and there.

2D Game Engine

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.

Pinned

  1. Aurora-RGB/Aurora Aurora-RGB/Aurora Public

    Forked from antonpup/Aurora

    Unified lighting effects across multiple brands and various games.

    C# 236 38

  2. duyuruBot duyuruBot Public

    Currently showcase for hexagonal architecture. Bot designed to poll announcements on websites and notify via Telegram.

    Java 9

  3. Artemis.MediaInfo Artemis.MediaInfo Public

    C# 1

  4. MyUsercss MyUsercss Public

    Repository for my personal .user.css files

    CSS 1

  5. BytecodeEngine_Old BytecodeEngine_Old Public

    Java Swing based game engine with 2 examples. Easier to use than newer version.

    Java