Page 1 of 1

Pixel-oriented programming language

Posted: Thu Apr 05, 2007 9:09 am
by NightRadio
Hello all!

Lets introduce you my new project - Pixilang v1.0 pixel-oriented programming language. This is a simple programming language for small graphics/sound applications. Great tool for creative people like a designers, painters, demosceners or some other inquisitive persons :) Any pixilang programs keeps in a TXT-files, so anybody can edit it in his lovely text-editor. Pixilang interpreter works on different operation systems (Windows, Linux, PalmOS) and distibuted under GNU GPL license.
Main features:
* 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);
* loading GIF (animated) and JPG file formats;
* realtime export to GIF;

Official page:
http://www.warmplace.ru/soft/pixilang/index.php

Documentation:
http://en.wikibooks.org/wiki/Pixilang

Thanks :) Waiting for comments and suggestions

Great idea

Posted: Tue Apr 17, 2007 10:24 pm
by pinx
I'd love to start using Pixilang.
I installed it on my Palm Tungsten T3.
When I start the program, it asks for a file on drive A:\
What am I supposed to do now? I couldn't find any information on how to transfer TXT files to the Palm program.

Posted: Wed Apr 18, 2007 6:37 am
by NightRadio
Sorry.. I forget about the TXT->PDB converter :)
If you have a flash-card, just copy TXT-files to card and then select disk B: in the Pixilang.
If other case mail me please - i'll sent converter to you.

Posted: Wed Apr 18, 2007 6:38 pm
by NightRadio
You can download TXT->PDB converter here:
http://www.warmplace.ru/soft/pixilang/txt2pdb.zip

Pixilang on Mac OSX

Posted: Sat Nov 17, 2007 6:16 pm
by dgazz
I´d love to use pixilang, too. :D

Is there any way to compile and run it with Mac OSX?
I fiddled around with /make_other/makefile but as I am not into coding and don´t even know if it would run I, I stopped fiddling and started asking. Cheers!

Re: Pixel-oriented programming language

Posted: Mon Nov 19, 2007 8:46 am
by NightRadio
Theoretically yes :) But i not have the Mac for testing Pixilang on them. May be somebody can help with this.