Giter VIP home page Giter VIP logo

Comments (6)

GamingMinds-DanielC avatar GamingMinds-DanielC commented on June 29, 2024

There is not enough information about your goal to make any meaningful suggestions, but your approach sounds overly complicated.

The example sources show you how to use a single window with ImGui. You can do that with a child window if needed, or with multiple independently if you use contexts and switch them at the right time. Distributing the correct messages from different windows to the right contexts is your responsibility, you are in control of everything that goes into the library.

Sorry, but if you need it to be beginner friendly, maybe you shouldn't jump straight into advanced stuff. Juggling multiple contexts will not be beginner friendly. Maybe you can use the docking branch and accomplish what you need with a single window.

from imgui.

Ayushkr3 avatar Ayushkr3 commented on June 29, 2024

@GamingMinds-DanielC
Yes I over complicated simple things but what I was going for is this

image

All ImGui things are in their own separate child Windows and Parent window contain all windows. I did this thinking that could have more control like file dropping for explorer and stuff but I was confused about windows Procedure and how to set context for 3 windows and should i create d3d devices and context for all windows

from imgui.

GamingMinds-DanielC avatar GamingMinds-DanielC commented on June 29, 2024

That type of UI is what the docking branch is for. Switch to the docking branch, use only one Win32 window and one ImGui context. Set up a dockspace over the main viewport, then submit your ImGui windows and dock them as you see fit. That will save you a lot of headaches.

from imgui.

Ayushkr3 avatar Ayushkr3 commented on June 29, 2024

@GamingMinds-DanielC Does docking support file drag drop System? and the documentation is so less Its very hard for me to understand stuff

from imgui.

GamingMinds-DanielC avatar GamingMinds-DanielC commented on June 29, 2024

Drag & drop works exactly like in the master branch. If you want to be able to drop files from the Windows explorer, you have to implement that, just like you would have to implement it when using the master branch.

What do you mean with "documentation is so less"? The few things you need to do for docking are documented in the header file. You can also take a look into the demo window, it has a docking demo as well in its "Examples" menu.

from imgui.

Ayushkr3 avatar Ayushkr3 commented on June 29, 2024

Alright thanks will take a look

from imgui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.