cvs commit: ports/graphics Makefile ports/graphics/py-visual Makefile distinfo pkg-descr pkg-plist

Pav Lucistnik pav at FreeBSD.org
Sun Jul 17 16:36:42 GMT 2005


pav         2005-07-17 16:36:41 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/py-visual   Makefile distinfo pkg-descr pkg-plist 
  Log:
  With this Python module a program can create 3D objects (such as spheres,
  curves, etc.) and position them in 3D space. Visual, running in a separate
  thread, automatically updates a 3D scene many times per second, to reflect
  the current positions of the objects.
  The programmer does not need to deal with display management, but can focus
  on the computational aspects of the program.
  The user can navigate in the 3D scene by using the mouse to zoom and rotate
  while the program is running. Visual supports full vector algebra.
  
  PR:             ports/83593
  Submitted by:   Nicola Vitale <nivit at email.it>
  
  Revision  Changes    Path
  1.833     +1 -0      ports/graphics/Makefile
  1.1       +42 -0     ports/graphics/py-visual/Makefile (new)
  1.1       +2 -0      ports/graphics/py-visual/distinfo (new)
  1.1       +10 -0     ports/graphics/py-visual/pkg-descr (new)
  1.1       +123 -0    ports/graphics/py-visual/pkg-plist (new)


More information about the cvs-ports mailing list