[General] Added README.md

This commit is contained in:
jstefanelli 2025-05-13 15:39:38 +02:00
parent 913950478c
commit b8637767b7
Signed by: jstefanelli
GPG key ID: 60EDE2437640D2AA

14
README.md Normal file
View 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 :)