Discover

Topics

Pixilang

Pixilang version history

‹ General Info
Version 3.8.4
Updated 6 months ago
Changelog * 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.
Version 3.8.3b
Updated 1 year ago
Changelog * updated SunVox engine (2.1c);
* bug fixes.
Version 3.8.3
Updated 1 year ago
Changelog * 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.
Version 3.8.2b
Updated 2 years ago
Changelog 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.
Version 3.8.2
Updated 2 years ago
Changelog * 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.
Version 3.8.1b
Updated 2 years ago
Changelog * new functions: sv_pause(), sv_resume() to pause/resume the SunVox audio stream;
* bug fixes.
Version 3.7
Updated 4 years ago
Changelog * 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.
Version 3.6
Updated 6 years ago
Changelog * 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.
Version 3.5
Updated 8 years ago