Open Source & Online dog agility course design tool.
Link: AgilityCourseMaker.com
Keyboard & mouse driven interface. -> Now also touch compatible! Allows designs to be saved to/loaded from the users computers as a JSON file.
JSON file Includes:
- X,Y coordinates of equipment in meters, relative to top left corner
- Rotation of equipment in radians
- Additional variables (tunnel length/ bend radius)
- Notes made on design
Allows designs to printed to pdf or paper.
No server, No log-in. And it's free.
This is still a work in progress so feedback welcome!
Currently optimised for Desktop on Chrome, but functional on Edge, Firefox, IE, Safari, Android and iPad devices.
The simplest probably is to use Python's built-in http server.
If you have Python installed, it should be enough to run this from a command line:
python -m SimpleHTTPServer
python -m http.server This will serve files from the current directory at localhost under port 8000: