EQL5/examples/X-extras/palindrome
2017-01-01 12:13:05 +01:00
..
exe prevent "SLOT" warning on Windows; tiny revisions; 2016-12-14 19:58:56 +01:00
meta port of EQL/Qt4 to Qt5 2016-11-25 23:30:38 +01:00
definitions.lisp port of EQL/Qt4 to Qt5 2016-11-25 23:30:38 +01:00
palindrome.lisp Slime: change docu to use QLOAD instead of LOAD 2017-01-01 12:13:05 +01:00
README.txt Slime: change docu to use QLOAD instead of LOAD 2017-01-01 12:13:05 +01:00

INFO
====

One of the most fascinating palindromes, see:

http://en.wikipedia.org/wiki/Sator_Square


RUN
===

  eql5 palindrome 400 8/10 # optionally pass width / opacity

N.B: If you load this file in Slime, you need to use QLOAD instead of LOAD!


HTML VERSION
============

Since this is a relatively complex application, it would be
convenient to generate a 'lazy' (pre-calculated) Html5 version,
using the <canvas> element and JS.

Use command line option :html to have it generated:

  eql5 palindrome.lisp :html

(optionally pass the width, which defaults to 450)