Skip to content

hyrodium/Desmos.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desmos.jl

Generate Desmos script (JSON) with Julia language.

Stable Dev Build Status codecov Aqua QA

First example

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))
Peek.2023-03-27.13-08.mp4

See documentation for more information.

Desmos Text I/O

Note that this package requires Desmos Text I/O extension.