Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyrodium/desmos.jl
Generate Desmos script (JSON) with Julia language.
https://github.com/hyrodium/desmos.jl
Last synced: 11 days ago
JSON representation
Generate Desmos script (JSON) with Julia language.
- Host: GitHub
- URL: https://github.com/hyrodium/desmos.jl
- Owner: hyrodium
- License: mit
- Created: 2023-03-11T18:04:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T02:02:45.000Z (about 1 month ago)
- Last Synced: 2025-01-18T12:20:25.119Z (15 days ago)
- Language: Julia
- Homepage: https://hyrodium.github.io/Desmos.jl/dev/
- Size: 1.72 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Desmos.jl
Generate Desmos script (JSON) with Julia language.[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://hyrodium.github.io/Desmos.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://hyrodium.github.io/Desmos.jl/dev)
[![Build Status](https://github.com/hyrodium/Desmos.jl/workflows/CI/badge.svg)](https://github.com/hyrodium/Desmos.jl/actions?query=workflow%3ACI+branch%3Amain)
[![codecov](https://codecov.io/gh/hyrodium/Desmos.jl/branch/main/graph/badge.svg?token=dJBiR91dCD)](https://codecov.io/gh/hyrodium/Desmos.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)## First example
```julia
using Desmos, JSON
state = @desmos begin
@expression cos(x) color=RGB(1,0,0)
@expression sin(x) color=RGB(0,0,1)
tan(x)
end
clipboard(JSON.json(state, 4))
```https://user-images.githubusercontent.com/7488140/227839138-7aabfb64-3be1-4ef6-88f8-543c9fc5421a.mp4
See [documentation](https://hyrodium.github.io/Desmos.jl/dev/) for more information.
## Desmos Text I/O
Note that this package requires [Desmos Text I/O extension](https://github.com/hyrodium/DesmosTextIO).[![](https://raw.githubusercontent.com/hyrodium/desmos-text-io/main/logo.svg)](https://github.com/hyrodium/DesmosTextIO)
* [Chrome Web Store](https://chrome.google.com/webstore/detail/desmos-text-io/ndjdcebpigpfidnilppdpcdkibidfmaa)
* [Firefox ADD-ONS](https://addons.mozilla.org/en-US/firefox/addon/desmos-text-i-o/)