Currently only Windows is supported using Win32 API and DirectX11.
- Use the Visual Studio 2022 Developer Command Prompt, 64 bit.
- Run
build_win32_release.bat. - To build for debug:
build_win32.bat. The debug build uses address sanitisation to detect memory errors. You need to link to the appropriate library for this to work:clang_rt.asan_dynamic-x86_64.dll.
PRs welcome on making the application cross-platform, otherwise use the issues to suggest a feature before working on it. This is a work-in-progress, code will be messy.
- Made using Dear ImGui, MIT licensed
- Incorporates Ian Knight's TAM Emulator, GPLv3 licensed