Pixilang
Icon Pixilang

Pixilang

by Alexander Zolotov

Pixel-oriented programming language for multimedia apps and experiments

App NamePixilang
DeveloperAlexander Zolotov
CategoryTools
Download Size8 MB
Latest Version3.8.4
Average Rating3.67
Rating Count170
Google PlayDownload
AppBrainDownload Pixilang Android app
Screenshot Pixilang
Screenshot Pixilang
Screenshot Pixilang
Screenshot Pixilang
Pixilang is a pixel-oriented programming language for small graphics/sound applications and experiments. Originally created by Alexander Zolotov (NightRadio) and Mik Razuvaev (Goglus) for non-programmers and artists. It is cross-platform and open source (MIT).

Pixilang programs are stored in text files (UTF-8 encoding) with extensions .txt or .pixi. So you can use your favorite text editor to create/edit these files. Pixilang has no built-in editor.

Key features:
• universal containers (pixi-container) for any type of data;
• dynamically typed variables (for integer or floating point numbers);
• functions for sound synthesis and recording;
• functions for block data processing;
• supported file formats (load/save): WAV, PNG, JPG, GIF (animated);
• native code (external dynamic libraries) support;
• OpenGL acceleration;
• MIDI In/Out.

Documentation: https://warmplace.ru/soft/pixilang/manual.php

Recent changes:
* load()/fload() option: LOAD_AS_RAW - load the file as raw data (array of bytes) without decoding;
* load()/fload() can decode OGG (Vorbis), MP3 and FLAC audio files; see sound/wav_player.pixi;
* save()/fsave() can save to FLAC and OGG (Vorbis);
* bug fixes.

More apps from the developer

Related Apps

More Apps like Pixilang