All Projects → tariqporter → Gdip2

tariqporter / Gdip2

Licence: other
GDI+ library for Autohotkey supporting Objects

Programming Languages

autohotkey
350 projects
javascript
184084 projects - #8 most used programming language

Labels

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].