A tool to decompile Solar2D resource files.
Clone Repository
Setup Frontend
cd interface yarn && yarn build
Compile
mkdir build && cd build cmake .. && cmake --build . --config Release
Done!