This commit is contained in:
2025-06-18 17:51:03 -04:00
parent 91190987ed
commit 3bedd81d96
4 changed files with 29 additions and 3 deletions

View File

@ -0,0 +1,26 @@
# Anm2ed
Reimplementation of *The Binding of Isaac: Rebirth*'s proprietary animation editor; dealing with manipulating the XML-based ".anm2" format.
# Dependencies
- SDL3
- GLEW
# Build
After cloning, make sure to initialize the submodules:
```git submodules update --init```
Then:
```
mkdir build
cd build
cmake ..
make -j
```