Pixilang

Pixilang

Pixel orientierte Programmiersprache für Multimedia-Anwendungen und Experimente

Herunterladen

Frühere Versionen

Pixilang
Pixilang 3.8.4 APK
29. Oktober 2023 8.28 MB

Requires Android: Android 4.1+

Architecture: arm64-v8a, armeabi-v7a, x86, x86_64

Screen DPI: 160-640dpi

SHA1: fbb545527d7b30be0ac600bfdfc515e58cf12948

Size: 8.28 MB

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.
Pixilang
Pixilang 3.8.3b APK
20. März 2023 6.2 MB

Requires Android: Android 4.1+

Architecture: arm64-v8a, armeabi-v7a, x86, x86_64

Screen DPI: 160-640dpi

SHA1: aec5ec28fcf0baa856ee695074db96b2de3a92d9

Size: 6.2 MB

What's New:

* updated SunVox engine (2.1c);
* bug fixes.
Pixilang
Pixilang 3.8.3 APK
28. Februar 2023 6.19 MB

Requires Android: Android 4.1+

Architecture: arm64-v8a, armeabi-v7a, x86, x86_64

Screen DPI: 160-640dpi

SHA1: fe2bfcf8ff1f9c70625ec1adae8e6c76b4495ac2

Size: 6.19 MB

What's New:

* new functions: sprintf2($str,$str_offset,$no_null_term,$format); get_proplist($pixi); remove_proplist($list);
* set_font(): additional parameters: last_char, char_xsize, char_ysize, char_xsize2, char_ysize2, grid_xoffset, grid_yoffset, grid_cell_xsize, grid_cell_ysize; see graphics/fonts2.pixi;
* new container flag: GL_NPOT - set it if you want to use OpenGL texture (inside the container) whose dimensions are not limited to a power of two;
* see full changelog on the site.
Pixilang
Pixilang 3.8.2b APK
5. März 2022 6.05 MB

Requires Android: Android 4.1+

Architecture: arm64-v8a, armeabi-v7a, x86, x86_64

Screen DPI: 160-640dpi

SHA1: 59f6578d0b2979fc516e4a945bdb94894b4854d1

Size: 6.05 MB

What's New:

v3.8.2b: updated SunVox engine (2.0e).
v3.8.2:
* additional loop operator for( initialization ; condition ; increment ) { loop body };
* new function: atan2($y,$x);
* WINDOW_ZSIZE const - window depth (for OpenGL);
* updated SunVox engine (2.0c);
* updated examples and documentation;
* bug fixes.
Pixilang
Pixilang 3.8.2 APK
8. Februar 2022 6 MB

Requires Android: Android 4.1+

Architecture: arm64-v8a, armeabi-v7a, x86, x86_64

Screen DPI: 160-640dpi

SHA1: cc054ffe52fafc5bff234eaf8976a4b4266716ea

Size: 6 MB

What's New:

* additional loop operator for( initialization ; condition ; increment ) { loop body };
* new function: atan2($y,$x);
* WINDOW_ZSIZE const - window depth (for OpenGL);
* updated SunVox engine (2.0c);
* updated examples and documentation;
* bug fixes.
Pixilang
Pixilang 3.8.1b APK
22. Dezember 2020 5.69 MB

Requires Android: Android 4.1+

Architecture: arm64-v8a, armeabi-v7a, x86, x86_64

Screen DPI: 160-640dpi

SHA1: ec92f5e8553cf69bdd982ca1b3a4efc30c3ecf11

Size: 5.69 MB

What's New:

* new functions: sv_pause(), sv_resume() to pause/resume the SunVox audio stream;
* bug fixes.
Pixilang
Pixilang 3.8.1 APK
27. November 2020 5.69 MB

Requires Android: Android 4.1+

Architecture: arm64-v8a, armeabi-v7a, x86, x86_64

Screen DPI: 160-640dpi

SHA1: 2da5dc20c58897b93939283ac9c5fa5ec958e4cc

Size: 5.69 MB

What's New:

* updated SunVox engine (1.9.6b);
* bug fixes.
Pixilang
Pixilang 3.8 APK
7. September 2020 5.67 MB

Requires Android: Android 4.1+

Architecture: arm64-v8a, armeabi-v7a, x86, x86_64

Screen DPI: 160-640dpi

SHA1: 4ccd6fabbcdc31c76d88397a0592100006ec1bd7

Size: 5.67 MB

What's New:

* Android 6+: USB MIDI support;
* new operator "!" - logical NOT; example: if !condition { ... };
* new operator "~" - bitwise NOT (inversion); example: a = ~b;
* SunVox modular synth engine is now part of Pixilang;
* new documentation: https://warmplace.ru/soft/pixilang/manual.php
* bug fixes;
* many other features (see the site).
Pixilang
Pixilang 3.7 APK
2. September 2018 3.02 MB

Requires Android: Android 2.3.2+

Architecture: armeabi, armeabi-v7a, x86

Screen DPI: 120-240dpi

SHA1: 4b35f82c31764f9e20ca348b6afbebba5c7ab2bc

Size: 3.02 MB

What's New:

* new graphics examples: camera_accum, math_phase, fonts;
* new OpenGL examples: shader_multitexture, shader_vector_array, shaders4, shaders5, shaders6, shaders7, state;
* new sound example: looper, expression_synth;
* many examples have been updated;
* new functions - read more on the site;
* bug fixes.
Pixilang
Pixilang 3.6 APK
27. Oktober 2016 2.7 MB

Requires Android: Android 2.3.2+

Architecture: armeabi, armeabi-v7a, x86

Screen DPI: 120-240dpi

SHA1: 2cc12db0071819fc8158d466ecc8da381ab03ce7

Size: 2.7 MB

What's New:

* Pixilang is now optimized for OpenGL ES 2.0;
* new functions: set_pixel_size(), get_pixel_size(); use it to change the size of the screen pixels;
* new OpenGL functions (working with shaders): gl_new_prog(), gl_use_prog(), gl_uniform(), gl_uniform_matrix();
* new functions, bugfixes; see changelog on the site.
Pixilang
Pixilang 3.5 APK
3. Oktober 2015 2.18 MB

Requires Android: Android 2.3.2+

Architecture: armeabi, armeabi-v7a, x86

Screen DPI: 120-240dpi

SHA1: 5ec1b1c0c2bb08fd2caa7e18a38449f7b87f75fb

Size: 2.18 MB

What's New:

* new functions, bugfixes; more info on the site.