Please sign in to access this page
Just your average Auto Clicker app but with a good UI this time.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Added notification system and cleaned up code. I added a binary to the Github, ready to ship. Probably not going to update this for a while if ever.
I've worked on a lot of stuff since the last devlog.
First thing I added was the logs system, was pretty simple, I just made a function to push the log text to a string array.
Next thing I worked on was hotkeys, this was really annoying to add and it had a weird quirk where if you were focused on the app the hotkey wouldn't work so I just implement it in the react code as well as a listener on the backend.
I also fixed the custom click key system, revamped settings and logs ui, and some other small changes I can't recall.
Lastly, I finally added the cursor click position function, which was pretty simple, I just have it move the cursor to the selected position every iteration of the click loop before the click.
Really just making everything work properly, fixing bugs and perfecting the UI as much as I can before I start working on the last few parts of this project for now. I spent a really long time making my custom click options selector, seems small but was a real pain in the ass. My next goal before all the functionality is finished and I can ship it, is to add event logs, the custom click options change call to the backend, and a cursor position function in rust for the chose position option, after that I'm done and will ship.
I've done quite a bit since the last devlog, a little bit of UI stuff but most of my time since the last log was spent writing the rust backend functions and connecting them to the frontend, I now have working interval changes and the actual auto-clicker functionality done.
No clue how often I'm supposed to update this or who is ever going to read this but here we go...
This is a bit of an old project I worked on for a couple days a few weeks back.
In the past 2 hours of development, I've touched up on the front-end a bit and switched out some of my components with shadcn components for consistency.
I've also began the rust back-end clicker functions, my goal is to finish the basic outline and plan out how everything will fit together.
Lastly, I made a real readme (mostly with ai because I'm lazy) and it looks good enough for now.
That's all ig.