Skip to content

Solar2D decompilation tool built on top of unluac

Notifications You must be signed in to change notification settings

CoroModLoader/viewer

Repository files navigation


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!