This is a discussion on abstraction layer definition - Which pattern to use? within the Software Patterns forums, part of the Testing category; Hi all, I am not sure whether the this topic is relevant to this thread. Any ways I hope you ...
|
|||||||
|
|||
|
Hi all,
I am not sure whether the this topic is relevant to this thread. Any ways I hope you guys will lead me to the right path. I am working on a simple graphics appplication that has to run on different graphics engines( say GTK , FLTK, etc). I want to make my application common and can be ported to any graphic engines. So there comes the abstraction layer between the application and the graphics engine. To put it simple from top to bottom 1. Application 2. Draw Factory 3. Object pool 4. Abstratcion and finally 4. Graphics engine. How do i go about in designing this abstraction ( What kind of design pattern approach should i take) ? we can also call this abstraction as "Object Base Classes" in oo terminology . |
| Sponsored Links |
|
|||
|
In case my question is not clear here is a brief explanation. A question on implementing Abstraction layer on OODesign.
How can I design my graphics application suit for different Graphics Engine ? meaning I should have a single application(C++ based) which can be ported to any graphics engine( FLTK , GTK as of now). I know that there should be an abstraction layer in between the Apllication and Graphics engine but I am unable to get an idea on the method to design it. Any idea or samples or examples or books on this ? Thanks in advance |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| .NET Case Study - Cannot decide on a pattern. | Nilesh | Software Patterns | 0 | 04-14-2005 05:42 AM |
| comp.lang.c Answers to Frequently Asked Questions (FAQ List) | Steve Summit | Tech FAQ | 0 | 06-01-2004 07:00 AM |
| comp.cad.autocad AutoLISP FAQ (part 2/2) - samples, code | Reini Urban | Tech FAQ | 0 | 05-01-2004 06:30 AM |
| EuroPLoP 2004, Call for Contribution | Dietmar Schütz | Software Patterns | 0 | 01-08-2004 05:50 PM |
| Re: About the bridge pattern | William Stacey | Software Patterns | 0 | 09-08-2003 03:09 PM |