PDA

Ver la versión completa : Libcastor 0.2



nintiendo1
26/01/2009, 19:37
Nueva versión recien lanzadita del horno.

Algunas novedades con repecto a la versión anterior (gracias Franxis) son el soporte de la paleta de 8 bit, un cambio en la interfaz, etc. Puedes ver los cambios completos aquí: http://www.gp32x.com/board/index.php?showtopic=46356

Este programa desarrollado por Orkie es una pequeña librería al estilo de la Minimal de la GP2X.

Nos permite el acceso directo al Hardware de la Wiz bajo Linux.

Descarga: Libcastor 0.2 (154.6 KB) (http://www.gp32spain.com/foros/downloads.php?do=file&id=2112)

Franxis
26/01/2009, 20:21
http://www.gp32x.com/board/index.php?showtopic=46356

Updated! Since the last release, I have added 8bit paletted mode support, alpha blending, colour key inversion and colour key transparency. Also available now is some stuff for the RTC. I have changed the framebuffer interface slightly: it now is accessed through lc_fb0 and lc_fb1 rather than plain fb0 and fb1, to avoid naming conflicts with your own code. I have also hidden the internal buffer pointers now because there was no point to them being accessible anyway. The colour key stuff isn't tested because I don't know how my 16bit colour values get converted to 24bit internally, but it should all work.

nintiendo1
26/01/2009, 20:45
http://www.gp32x.com/board/index.php?showtopic=46356

Updated! Since the last release, I have added 8bit paletted mode support, alpha blending, colour key inversion and colour key transparency. Also available now is some stuff for the RTC. I have changed the framebuffer interface slightly: it now is accessed through lc_fb0 and lc_fb1 rather than plain fb0 and fb1, to avoid naming conflicts with your own code. I have also hidden the internal buffer pointers now because there was no point to them being accessible anyway. The colour key stuff isn't tested because I don't know how my 16bit colour values get converted to 24bit internally, but it should all work.

Gracias Franxis, no vi ese post.

Saludos.