All Projects β†’ DomDom3333 β†’ Wallpaper-Maker

DomDom3333 / Wallpaper-Maker

Licence: GPL-3.0 License
WinForms based, Programmatically generated Wallpaper maker which makes Minimalist style wallpapers.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Wallpaper-Maker

Artify Macos
🌎 18th century Arts for everyone
Stars: ✭ 140 (+566.67%)
Mutual labels:  art, wallpaper
Tiles And Such
Archives of tilelable images/wallpapers
Stars: ✭ 101 (+380.95%)
Mutual labels:  art, wallpaper
more
A growing collection of (MIT licensed) professional Windows Forms Controls for .NET Core.
Stars: ✭ 16 (-23.81%)
Mutual labels:  winforms
Bing-wallpapers
Fetch the Bing wallpaper image of the day
Stars: ✭ 19 (-9.52%)
Mutual labels:  wallpaper
SdfFontDesigner
Offline font tuning/bitmap generation via shaders
Stars: ✭ 56 (+166.67%)
Mutual labels:  art
php-lands
πŸ—Ί The PHP Lands Map
Stars: ✭ 22 (+4.76%)
Mutual labels:  art
MSChartExtension
Windows Forms MSChart Extensions Method
Stars: ✭ 23 (+9.52%)
Mutual labels:  winforms
text
An experiment with WebSockets and the human condition.
Stars: ✭ 51 (+142.86%)
Mutual labels:  art
ChangeWallpaper
This script downloads the Bing and Nasa daily wallpaper and uses them to changes the background on the Linux and Windows os periodically.
Stars: ✭ 14 (-33.33%)
Mutual labels:  wallpaper
frameV
Framed Visuals: collaborative generative art.
Stars: ✭ 20 (-4.76%)
Mutual labels:  art
WallcatWindows
Enjoy a new, beautiful wallpaper, every day.
Stars: ✭ 26 (+23.81%)
Mutual labels:  wallpaper
Photomosaic-generator
photomosaic generator (image to image, video to video)
Stars: ✭ 131 (+523.81%)
Mutual labels:  art
ModernUIDoneRight
A rewrite of my old theme library for WinForms
Stars: ✭ 22 (+4.76%)
Mutual labels:  winforms
MovieBarCodeGenerator
User friendly tool to create your own movie barcodes
Stars: ✭ 57 (+171.43%)
Mutual labels:  art
Saraff.Twain.NET
Saraff.Twain.NET is the skillful scanning component which allows you to control work of flatbed scanner, web and digital camera and any other TWAIN device from .NET environment. You can use this library in your programs written in any programming languages compatible with .NET technology.
Stars: ✭ 74 (+252.38%)
Mutual labels:  winforms
sisyphus
Lists of random resources
Stars: ✭ 24 (+14.29%)
Mutual labels:  art
colorfu
Make beautiful but also meaningful wallpapers with words, colors, patterns and images. 🌈
Stars: ✭ 275 (+1209.52%)
Mutual labels:  wallpaper
ECommerceProjectWithWebAPI
.NET 5.0 Web API Δ°le E-Ticaret Sitesi YapΔ±mΔ± MVC,Win Form,Angular ve Mobil
Stars: ✭ 35 (+66.67%)
Mutual labels:  winforms
devBanner
Create your own devRant banner
Stars: ✭ 45 (+114.29%)
Mutual labels:  art
FlaUIRecorder
UIAutomation test recorder for using with FlaUI library.
Stars: ✭ 23 (+9.52%)
Mutual labels:  winforms

Wallpaper-Maker

This is a WinForms based Wallpaper Generator that make Minimalist/Modern Art style wallpapers.

Samples

https://imgur.com/gallery/y0OOdmI

Getting started:

  • Open the exe and punch in your resolution (in case it didnt autodetect)
  • Open the settings tab to customize what kind of shapes you want to have
  • Open the colors tab and make yourself a Color Pallet to use
  • Select your color pallet on the main screen and hit 'Generate'
  • There you go! Now save the image using the Save button.

Features:

  • Multisampling for even higher Resolutions!
  • Flexible Color Pallet options that allow for unlimited Pallets and Colors per Pallet
  • Shapes get drawn in random order, meaning even with the same settings, it will never look the same due to layering
  • Import lots of Pallets at once by creating a /Resources/ColorPallets.json file and using the following format
{
  "Pallets": [
    {
      "Pallet": {
        "Name": "your pallet name",     /* change this to something unique*/
        "Colors":[                      /*add your colors here*/
          "229,244,227",
          "93,169,233",
          "0,63,145",
          "255,255,255",
          "109,50,109"
        ]
      }
    }
  ]
}

Planned Features

  • Seed sharing! Type in a manual seed to copy settings easily.
  • Element Exporting! Save the Layout of the wallpaper elements to recreate the same layout with different colors.
  • More Shapes! So many more shapes!

Thanks

If you find any bugs or have ideas for improovements, feel free to create an issiue. help ALWAYS wanted!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].