17 projects tagged "Tcl"
Elmer allows Python code to run from C or Tcl as if it was written in C or Tcl. Elmer generates "glue" code that embeds an interpreter for one type of language into an extension for another. Elmer allows function calls and various data types, both native and custom, to pass transparently between the two languages.
GraphicsMagick is a robust collection of tools and libraries which support reading, writing, and manipulating an image in over 90 major formats including popular formats like DPX, DICOM, BMP, GIF, JPEG, JPEG-2000, PDF, PNG, PNM, SVG, and TIFF. A high-quality 2D renderer is included, which provides a subset of SVG capabilities. C, C++, Perl, Tcl, and Ruby are supported. Originally based on ImageMagick, GraphicsMagick focuses on performance, minimizing bugs, and providing stable APIs and ABIs. It runs on all modern variants of Unix, Windows, and Mac OS X.
Tkgeomap is a set of extensions to the Tcl/Tk scripting language for accessing, manipulating, and displaying geographic data. The extensions add commands that perform basic cartographic calculations, define and use projections, store data in lines and as named places, and display the data in canvas widgets.
steelpoll is a Web polling application which allows you to quickly and easily create and manage polls by just editing plain Tcl files. A single poll can be created by editing the variables in a single file. You can optionally control votes by checking the user's IP address. A parsed vote log can be viewed. It doesn't require any SQL database backend because it stores the results in easily parsed plain text files. It doesn't use graphics to display poll results, which is great for text-based Web browsers.