Thread: Need Help with 2D Garden Design Program

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    34

    Need Help with 2D Garden Design Program

    Hi All

    I know this is a little vague but maybe some of you can help me with this one.

    Basically i need some ideas on how to go about writing a 2d Garden Design package, 3D would be nice :-) but dont think i could do it in 12 weeks.

    It is going to be written in C++ and can be either a console or windows program, im not very experienced in visual programming though so might have to be a console unless any of you can get me started.

    My knowledge of c++ spans all the basics including Functions, Structs/Classes etc.

    Im probably gonna design it using the Michael Jackson Program Design Method.

    Any Help/Ideas etc would be greately appreciated. If you know of any open source prog similar to what im trying to do please let me know so i can have a look.

    Thanks

  2. #2
    wierd guy bart's Avatar
    Join Date
    Aug 2001
    Posts
    87
    it would be hard to do it in console, because it doesn't include grafix.

  3. #3
    Registered User
    Join Date
    Oct 2001
    Posts
    34
    apparently c++ has graphics libraries which work in a seperate window mode if you know what i mean.

  4. #4
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    What are you looking for the program to do? (more specifically)

  5. #5
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    > Michael Jackson Program Design Method.

    Dare I ask - huh?

  6. #6
    asimos
    Guest
    im not really that expert

    but how about using opengl???

  7. #7
    Registered User
    Join Date
    Oct 2001
    Posts
    34
    i want to be able to generate a terrain ie skeletal grid to represent a garden to the users requirements i.e dimensions and then place grass, trees, water, slopes etc to make it look like a garden landscape.

    i was thinking along the lines of A Class called Terrain made up of
    a classes called say tile 1' * 1' say, these tiles could then have properties such as composition, drainage etc

    i would then have to create a tree class, water class etc.

    Ive though of this all at work tonight, what do you lot think.

    Michael Jackson Design method is what they teach amongst others on my CS Course, i just prefer JSP.

  8. #8
    Barjor
    Guest
    I would go with MFC and SDI. using the CDC for your graphics. Want be the fastest but for a 12 week assignment I think thats your best bet.
    ~Barjor

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C program 2D matrix multiplication using malloc
    By college_kid in forum C Programming
    Replies: 5
    Last Post: 04-03-2009, 10:04 AM
  2. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  3. user input and program design
    By Chaplin27 in forum C++ Programming
    Replies: 2
    Last Post: 06-09-2005, 08:53 AM
  4. I need some help with my program please.
    By agentxx04 in forum C Programming
    Replies: 9
    Last Post: 09-26-2004, 07:51 AM
  5. Filling a 2d Array cause program to crash
    By Geo-Fry in forum C++ Programming
    Replies: 2
    Last Post: 05-22-2003, 07:00 AM