View Single Post
  #3  
Old 03-11-2026, 18:28
WhoCares's Avatar
WhoCares WhoCares is offline
who cares
 
Join Date: Jan 2002
Location: Here
Posts: 468
Rept. Given: 11
Rept. Rcvd 32 Times in 25 Posts
Thanks Given: 69
Thanks Rcvd at 247 Times in 94 Posts
WhoCares Reputation: 32
hello,

In order to keep the exe file small(no more than 500KB), my package uses "native-windows-gui" crate which supports Windows only, but with Windows built-in editing hotkeys and context menus.
I have another keygen template which produces a 10MB exe with Rust GPUI framework.
Your keygen produces a 4.x MB exe and looks beautiful.

And I put it in my private repo

Thanks for your work!


Quote:
Originally Posted by blue_devil View Post
@WhoCares, I have added egui to your project. Now anyone can compile it for any platform.

What a world:

I have added egui with AI but I have manually fix alignment of widgets.

@WhoCares maybe you should add this to a repo?

Code:
Source Updated for cross compilation
https://pixeldrain.com/u/JuHHfMTy

Windows x86_64
https://pixeldrain.com/u/Nv7odq85

Windows arm64
https://pixeldrain.com/u/z4dbpmET

Linux x86_64
https://pixeldrain.com/u/itn3k2be

Linux arm64
https://pixeldrain.com/u/TBXWPGQD
__________________
AKA Solomon/blowfish.

Last edited by WhoCares; 03-11-2026 at 19:21.
Reply With Quote
The Following 2 Users Say Thank You to WhoCares For This Useful Post:
blue_devil (03-11-2026), niculaita (03-12-2026)