Skip to content

tariqporter/Gdip2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gdip2

GDI+ library for Autohotkey supporting Objects

Take precompiled Gdip2 from the dist folder

Alternatively if you wish to develop with Gdip2

Ensure you have Node installed. Change to your directory

cd c:\your\directory

Install npm dependencies

npm install

and then run webpack to build to dist folder

npm run webpack

This will run webpack with the -w option (as specified in package.json), which will watch all included .ahk files for any change based upon the use of #Include, and automatically rebuild to the dist folder

The Gdip2 library uses webpack ahk-loader to watch and build files

To run continual tests on Gdip2.ahk

You just need to run

npm test

This will run ahk-unit ./tests/tests.ahk. Any included file-change will cause a re-run of all tests