This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
GUI for developing and debugging programs written in the Piet language
License
Unknown, Unknown licenses found
Licenses found
Unknown
LICENSE
Unknown
LICENSE.icon
Ramblurr/PietCreator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Piet Creator ------------------------------------------------------------------------------- Piet Creator is a cross platform GUI IDE for the Piet esoteric programming language. It includes a graphical editor, embedded interpreter, and integrated debugger. "Piet is a programming language in which programs look like abstract paintings. The language is named after Piet Mondrian, who pioneered the field of geometric abstract art. " - David Morgan-Mar. [email protected] (Piet Author) The interpreter backend is provided by npiet, a piet interpreter written in C by Erik Schoenfelder. piet, the language: http://www.dangermouse.net/esoteric/piet.html npiet: http://www.bertnase.de/npiet/ Piet Creator is licensed under the GPL v3, and is written in C++ with Qt. Compiling / Running ---------------- Prerequisites for Linux/Mac OS X/Windows: * Qt >= 4.6 * libPNG - http://www.libpng.org/pub/png/libpng.html * GIFLIB * GD Graphics Library - http://www.boutell.com/gd/ * CMake - http://www.cmake.org Piet Creator uses the cmake build system, which is supported on all major operating systems. On Linux/Mac OS X From the source directory: $ mkdir build $ cd build $ cmake ../ # This will attempt and find all the dependencies $ make $ ./pietcreator On Windows No idea, but you will need the Qt SDK for windows that includes mingw from: http://qt.nokia.com/downloads/sdk-windows-cpp
About
GUI for developing and debugging programs written in the Piet language
Resources
License
Unknown, Unknown licenses found
Licenses found
Unknown
LICENSE
Unknown
LICENSE.icon
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published