歷史版本
Requires Android: Android 4.1+
Architecture: arm64-v8a, armeabi-v7a, x86, x86_64
Screen DPI: 120-640dpi
SHA1: 7e7bb5e9855719350c84c5023dfc9da7a52e2f14
Size: 8.88 MB
What's New:
* new function: sv_sampler_par() - set/get SunVox sampler parameter;
* new PIXINFO_OPENGL flag for PIXILANG_INFO variable; use the following code to check for OpenGL at runtime (unlike OPENGL constant, which reports the presence of OpenGL during compilation): if PIXILANG_INFO & PIX
* speed optimization;
* bug fixes.
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() 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.
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:
* bug fixes.
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:
* 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.
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.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.
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:
* new function: atan2($y,$x);
* WINDOW_ZSIZE const - window depth (for OpenGL);
* updated SunVox engine (2.0c);
* updated examples and documentation;
* bug fixes.
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:
* bug fixes.
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:
* bug fixes.
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:
* 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).
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 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.
Requires Android: Android 2.3.2+
Architecture: armeabi, armeabi-v7a, x86
Screen DPI: 120-240dpi
SHA1: 2cc12db0071819fc8158d466ecc8da381ab03ce7
Size: 2.7 MB
What's New:
* 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.
Requires Android: Android 2.3.2+
Architecture: armeabi, armeabi-v7a, x86
Screen DPI: 120-240dpi
SHA1: 5ec1b1c0c2bb08fd2caa7e18a38449f7b87f75fb
Size: 2.18 MB
What's New: