jackrusher / logomatic

A simple generator for logo-like shapes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logomatic

This is an example of generating a large number of logo-like shapes using a simple generative system with a few tunable parameters. It is live as a web app at http://proscenium.rusher.com/logomatic/.

Development workflow

Run lein figwheel in your terminal. Wait for a while until you see Successfully compiled "resources/public/js/main.js". Open localhost:3449 in your browser.

You can use this while developing your sketch. Whenever you save your source files the browser will automatically refresh everything, providing you with quick feedback. For more information about Figwheel, check the Figwheel repository on GitHub.

License

Copyright © 2019 Jack Rusher

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A simple generator for logo-like shapes.

License:Eclipse Public License 1.0


Languages

Language:Clojure 57.2%Language:HTML 42.8%