Click here to Skip to main content
15,898,036 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Basic Class Design Pin
Edward Steward22-Sep-07 15:11
Edward Steward22-Sep-07 15:11 
QuestionLoading Composite Object Model Pin
nzaveri5-Sep-07 6:46
nzaveri5-Sep-07 6:46 
AnswerRe: Loading Composite Object Model Pin
led mike5-Sep-07 7:46
led mike5-Sep-07 7:46 
GeneralRe: Loading Composite Object Model Pin
Magnus Salgo1-Oct-07 21:08
Magnus Salgo1-Oct-07 21:08 
QuestionHelp on Design for Cross-Platform Application Pin
brdavid4-Sep-07 3:57
brdavid4-Sep-07 3:57 
AnswerRe: Help on Design for Cross-Platform Application Pin
led mike4-Sep-07 6:51
led mike4-Sep-07 6:51 
GeneralRe: Help on Design for Cross-Platform Application Pin
brdavid4-Sep-07 11:24
brdavid4-Sep-07 11:24 
AnswerRe: Help on Design for Cross-Platform Application Pin
Maximilien4-Sep-07 9:56
Maximilien4-Sep-07 9:56 
brdavid wrote:
The application is basically a game application that needs a database-layer, an application layer, and a GUI layer.


Cross-platform for what ? the database layer, the application layer or the GUI layer ?

anyway, doing cross-platform development is a challenge, you need to do the following, have at least an expert for each type of platform you want to develop on; these people will help you write platform specific code and help you create an abstraction layer between your "engine" and the different platforms.

For example, file access, graphics, DB, ...

For the GUI part, you can use a toolkit that is supported by all platforms, the upside is that it can be faster to develop, but your application will look ugly on all platforms, those kind of toolkit usually do not support native look-and-feel.




Maximilien Lincourt
Your Head A Splode - Strong Bad

GeneralRe: Help on Design for Cross-Platform Application Pin
brdavid4-Sep-07 11:28
brdavid4-Sep-07 11:28 
AnswerRe: Help on Design for Cross-Platform Application Pin
Ed.Poore10-Sep-07 0:57
Ed.Poore10-Sep-07 0:57 
Questionsingleton pattern example Pin
Vinay Dornala3-Sep-07 19:29
Vinay Dornala3-Sep-07 19:29 
AnswerRe: singleton pattern example Pin
satyaki mishra4-Sep-07 1:31
satyaki mishra4-Sep-07 1:31 
GeneralRe: singleton pattern example Pin
led mike4-Sep-07 5:06
led mike4-Sep-07 5:06 
GeneralRe: singleton pattern example Pin
DavidNohejl4-Sep-07 6:12
DavidNohejl4-Sep-07 6:12 
GeneralRe: singleton pattern example Pin
led mike4-Sep-07 6:45
led mike4-Sep-07 6:45 
GeneralRe: singleton pattern example Pin
DavidNohejl4-Sep-07 7:28
DavidNohejl4-Sep-07 7:28 
GeneralRe: singleton pattern example Pin
led mike4-Sep-07 7:35
led mike4-Sep-07 7:35 
GeneralRe: singleton pattern example Pin
DavidNohejl4-Sep-07 7:49
DavidNohejl4-Sep-07 7:49 
AnswerRe: singleton pattern example Pin
led mike4-Sep-07 5:03
led mike4-Sep-07 5:03 
JokeRe: singleton pattern example Pin
Colin Angus Mackay4-Sep-07 9:13
Colin Angus Mackay4-Sep-07 9:13 
AnswerRe: singleton pattern example Pin
Colin Angus Mackay4-Sep-07 13:08
Colin Angus Mackay4-Sep-07 13:08 
AnswerRe: singleton pattern example Pin
Urs Enzler4-Sep-07 21:37
Urs Enzler4-Sep-07 21:37 
GeneralRe: singleton pattern example Pin
Colin Angus Mackay5-Sep-07 4:35
Colin Angus Mackay5-Sep-07 4:35 
GeneralRe: singleton pattern example Pin
Urs Enzler5-Sep-07 4:40
Urs Enzler5-Sep-07 4:40 
GeneralRe: singleton pattern example Pin
led mike5-Sep-07 6:24
led mike5-Sep-07 6:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.