Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-veselov authored Aug 10, 2024
1 parent 25a92d0 commit 827ed90
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
</a>
</h4>

# Used 3rd-party
# Dependencies

- GLFW
- CUDA
- RapidJSON
- LodePNG
- Google Test
- Google benchmark
- [CUDA](https://developer.nvidia.com/cuda-toolkit)
- [GLFW](https://github.com/glfw/glfw)
- [RapidJSON](https://github.com/Tencent/rapidjson)
- [LodePNG](https://github.com/lvandeve/lodepng)
- [Google Test](https://github.com/google/googletest)
- [Google Benchmark](https://github.com/google/benchmark)

# Images
<p align="center">
Expand Down Expand Up @@ -65,23 +65,22 @@ Benchmark Time FPS

# Controls
Navigation:
- drag and move mouse to navigate
- mouse scroll up to zoom in
- mouse scroll down to zoom out
- Drag and move mouse to navigate
- Mouse scroll up to zoom in
- Mouse scroll down to zoom out

Bookmarks:
-: previous bookmark
-: next bookmark
-: navigate to current bookmark
-: create a bookmark
- – Previous bookmark
- – Next bookmark
- – Navigate to current bookmark
- – Create a bookmark

Coloring:
- m: change coloring mode
- p: change palette
- M – Change coloring mode
- P – Change palette

Iterations:
- comma: decrease iterations count
- period: increase iterations count

- Сomma – Decrease iterations count
- Period – Increase iterations count
Application:
- escape: close application
- Escape – Close application

0 comments on commit 827ed90

Please sign in to comment.