Giter Club home page Giter Club logo

dear-imgui-app-framework's Introduction

Hi, I'm Zen Sepiol,

this is the GitHub where I share all the code done on my YT channel.

Feel free to clone and fork, happy coding!

dear-imgui-app-framework's People

Contributors

atzubi avatar zensepiol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dear-imgui-app-framework's Issues

xhost + glfw Error

Hey, i can't figure out why the docker compose run command won't run and i get this error,
Glfw Error 65544: X11: Failed to open display /private/tmp/com.apple.launchd.0NdV5Y47rv/org.xquartz:0
I have run the xhost + command and enabled connections from the xquartz settings but it still wont run, any idea why?

I am on a MacOS if that helps.

Readme has incorrect path to sample_app

Under "Run the application" the path for the app when calling docker compose:
docker compose run gui builddir/app/sample_app/sample_app

does not exist. There is an executable at: builddir/src/app/sample_app/sample_app

However, the following does not work:
docker compose run gui builddir/src/app/sample_app/sample_app
Instead it results in:
glfw Error 65544: X11: Failed to open display :0

The good news is, the dockerized version compiles the samples (in the builddir/src/app/sample_app/sample_app) and they all work.

Container Image build on WSL?

Hi there, i am trying to build the docker image on a windows subsystem for linux based environment, and while trying to build the image using the mentioned commands under usage, in "readme.md" , the second command stating "sudo docker compose build" does not work for me,
It says docker has no command compose.
So was curious to know whether or not this dockerised image was ready to be built on windows subsystem for linux..

Missing std::bind() in thread_pool.hpp

Hi, upon looking for modern C++ task pools I came across your Youtube video "How C++23 made my Thread Pool twice as fast". I wanted to compare the performance of modern C++ constructs to my experiments, so I tried using your implementation. Turns out you were missing an std::bind() when creating the std::packed_task which unfortunately wasn't discovered by the way you have been using your thread pool thus far.

It is not a "docking" branch

Hi I wrote it below your Youtube video, but it got somehow erased. I have git where I use the docking branch within your code you initially wrote for ImGui framework.
See lines 90,91.
And former if statement (I had to remove it to make it work) at 174-177.
This way I can use the docking features and have separate windows outside the main window like it should be.

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.