Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanganke authored Nov 4, 2021
1 parent e9ed3c2 commit ca06c4c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ Simple OpenGL program to visualize point cloud.

The input data files should be **plain text** files.

screenshot on Linux:
![](Screenshot.png)

```

screenshot on Windows 10:
2,300,000 points(GTX 1650)
![](Screenshot_2300K.png)

```bash
USAGE: point_cloud_viewer [OPTIONS] point_cloud

OPTIONS:
Expand All @@ -31,4 +37,4 @@ dependencies:
- GLFW: window manager
- imgui: GUI library
- spdlog: debug log
- structopt: parse command line arguments
- structopt: parse command line arguments

0 comments on commit ca06c4c

Please sign in to comment.