Skip to content

center2055/CitronClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Citron v2

Version 2 of Citron Clicker, rebuilt from the ground up in Rust + egui instead of .NET. (V1 was a .NET app; its source was sold and is no longer published here.)

Citron v2

Why the rewrite

  • Lightweight. One small native binary, no .NET runtime, no bundled browser. (The old self-contained .NET build was ~130 MB.)
  • Cross-platform. The UI and config layer are portable across Windows, macOS and Linux. The clicker engine is OS-specific (Windows first; macOS needs Accessibility permission; Linux works on X11, Wayland blocks synthetic input).
  • Native feel, no webview. egui repaints only on interaction, so the GUI won't steal frames from the game.

Building

Requires a recent Rust toolchain.

cargo run            # debug
cargo build --release

Layout

  • Left Click / Right Click: per-button configuration (independent)
  • Sounds: click-sound packs, custom files, volume
  • Settings: accent, startup, tray, panic key, updates

Credits

About

Modern open-source external autoclicker for Minecraft Bedrock and Java, built in Rust.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages