akshy

Someone in this universe
tree

Projects

Coding is one of my hobbies. Given below is a short list of some of my open source works.

Pixel Draw

Pixel draw is a pixel based drawing software coded using rust programming language and the iced GUI library. It is not very complex, but a simple drawing app where primary focus is creating pixel art. The source code is awailable in codeberg and a web version is also awailable.

Gittykat

Gittykat is also created using rust and iced. It's a desktop application to analyze git repositories. The name gittykat came from merging git and cat (cat is linux command used to display the content of a file in the terminal) and it feels a little funny. The main features of this app is a contribution graph of the repository, analysis of programming languages used with word count, listing of all the contributors of the project, etc. Source code and more details are awailable in the codeberg repository.

Thememux

I started programming using the termux app for android and still I think it is one of the greatest app awailable for android. I likes to customize things a lot. This app provides a plugin to change the styling and themes of the app. But I didn't like the idea of installing one more app to just change the theme of an app. So I initially wrote a shell script to change the theme of termux and later rewrote it in rust and named it thememux.

Theme mode applet for cosmic

As the name suggests it is an applet for the cosmic desktop environment to change the theme mode(dark/light) directly by a single click on the taskbar. Source repository