Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rrrnld/line-us
https://github.com/rrrnld/line-us
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rrrnld/line-us
- Owner: rrrnld
- License: gpl-3.0
- Created: 2019-10-27T18:29:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T17:12:09.000Z (over 3 years ago)
- Last Synced: 2024-11-06T06:42:50.260Z (3 months ago)
- Language: Clojure
- Size: 166 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Line-us experiments
This repo contains some experiments with the [Line-us](https://www.line-us.com/) plotter. You can find a client implementation in `heyarne.line-us.connection`. It's an early work-in-progress, but it's quite usable already.
## Running doodles
Follow the [getting started guide](https://clojure.org/guides/getting_started) on the Clojure homepage to setup Clojure and run:
```
clj -m heyarne.line-us.doodles.one
```