Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Make an examples application like pyqtgraph using Imgui for the UI #780

Open
@kushalkolar

Description

@kushalkolar

A great idea from the pyqtgraph dev, we can make an "application" using imgui for the UI (just a list of example files), and clicking on a selected example will run that example.

For the application, i.e. UI showing list of examples and source code, we can just use imgui and draw it with wgpu directly to a canvas. Selecting an example from the list will just run that example in a new subprocess.

In glfw and qt we can just popup new windows. Maybe we can use sidecar for jupyter if subprocess works. Or we keep the examples application as desktop-only for now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions