Hi! I have a few questions about making my own 3D game creator in Dark GDK...
#1. How do you make the basic GUI for it? I'm guessing people make those fancy windows inside windows with a graphics editor (Gimp, MSPaint, Photoshop, etc). Is that really how they make them? If so, what are the "required" or "Suggested" items I need to add to it (File, Edit, etc)? Where should I place it on my screen to make it display correctly (Top left, Bottom right, etc)? Is there anything I should know for making this interface (Tips, Tricks, etc)? If you need an example of what I'm talking about just look at the common interface of MSPaint (Comes with all legal editions of windows)
#2. Real-time or no? Is it more work to make it real-time? Do the Pros outweigh the Cons for Real-Time? Is it really worth it?
#3. How do I add in multiple windows? For example, I want to add in a command that pops up a small window that displays the current FPS, current XYZ, and other info. Is there some way of doing this? Can anyone show me any example code?
#4. How do I add that effect that happens when you click on an item from the GUI? For example, when I click "New" a bunch of options appear under it inside a small gray box. How do I accomplish this? Is it hard coded or something along those lines?
These are my questions for now. I will be adding more questions to this list as time passes. Thank you in advance
LOL