diff --git a/README.md b/README.md new file mode 100644 index 0000000..6e2bb54 --- /dev/null +++ b/README.md @@ -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 :)