Pixilang v3.5

Pixilang programming language
Post Reply
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Pixilang v3.5

Post by NightRadio »

Pixilang programming language has been updated to v3.5!
http://warmplace.ru/soft/pixilang

What is new:
  • experimental camera support (for iOS, Android and Linux); API is unstable now; check the camera.pixi example for more details;
  • additional parameter (optional) flags has been added to copy();
  • additional parameter (optional) offset (write/read offset in bytes) has been added to fgets(), fwrite() and fread();
  • additional parameter (optional) max_xsize has been added to print(), get_text_xsize() and get_text_ysize();
  • new flag for the copy(): COPY_NO_AUTOROTATE (don't rotate pixels from GL_SCREEN);
  • type DYNAMIC has been removed;
  • flags parameter has been added to the thread_create() function; now only one flag available - THREAD_FLAG_AUTO_DESTROY;
  • new container flag: GL_NO_ALPHA;
  • new data processing operations for the op_cn(): OP_H_INTEGRAL and OP_V_INTEGRAL (running sum), OP_H_DERIVATIVE and OP_V_DERIVATIVE (first difference), OP_H_FLIP and OP_V_FLIP, OP_SUM;
  • new function: gl_bind_framebuffer();
  • new function: rotate() for rotating the container;
  • new function: copy_and_resize();
  • new function: get_system_log();
  • new sound examples: input_to_output, input_visualizer;
  • new graphics examples: camera, filtering.motion_blur2, integral_and_derivative, rotate_container, flip, copy_and_resize, save_avi_mjpeg;
  • new OpenGL examples: texture, render_to_texture;
  • bugs fixed.
Image Image Image Image Image
deniskolsanov
Posts: 8
Joined: Thu Dec 20, 2012 4:19 pm

Re: Pixilang v3.5

Post by deniskolsanov »

Почему нет камеры для винды? У меня нет девайсов на android и linux.
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Re: Pixilang v3.5

Post by NightRadio »

Почему нет камеры для винды?
Нет времени. Если вы поможете - буду благодарен
Post Reply