inkface
Inkface is SVG based GUI framework. You design the GUI in an SVG image editor (like Inkscape/Illustrator) and use inkface framework to wire your program logic with the elements of your SVG GUI. The benefits of this approach:
Features
Tags
- svg-library
- SVG
- gui-toolkit
inkface News & Activities
Recent activities
inkface information
What is inkface?
Inkface is SVG based GUI framework. You design the GUI in an SVG image editor (like Inkscape/Illustrator) and use inkface framework to wire your program logic with the elements of your SVG GUI. The benefits of this approach:
Rich GUIs of any colors and any shapes. Replacing the GUI is as trivial as replacing the old SVG file with new one. Designing new GUIs/themes is extremely easy given that it involves modifying the SVG file in a full-fledged Image editor. Unlike other theme making scenarios, there is no need to create tons of .png files and storing them in standard directory structure.