MasFlam / Quillz

A wren graphical sketching framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quillz

A Processing-inspired, Wren-based graphical sketching framework.

Usage

See the examples directory for example programs.

quillz path/to/sketch/file.wren

Building

You will need GLFW and OpenGL. On Debian the packages are libglfw3-dev and libgl-dev. Wren is bundled as a git submodule, so when cloning the repo use git clone --recursive <url...>. Once you have the dependencies, run make to compile everything. The final executable lands in the repo root. Currently only POSIX systems are supported.

About

A wren graphical sketching framework.

License:GNU General Public License v3.0


Languages

Language:C 75.7%Language:C++ 16.9%Language:Makefile 5.1%Language:Python 2.3%