Page 1 of 1

Volunteer wanted! [2D graphics library]

Posted: Sun Aug 22, 2010 11:15 pm
by klavs.pr
I am thinking about building 2D graphics library for KolibriOS. In fact I have already started to build it.
It works with double buffer, has put_pixel, fill, draw_rect, fill_rect, draw_hline, draw_vline procedures and it supports transparency.
BUT I have problems implementing draw_image (drawing image on buffer) and draw_line (drawing non-horizontal and non-vertical lines) procedures.

So I am wondering if anyone wants to join me in this project.
Anyone? :)

Klavs Prieditis, Latvia.

Re: Volunteer wanted!

Posted: Sun Aug 22, 2010 11:27 pm
by Asper
There are several threads dedicated to this on the forum.
Read for example viewtopic.php?f=9&t=1319&start=60 and other, maybe that can be helpfull.

Re: Volunteer wanted!

Posted: Mon Aug 23, 2010 11:08 am
by ChE
For KolibriOS developed at least two such libraries:
Pixlib
Buf2D
It may be better to join these projects.

Re: Volunteer wanted!

Posted: Mon Aug 23, 2010 4:13 pm
by hidnplayr
And libGFX (in libs-dev folder on svn)

Re: Volunteer wanted!

Posted: Mon Aug 23, 2010 10:18 pm
by Albom
and my gb_lib (graphics buffer written in C)