3.5
192 reviews
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

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
Updated on
Oct 22, 2023

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

3.4
168 reviews
Awadh
August 18, 2022
Your apps are so fkn great I must say, not for the normal audience only for people who are willing to learn. I wish there was an app bundle so I can buy all of your apps at a discounted price.
3 people found this review helpful
Did you find this helpful?
Philip Bergwerf
March 19, 2022
Really fun tot work with. You can make visualizations for music. I have created a waveform generator using pixipang!
3 people found this review helpful
Did you find this helpful?
Serge Kannon
April 17, 2022
Brilliant! I have no idea how to use it, but everything by this Creator is totally outside the box and extremely cool!
4 people found this review helpful
Did you find this helpful?

What's new

* 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.