rosey-complex / Skymake

A simple Skylander file (*.sky) generator.
GNU General Public License v2.0
4 stars 0 forks source link

idk how to use this #4

Open WombatDealer opened 7 months ago

WombatDealer commented 7 months ago

I'd really like to use this but i have no idea what im looking at. Do i need to open it in visual studio or something?

rosey-complex commented 7 months ago

I'm sorry for the long wait. I assume this is an issue related to compiling skymake on an OS that isn't a Linux distribution. Due to my rather limited knowledge of using compilers outside of Linux, I was unable to provide build instructions for Windows and MacOS. A workaround for this on Windows would be using WSL.

rosey-complex commented 7 months ago

You can now check the Releases Section for pre-compiled executables of skymake. In order to install it, follow the instructions in the README.md file.

As for actually using it, you use it in a command line prompt (cmd or powershell if you are on Windows; bash, zsh etc if you are on a linux distribution) as described in the usage section. An example of how to use it would be: skymake -a "Whirlwind" -f C:\Users\example\Documents\Figures\ (skymake -a "Name Of Figure" -f Directory). Hopefully this helps!