good work
i can't find themadded two new demos
good work
i can't find themadded two new demos
That was for C/C++("12 - Render into Texture" and "14 - Sound")i can't find them
ZenGL 0.3 beta 4, the last one beta before release, I hope
- [GNU/Linux]implemented handling of event RRScreenChangeNotify for determinating resolution change
- [Android]added zglNativeInit, now zgl_Get( DIRECTORY_HOME/DIRECTORY_APPLICATION ) will work from Main function
- [Android]fixed tex_GetData
- [Direct3D]fixed disappearing of window caption
- [Direct3D]implemented support of Direct3D9Ex
- [OpenGL ES]fixed tex_SetMask for NPOT textures and tex_SetData when Stride is not equal to zero
- fixed zglModPlug and added Android support
- one more fix for file_Find and zip-archives
- fixed logging when zip-archive is opened
- correct deinitialization of resources queue on exit
download
ZenGL 0.3 Release Candidate has been released. Next version will be stable release
- [Direct3D]fixed tex_SetData and tex_GetData for Direct3D9 Ex mode
- [GNU/Linux]added workaround for a crash in zgl_InitToHandle on NVIDIA drivers
- u_GetUTF8ID now available from dynamic library
- changed logic of pengine2d_AddEmitter
download
Nice work Andru!
Games:
Seafox
Pages:
Syntax Error Software itch.io page
Online Chess
http://gameknot.com/#paul_nicholls
ZenGL 0.3.0 has been released.
- [Android]added libraries compiled for armv6
- [Android]added libtheoradec.so with libogg.so and libvorbis.so for decoding theora video
- [Android]fixed exiting after back button press
- [iOS]added libtheoradec for decoding theora video
- optimized YUV to RGBA conversion for theora video decoding
- emitters now can use the same textures without loading them every time
- changed tex_Create
- fixed clipping in some cases with camera
- CLIP_INVISIBLE now has influence on emitters
download
Latest fixes for 0.3.x branch now will be available here:
http://zengl.googlecode.com/svn/branches/0.3.x
http://zengl.googlecode.com/svn/branches/0.3.x-d3d
Further development of ZenGL will be stopped for awhile(few month?), only bugfixes and support will be available.
Last edited by Andru; 22-07-2012 at 09:23 PM.
really good work , i compiled some of the demos and they work fine , just a note : the demo10 (Tiles) has a big exe size ( 675kb) , i compile it with delphi and the size reduce to ~150kb
That is because there is zgl_textures_jpg included(I forgot to remove it) and compilation with FreePascal uses static linking with libjpeg, which is much faster than any other solution. But this can be disabled any time in zgl_config.cfg if you need.the demo10 (Tiles) has a big exe size ( 675kb) , i compile it with delphi and the size reduce to ~150kb
First bugfix release - ZenGL 0.3.1.
Changelog:
- [Windows, OpenGL]fixed problem with Ctrl+Alt+Delete and message "Cannot set fullscreen mode"
- [GNU/Linux]removed dependency on newer GLIBC 2.14 when compile ZenGL with zip/jpeg/ogg support on newer systems with GLIBC 2.14+
- [iOS]fixed resolution problem with iPhone applications running on iPad
- fixed crash when cannot load some resources using res_* functions
download
Bookmarks