https://github.com/bobbicodes/trig
Trigonometry with Clojurescript
https://github.com/bobbicodes/trig
Last synced: 3 months ago
JSON representation
Trigonometry with Clojurescript
- Host: GitHub
- URL: https://github.com/bobbicodes/trig
- Owner: bobbicodes
- Created: 2019-12-28T08:27:30.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T20:05:30.000Z (over 3 years ago)
- Last Synced: 2025-04-14T04:09:11.147Z (about 1 year ago)
- Language: Clojure
- Homepage: https://bobbicodes.github.io/trig/
- Size: 13.5 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# trig
Learn trig with Clojure!


* Calculate and render an angle's sine/cosine using the Pythagorean identity
* Render triangles and solve for angles/sides using Law of Sines/Cosines


## Development
```bash
$ npm install
added 97 packages from 106 contributors in 5.984s
```
Start the development process by running:
```bash
$ npx shadow-cljs watch app
...
[:app] Build completed. (134 files, 35 compiled, 0 warnings, 5.80s)
```
Or simply `jack-in` from your editor. Your app will be served at: at [http://localhost:8080](http://localhost:8080).
## Production build
```bash
npx shadow-cljs release app
```