Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.62 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.62 KB

Turtle Graphics for JavaScript

This repository holds the files for the [https://performance.github.io/kuncika/ ] (URL) web site.

With Trutlegraphics in a few Indian Languages + Korean as a quick demo.

This is a quick and dirty hach, so inherits everythiung else from the upstream project. So there is the IDE for developing Turtle Graphics code, but the documentation and lessons as well. You can visit the live site at https://TurtleGraphics.fun for more information about Turtle Graphics itself.

Directories

  • bin/ holds the bash scripts used by make to build files for production.
  • *examples/ **is a repository of the example JavaScript source code files
  • *images/ *are the images used for the various .html files.
  • image_series holds the images that are made into the .gif animated pictures.

Files

  • Blob.js is code used for downloading Turtle Graphics code.
  • FileSave.min.js is code used for downloading Turtle Graphics code.
  • *.html are the .html files.
  • examples.js is a tool created JavaScript file to hold the example source code as strings.
  • Makefile is unified to make all of the tool created files for the website.
  • కుంచిక.css holds the styles for the IDE.
  • కుంచిక.html is the IDE.
  • కుంచిక.js is the library of Turtle Graphics functions.
  • కుంచికConsole.js provides the functionality for the IDE.
  • కుంచికweb.css holds the styles for the web pages.

While this repository focuses on teaching JavaScript and Turtle Graphics, one could use the కుంచిక graphics library, కుంచిక.js, in other applications.