macRos banner

macRos

5 devlogs
21h 38m 2s

Free and open source autoclicker/macro creator for mac, made in tauri.

yefoi

Now that I’m using Tauri I have to rewrite all of the autoclicking code in Rust, which I did after learning the bare minimum and barely scraping by, but the code works and I can autoclick now!

In addition, I made a brand new UI design style which I am kind of happy with, and I’m working on a customization screen too.

I’m planning out how to implement macros, although it seems to be going to be a lot more difficult

Attachment
0
yefoi

I just wrote like 4 paragraphs and i dropped a video on the page which deleted the entire thing and im really unhappy so Im just going to write a way shorter version

tldr:

  1. Switched from electron to raylib because chromium was unnecessary
  2. brought all of the code over to raylib, very light beacuse its all pure c++
  3. realized that things like ui creation and fonts are going to be a pain in raylib
  4. Found tauri, started setting up the project
  5. made a design in Figma for a UI concept design (not finished)
  6. start learning rust for Tauri
Attachment
1

Comments

yefoi
yefoi 16 days ago

The video shows the project in Raylib which I later changed. I have no UI for the tauri version yet

yefoi

Made it so that the autoclicker can change the time it spends clicking, number of clicks, and click interval

I’ve also realized that I really dont need electron to do this, im going to turn this into pure c++ code later because electron brings all of chromium and IPC is annoying I’m not too sure why I decided to do this, so that’s the big thing that I’m gonna be working on

0
yefoi

its autoclicking for sure but i cant exit it because i forgot to add that functionality hlep

0
yefoi

Made it open

Attachment
0