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!
- Host: GitHub
- URL: https://github.com/daliacoss/truchet
- Owner: daliacoss
- Created: 2019-09-03T01:22:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T12:37:08.000Z (over 2 years ago)
- Last Synced: 2025-02-17T06:45:37.545Z (3 months ago)
- Topics: clojurescript, react, reagent, shadow-cljs, svg
- Language: Clojure
- Homepage: https://dalia.cc/truchet
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.