-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.6.1 Release #51
0.6.1 Release #51
Conversation
WordCramEngine: use an Iterator, don't manually iterate through an EngineWord[]
…based on where your words will be placed
I am having trouble posing a pull request to this branch: I have created an empty branch with little additions that I would like to share. This material for the contrib package. I will create an issue for each topic, if that's okay with you. |
#26 A Colorer transforming the withg of the words to a shade of grey |
#56 A Colorer taking colors from an image and the position of the word |
#57 Tango based colors and colorers |
#59 A Standard Console Observer |
#60 A CSV Importer |
a small namespace issue
WordCram -> WordSkipReason typo
I'll release 0.6.1 now. It'll be mostly example improvements and bug-fixes. The other stuff can happen later. |
If you want code in the 0.6.1 release, this is the branch to make your Pull Request into. Cheers!
ToDos for 0.6.1:
WordCramEngine
work off anIterator<EngineWord>
, not aEngineWord[]
and an integer index.