ndor
ndor is an app with which you can draw by codes, for kids and coders~

You can take a look at the wiki for detail.
web app
Vist https://ndor.netlify.app or run on your local machine as described bellow.
cli app
Install with go:
go install github.com/zrcoder/ndor/cmd/ndor@latest
TODO: Download from github releases
Run:
ndor {source file}
The argument is the code source file(xxx.xgo or xxx.md), the cli will generate a image as xxx.png or a html as xxx.html.
develop
ndor is impletioned with go, js and wasm.
If you want to run ndor on your local machine:
-
Install git, Go and task
-
Clone the repo
git clone https://github.com/zrcoder/ndor
-
Run