Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. NUIPaint - A Multitouch Photo Manipulation and Drawing Tool
  2. ===========================================================
  3.  
  4. Website: http://code.google.com/p/nuipaint/
  5.  
  6. Introduction
  7. ------------
  8.  
  9. NUIPaint is a photo editing/drawing software built to utilize multi-touch input capabilities of modern hardware.
  10. Its an on going project with 0.1 version being just released.
  11. The 0.1 Version consists of following features
  12.  
  13. * Support for editing wide range of filetypes(Pyglet core)
  14. * Support for collaborative editing (Multiple Window)
  15. * Multitouch Gestures based interface
  16. * Support for super fast GLSL Filters
  17. * Support for Layer based editing
  18. * Copy/Cut/Paste Support
  19. * Wide range of brushes
  20.  
  21. There are several more features in pipeline for future version, Check out the Roadmap for 0.2 in the wiki
  22.  
  23.  
  24. Origin
  25. ------
  26.  
  27. Digital Photo Editing and Drawing is one of those multimedia applications which require a lot of user interactions
  28. to achieve a given task.This proposal is for a multi-touch based photo manipulator and drawing application that
  29. would take advantage of the speedier,fewer and more intuitive inputs of a multi-touch surface thus enhancing the
  30. productivity of the user.
  31.  
  32. The focus is to explore new interactions & developing UI widgets for PyMT framework which would be reusable for
  33. other applications.
  34.  
  35. Installation
  36. ------------
  37.  
  38. Installing NUIPaint is super easy, well its just download and run if you have The PyMT development environment
  39. setup already.
  40.  
  41. * Download & Install Python 2.6
  42. * Download & Install Pyglet 1.1.2
  43. * Download & Install Numpy
  44. * Clone the latest PyMT trunk and run setup.py
  45.  
  46. You have now successfully setup the PyMT Dev Envirnoment.
  47. Now download Nuipaint and run nuipaint.py in the root folder
  48.  
  49.  
  50. Dependencies
  51. ------------
  52. * PyMT 0.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement