Skip to content

A shim between the GrafX2 and Aseprite APIs, allowing use of GrafX2 scripts with Aseprite.

License

Notifications You must be signed in to change notification settings

PureAsbestos/grafx2-aseprite-shim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

GrafX2-Aseprite Shim

What is it

This is a script designed to allow Aseprite users to utilize GrafX2 scripts. Currently, it is very limited in capabilities, and many scripts will not work. The only script known to work is the palette analysis function of DB-Toolbox, which is what started this project.

Contributions

Contributions are welcome. By contributing, you agree to release your contribution under the current license.

How to use it

To use this script, place it, along with the GrafX2 script of your choice, in your Aseprite scripts folder. (This folder can be found from within Aseprite by clicking File > Scripts > Open Scripts Folder) Then, create a simple script to load the GrafX2 script with contents as follows:

dofile(".grafx2-aseprite-shim.lua")
dofile("PATH_TO_YOUR_GRAFX2_SCRIPT")

This is the script that you will load in Aseprite by clicking File > Scripts > NAME_OF_YOUR_SCRIPT. It may be necessary to reload Aseprite in order for the script to become visible.

About

A shim between the GrafX2 and Aseprite APIs, allowing use of GrafX2 scripts with Aseprite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages