-
Notifications
You must be signed in to change notification settings - Fork 30
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
Generator of tiled wallpapers #28
Comments
To be honest, the code for this kind of generator and its UI will probably be larger than the entire code for this application at the moment :D I mean, it seems a bit too complex for a very niche feature. Maybe you have some examples of programs that do that or even better some projects that could be used as a dependency? |
My interest here is in simple programs that generate tiled wallpapers of abstract designs without artificial intelligence, especially if they evoke the feel of classic wallpapers from the 90s and earlier. There are several open-source wallpaper generators, many of which are in Python and include the following:
Many of these repositories could use the suggestions given in my previous message to generate new kinds of wallpapers. A Python wallpaper generator can involve the use of ImageMagick (especially its
Other operations (described in my previous message) can be added later if they're easy enough to write, or Waypaper can add a button that generates a random wallpaper with the help of a third-party open-source wallpaper generator like the ones linked to above. |
Indeed, the last four of the five effects I listed (and several more) are possible in less than a hundred lines of Python code and the ImageMagick |
I checked a bit all the repositories, yes, it's very interesting. The conceptual problem I have is that if a make a generator, I won't be able to include a bunch of controls with it to substantially change the generated images. But, considering that each generator generate very similar images just color pallet (which is the main parameter) is different, I wonder if it's not easier to just pre-generate a bunch of images for all color pallets that I plan to supply as options... Anyways, I'll think about it. |
Include a generator of images that have the feel of classic tiled wallpapers. The following are suggestions on how the generator can generate these tiled wallpapers.
None of the suggestions above should involve artificial intelligence.
The text was updated successfully, but these errors were encountered: