CryptoPunks GUI 0.0.5
Simplified Minting
This is a Graphical User Interface for the famous cryptopunks Ruby gem.
It automatically downloads punks.png from https://github.com/larvalabs/cryptopunks on first use.
Minted cryptopunks are stored at ~/.cryptopunks/.

Prerequities
- Tcl/Tk (ActiveTcl)
- RVM (unless you are on Windows)
- Ruby 3.0.2 compiled with RVM for Tk (unless you are on Windows for which Tcl/Tk instructions include installation of Ruby)
Setup
You can use CryptoPunks GUI via gem or via cloning repository.
Gem
Run:
gem install cryptopunks-gui -v0.0.5
Afterwards, run app via:
cryptopunks-gui
Repository
Clone repository:
git clone https://github.com/AndyObtiva/cryptopunks-gui.git
Enter directory:
cd cryptopunks-gui
Run:
gem install bundler
bundle
Afterwards, run app via:
bin/cryptopunks-gui
Alternatively, run app manually via:
ruby app/cryptopunks_gui.rb
Instructions
Punk Index
Change punk index to pick a different punk.

Zoom
Change zoom to enlarge punk to your liking.

Palette
Change palette to get different punk colors.





Style
Change style to get different punk looks.
Normal Style

Led Style

Led Spacing

Led Round Corner

Sketch Style

Sketch Line

Mirror/Flip
Check mirror and/or flip to apply punk transformation. Can combine with different palettes and styles.





TODO
Change Log
Contributing
- Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
- Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
- Fork the project.
- Start a feature/bugfix branch.
- Commit and push until you are happy with your contribution.
- Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
- Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
License
Copyright (c) 2021 - Cryptopunks GUI by Andy Maleh
--
Built with Glimmer DSL for Tk (MRI Ruby Desktop Development GUI Library)