Skip to content

Commit

Permalink
docs(readme): wording, add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Aug 29, 2023
1 parent 5a7b1a1 commit 08f459e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ Modding Framework for Coromon

# Introduction

This repository hosts the source code for the car-archive viewer, which can be used to decompile a solar2d games' lua files
A tool to decompile Solar2D resource files.

# Screenshot

![screenshot](assets/screenshot.png)

# Requirements

* [unluac](https://sourceforge.net/projects/unluac/files/Unstable/)

# Building

Expand All @@ -24,11 +32,12 @@ This repository hosts the source code for the car-archive viewer, which can be u
```bash
cd interface
yarn && yarn build
saucer embed dist
```

* Compile
```bash
mkdir build && cd build
cmake .. && cmake --build . --config Release
```

* Done!
Binary file added assets/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08f459e

Please sign in to comment.