GlassKit 0.4 applicaiton builderscript
GlassKit 0.4 A transparency-handling stand-alone HTML-webkit application generator script for Linux. Written by Jacob MunozSept 6, 2018. MIT License... go have fun. ---------------------------------------------- Standard Gnome 3 desktop distributions should have most packages already installed, but the following are likely to be missing: libglib2.0-0 libglib2.0-dev libwebkitgtk-3.0-dev libwebkitgtk-3.0 libgtk-3-dev libgtk-3-0 clang ..install them with your package manager ---------------------------------------------- To build demo 'program' from contents of /resources, run: ./build.sh This will create 'program' executable. Use sample /resources/app.js and /resources/body.html as starting points for new project. Within build.sh is the C code 'main.c' that compiles into 'program', add custom JS classes and functions that call C here.