Re: [Eiffelws-list] EWS
Status: Beta
Brought to you by:
trixx
From: Daniel F M. <dmo...@ex...> - 2006-09-25 23:19:05
|
On Sat, 2006-09-16 at 20:27 +0200, Raphael Mack wrote: > > > > 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. Oh, I did not understand that in your first email > The idea is to implement another backend for ews, which > does not use SDL, but directly writes to the framebuffer. Tell me about your success and your problems... I designed EWS thinking about other possible backends, but never implemented one It should not be hard to do so (note that everything outside driver-sdl is SDL independant, or should be); you should implement a driver-arm (or whatever you like to call it) redefining proper children classes for DISPLAY, and IMAGE at least Regards, Daniel |