Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
epezent committed Jul 25, 2021
1 parent cfaf8f5 commit ae9ff02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This repository contains toy [ImPlot](https://github.com/epezent/implot) applica
- OpenGL
- C++17 compiler

**Note**: Compiled and tested with MSVC. Minor changes to `CMakeLists.txt` may be required to support other compilers. If you make a fix, please submit a PR.

## Build Instructions
1. Clone this repository, [ImPlot](https://github.com/epezent/implot), and [ImGui](https://github.com/ocornut/imgui) into a parent directory (name doesn't matter):

Expand Down
3 changes: 2 additions & 1 deletion demos/demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
struct ImPlotDemo : App {
using App::App;
void update() override {
ImPlot::ShowDemoWindow();
ImPlot::ShowDemoWindow();
ImGui::ShowDemoWindow();
}
};

Expand Down

0 comments on commit ae9ff02

Please sign in to comment.