tstriker / hamster-experiments

Follow the link for documentation:
https://github.com/tstriker/hamster_experiments/wiki
GNU General Public License v2.0
61 stars 6 forks source link

Drawing in GNOME using cairo, reusing graphics class from project hamster.

All the files in root folder are working experiments that you can run from console.

The graphics helper library is in lib/ folder.

Note:: The UI widgets part of the hamster experiments is still pending cleanup and documentation updates. Until then follow the ui_demo.py lead for that part. The UI components are optional and not tied to the core library. More info will follow.

"Read some docs":http://wiki.github.com/projecthamster/experiments/, "here's the hamster":http://projecthamster.wordpress.com/.

h1. Selective overview of demo scripts (just a few, but be sure to check them all!)

h1. License

You may use hamster graphics helper library and the experiments under the terms of either the MIT License or the GNU General Public License (GPL) Version 2.

The MIT License is recommended for most projects. It is simple and easy to understand and it places almost no restrictions on what you can do with hamster graphics and the experiments.

If the GPL suits your project better you are also free to use hamster graphics and experiments under that license.

You don’t have to do anything special to choose one license or the other and you don’t have to notify anyone which license you are using. You are free to use hamster graphics and experiments in commercial projects as long as the copyright header is left intact.