Giter VIP home page Giter VIP logo

artbot's Introduction

ArtBot

Build Status

A CLI tool to generate random, pretty png's. ArtBot is capable of producing images in any resolution. Different methods of producing images can be substituted for one another.

ArtBot can be built out of the box using make:

make clean
make

ArtBot can be run from the build folder:

./artbot

This will run ArtBot with a random seed, creating a png whose name is based on the seed. The default width is 256 pixels.

These details can be changed using command arguments.

Key Effect
-n Supply the name for the png
-s Supply the seed for the random number generation
-w Supply the width and height in pixels of the image

Here's an example command that would create a png called test.png with the random seed 1591005661 with resolution 4096:

./artbot -n test -s 1591005661 -w 4096
1 2
3 4

In the future, ArtBot will have multiple different methods of generating images. The structure will permit 'plugging in' different generators, supplied as a command line argument. Also the solution will seek to avoid less interesting images that are produced, by restricting the random aspets of the generation.

Any suggestions are welcome, as are any contributions.

Demo Image

artbot's People

Contributors

gabrielbarker avatar kreztoffee avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

kreztoffee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.