Pixilang is a simple programming language for small graphics/sound applications. It was created for non-programmers, demosceners and designers. Pixilang programs keeps in a TXT-files, so you can edit it in any text-editor. Pixilang interpreter works on different operation systems (Windows, Linux, PalmOS) and is distributed under GNU GPL license.
Here are some key features of "Pixilang":
· easy syntax and small amount of commands;
· universal containers (pixi) using for text/gfx storage;
· pixel graphics describing in a source TXT-files directly (using ASCII symbols);
· transparency (simple and with alpha-channel);
· simple commands for rotation and resize;
· no floating point math operations - only 32bit integers are using;
· playing music in MOD and XM formats (using PsyTexx engine);
· functions for sound synthesis;
· loading GIF (animated) and JPG file formats;
· realtime export to GIF
What's New in This Release: [ read full changelog ]
· removed pause_music() command;
· added second parameter (music slot number) to each music command for simultaneous music playing;
· added new examples;
· many bugs fixed;
· and more...