An open API service indexing awesome lists of open source software.

https://github.com/daliacoss/truchet

let's make some pretty tessellations!
https://github.com/daliacoss/truchet

clojurescript react reagent shadow-cljs svg

Last synced: 15 days ago
JSON representation

let's make some pretty tessellations!

Awesome Lists containing this project

README

        

# Truchet

Hello! This is a thing I made to learn ClojureScript and Reagent. It's a toy for making graphics based on Truchet tile patterns.

## Build

First, ensure that you have Node.js and Java SDK 8 installed.

Then, navigate to the repository root and run `yarn install` (if you have Yarn) or `npm install` to install dependencies.

Now you can build the application as a static site by running `shadow-cljs release app` or simply `yarn release`.

## Run

After installing dependencies, use `shadow-cljs watch app` or `yarn watch` to run the app in a development server.

## License

Copyright © 2019 Decky Coss

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