Update README.md

This commit is contained in:
That_One_Nerd 2022-02-09 18:28:32 -05:00 committed by GitHub
parent c8caf5211b
commit f51d81ad6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,25 @@ The Krov Engine requires 3 libraries pre-installed
- OpenCV
- CUDA
**Note**: Since this program requires CUDA, an Nvidia product, you must also have an Nvidia graphics card, preferably GTX 1650 or better.
## How do I install it?
Simple (kind of)! Just create a C++ CUDA project, preferably using Visual Studio 2019, add the files and folders in this github repo to the project, and install the libraries mentioned above!
## The default scene
This scene will likely change, as it is just the current scene Saalty is working on. Here are the controls for the current one:
| Key(s) | Use |
| - | - |
| `W` | Move forward |
| `S` | Move backward |
| `A` | Turn left |
| `D` | Turn right |
| `Q` | Zoom into player |
| `E` | Zoom out of player |
| `F` & `G` | Move the light source's X position |
| `H` & `J` | Move the light source's Y position |
| `K` & `L` | Move the light source's Z position |
---
This is Saalty's hobby, and along with AI, this is his favorite topic of computer science. I may pitch in occasionally, but most of this work is completely his. Hope you have fun with it!