ndor

package module
v0.0.0-...-dbf2d9a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2023 License: MIT Imports: 0 Imported by: 0

README

ndor

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

ndor

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, the cli will generate a image as xxx.png

develop

ndor is impletioned with go, js and wasm.

If you want to run ndor on your local machine:

  1. Install git, Go and task

  2. Clone the repo

    git clone https://github.com/zrcoder/ndor
    
  3. Run

    • web app:

      task run
      

      delete or comment the line "Version: version" in cmd/web/main.go for every dev build this is to break the cache mechanism, just for developing

      for product, modify the const "version" variable and then push and make pr

      Open http://localhost:9999, start your painting journey~

    • cli app

      task cli -- examples/rainbow.gop
      

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
web

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL