Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 657 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 657 Bytes

Modding Framework for Coromon


Introduction

A tool to decompile Solar2D resource files.

Screenshot

screenshot

Requirements

Building

  • Clone Repository

  • Setup Frontend

    cd interface
    yarn && yarn build
  • Compile

    mkdir build && cd build
    cmake .. && cmake --build . --config Release   
  • Done!