README.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. ===
  2. GIL
  3. ===
  4. Geometry Interaction Library
  5. Description
  6. -----------
  7. GIL is a set of Pure Data abstractions, aiming at the interaction of geometric objects or mouse cursor inside GEM.
  8. It does not depend on any external libraries except GEM.
  9. See gil_EXAMPLE.pd for a little example patch.
  10. This library is still work in progress.
  11. For questions or bug reports, contact me:
  12. mail@marianweger.com
  13. Copyright/License
  14. -----------------
  15. Copyright (C) 2011-2012 Marian Weger
  16. This program is free software: you can redistribute it and/or modify
  17. it under the terms of the GNU General Public License as published by
  18. the Free Software Foundation, either version 3 of the License, or
  19. (at your option) any later version.
  20. This program is distributed in the hope that it will be useful,
  21. but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  23. GNU General Public License for more details.
  24. You should have received a copy of the GNU General Public License
  25. along with this program. If not, see <http://www.gnu.org/licenses/>.