From owner-cvs-all@FreeBSD.ORG Sun Jul 17 16:36:42 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67BD416A41C; Sun, 17 Jul 2005 16:36:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3197A43D46; Sun, 17 Jul 2005 16:36:42 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j6HGag7S025957; Sun, 17 Jul 2005 16:36:42 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6HGafB3025956; Sun, 17 Jul 2005 16:36:41 GMT (envelope-from pav) Message-Id: <200507171636.j6HGafB3025956@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 17 Jul 2005 16:36:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/py-visual Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jul 2005 16:36:42 -0000 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 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)