Skip to content
forked from aganim/canvas-igp

This is an HTML5 Canvas port of the "Irregular Grid Painter" application by Zlosk

License

Notifications You must be signed in to change notification settings

n4zmz/canvas-igp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

canvas-igp

This is an HTML5 Canvas port of the "Irregular Grid Painter" (IGP) application by Zlosk. You can find the original IGP here http://www.zlosk.com/pgmg/igp/downloads.html. Zlosk has (quite reasonably) requested that any derivatives of his work call themselves something other than simply "IGP" to avoid confusion.

If you would like to easily run a local instance, run the following python command in the canvas-igp root directory (replace [port] with your desired port number):

python -m http.server [port]

Then point your web browser at http://localhost:[port]

Great how do I get started

Obviously its a docker image so you need docker, if you don't know what that is you need to look into that first.

docker build

docker build -t canvas_igp .

docker run

docker run -dp 8000:8000 canvas_igp

docker-compose

---
version: '3.4'
services:
  canvas_igp:
    image: n4zmz/canvas_igp
    container_name: canvas_igp

About

This is an HTML5 Canvas port of the "Irregular Grid Painter" application by Zlosk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.8%
  • HTML 10.1%
  • CSS 2.3%
  • Dockerfile 0.8%