Pixel-oriented programming language

Pixilang programming language
Post Reply
User avatar
NightRadio
Site Admin
Posts: 3944
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Pixel-oriented programming language

Post 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
pinx
Posts: 1
Joined: Tue Apr 17, 2007 10:21 pm

Great idea

Post 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.
User avatar
NightRadio
Site Admin
Posts: 3944
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Post 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.
User avatar
NightRadio
Site Admin
Posts: 3944
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Post by NightRadio »

You can download TXT->PDB converter here:
http://www.warmplace.ru/soft/pixilang/txt2pdb.zip
dgazz
Posts: 1
Joined: Sat Nov 17, 2007 5:36 pm

Pixilang on Mac OSX

Post 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!
User avatar
NightRadio
Site Admin
Posts: 3944
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: Pixel-oriented programming language

Post by NightRadio »

Theoretically yes :) But i not have the Mac for testing Pixilang on them. May be somebody can help with this.
Post Reply