Re: [Eiffelws-list] EWS
Status: Beta
Brought to you by:
trixx
From: Raphael M. <rm...@st...> - 2006-09-16 18:27:26
|
Am Samstag, den 16.09.2006, 13:22 -0300 schrieb Daniel F Moisset: > > So far I write directly to the framebuffer and render text using > > freetype. This works fine and is fast. I don't know yet whether I want > > to use SDL with EWS or whether I will write a second backend (shouldn't > > be that hard, I think) or stay with my own thing and implement windowing > > there. E. g. I'd also need the possibility to poll other inputdevices in > > the event loop. > > It depends. If you just need some drawing, Just using SDL in a more direct > interface is enough. If you need windowing, widgets, complex event > handling, focus and that probably EWS is for you, and will save you some > time solving some tricky interaction issues. This is exactly what I want. Concerning SDL the thing is that I do not like additional dependencies and I just tried it out: SDL does not just compile for my target (arm based) and I am not very enthusiastic in getting it work. The idea is to implement another backend for ews, which does not use SDL, but directly writes to the framebuffer. Rapha |