[General] Added README.md
This commit is contained in:
parent
913950478c
commit
b8637767b7
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# AMS2 Model Extractor
|
||||
|
||||
This project un-projects the projected output (say projected 6 times fast) captured from the game Automobilista 2 from RenderDoc.
|
||||
|
||||
## Platform dependencies
|
||||
|
||||
Make sure that your CMake Installation can find the following libraries:
|
||||
|
||||
- SDL2
|
||||
- GLM
|
||||
|
||||
The projects references the 'ImGui' dependency as a Git Submodule.
|
||||
|
||||
This project was only ever built and tested on linux. If you can get it running on Windows, send me patched :)
|
||||
Loading…
Add table
Reference in a new issue