Skip to content

danila-schelkov/sc-editor

Repository files navigation

SC Editor

Demo

Technical Requirements (ru) Video Demo

Running

Note

Try running the program by double-clicking the downloaded .jar file!

The program will attempt to restart with the proper VM options, but this method does not guarantee success.

Running a jar

  1. Download jar for your OS from the latest release or build it yourself.

  2. Run it from the command line:

    java --add-exports=java.base/java.lang=ALL-UNNAMED --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.desktop/sun.java2d=ALL-UNNAMED -jar sc-editor.jar

Warning

JOGL requires you to pass certain VM options. So do not delete it, otherwise the program will not work.

Running with Make

make run

Building

Building with Make

make build

Building with Maven

The project uses Maven for building.

To build jar containing only the project code (without dependencies) use:

mvn clean package

And to build jar file with all dependencies built-in use following command:

mvn clean compile assembly:single

To build for all Operating Systems:

make release

About

A viewer/editor for Supercell SC graphic files format.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages