From b8637767b78ef6426ec6b34a068a73b7bc3cc819 Mon Sep 17 00:00:00 2001 From: jstefanelli Date: Tue, 13 May 2025 15:39:38 +0200 Subject: [PATCH] [General] Added README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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 :)