implot_demos
implot_demos copied to clipboard
Standalone ImPlot Demos
Hello, Which version of ImGui was it used in this project? I am following the steps, provide in the README, to compile the project and I am getting some errors...
Work in progress. Minimal patches required to make https://github.com/NixOS/nixpkgs/pull/303682 work
Made changes according to the suggestions in https://github.com/epezent/implot_demos/issues/5# Tested the changed files in both Win10 and Ubuntu 20.04. Both compiled successfully without errors. Also tested on MacOS (10.15) and compilation...
Made changes so it compiles properly under Linux, tested with Debian 12 and Ubuntu 22.04. Also replaced deprecated function GetWindowContentRegionWidth with GetWindowContentRegionMax().x in filter demo. Fixes #5, deprecates #6
- ERROR ``` CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find X11 (missing: X11_X11_INCLUDE_PATH X11_X11_LIB) ``` Can be fixed by the following: ```apt install libx11-dev``` ```apt install libx11-dev``` - Error:...
While compiling `tests/benchmark.cpp` using clang-cl (ver. 16.0.1), I'm facing this issue: https://github.com/ocornut/imgui/issues/6386 Errors from clang-cl: ```c In file included from tests/benchmark.cpp:9: ./3rdparty\json.hpp(16773,25): error: variable 'end' with type 'auto *const' has...
Just tried to build with today's git head of imgui/implot/implot_demos with gcc 10.3.0 and see: ``` [ 92%] Building CXX object CMakeFiles/app.dir/common/Fonts/RobotoItalic.cpp.o /usr/src/local/implot_demos/common/App.cpp: In constructor ‘App::App(std::string, int, int, int, const...
Hi, Is there a way to keep track of specific plots, so if I have stocks going on, and I'd like to keep latest candle in middle of screen (tracked)...
Hi! I would like to make an example "stocks" running in real time. Do you have any idea how this could be done? I'm interested in top down ideas. As...
```[ 17%] Building CXX object CMakeFiles/app.dir/common/App.cpp.o /home/yun/Documents/cpp_img_demos/implot_demos/common/App.cpp: In constructor ‘App::App(std::string, int, int, int, const char**)’: /home/yun/Documents/cpp_img_demos/implot_demos/common/App.cpp:152:5: error: ‘NvOptimusEnablement’ was not declared in this scope 152 | NvOptimusEnablement = AmdPowerXpressRequestHighPerformance =...