|
|
5 luni în urmă | |
|---|---|---|
| .. | ||
| examples | 5 luni în urmă | |
| res | 5 luni în urmă | |
| src | 5 luni în urmă | |
| .gitignore | 5 luni în urmă | |
| LICENSE | 5 luni în urmă | |
| README.md | 5 luni în urmă | |
| index.html | 5 luni în urmă | |
| main.js | 5 luni în urmă | |
| package.json | 5 luni în urmă | |
| renderer.js | 5 luni în urmă | |
Desmos is an advanced graphing calculator implemented as a web application and a mobile application written in JavaScript. Here is a very simple cross-platform desktop version. Plotting, saving, opening and exporting offlinely are supportive. Examples are in 'examples' folder.
Desmos 是一款优秀的、免费的在线数学函数计算器。它基于JavaScript,有在线版和手机版。这里是一个基于Electron的简单的离线桌面版,可以离线绘制和保存以及输出截图。支持linux, Mac 和 Win平台(目前还没有在Mac上尝试,留下贫穷的眼泪...)。

The executable binary files have been released here. There are only win and linux(ubuntu) versions. If you want Mac(or other platforms) version, try to build it.
After installation, try to use it to open the des files in 'examples'.
git clone https://github.com/DingShizhe/Desmos-Desktop.git
cd Desmos-Desktop
npm install -d
npm run dist
cd dist && ls # WOW! Then move the package wherever you want.
On linux, you need edit ./res/appimagekit-desmos.desktop properly and move it to ./local/share/applications.
Now you can use this simple app to
.png file.des file (just json).des file from desmos website
.Try open .des files in 'examples'.

Hope this helpful. Enjoy ;)