From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Anton N. Mescheryakov" Newsgroups: gmane.lisp.guile.user Subject: guile usage in prototype 3d engine Date: Mon, 11 Nov 2002 14:26:29 +0300 Sender: guile-user-admin@gnu.org Message-ID: <3DCF93E5.1010300@ihed.ras.ru> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1037017190 13512 80.91.224.249 (11 Nov 2002 12:19:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 11 Nov 2002 12:19:50 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18BDXh-0003Vo-00 for ; Mon, 11 Nov 2002 13:19:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BCvg-0001h8-00; Mon, 11 Nov 2002 06:40:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18BCl6-0006ev-00 for guile-user@gnu.org; Mon, 11 Nov 2002 06:29:36 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18BCl3-0006eU-00 for guile-user@gnu.org; Mon, 11 Nov 2002 06:29:34 -0500 Original-Received: from tis.ihed.ras.ru ([194.88.0.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BCl1-0006eE-00 for guile-user@gnu.org; Mon, 11 Nov 2002 06:29:32 -0500 Original-Received: from tis (root@localhost) by tis.ihed.ras.ru (8.11.6/8.9.3) with SMTP id gABBTOC16613 for ; Mon, 11 Nov 2002 14:29:24 +0300 Original-Received: from ihed.ras.ru ([192.168.90.215]) by tis.ihed.ras.ru (8.11.6/8.9.3) with ESMTP id gABBTNM16603 for ; Mon, 11 Nov 2002 14:29:24 +0300 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: en-us, en Original-To: guile-user@gnu.org Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:1350 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1350 Dear schemers, One may say I'am bizzare, but I try to make 3D engine embedded into Guile system. Such kind of program needs high degree of modularity, extensibility and wise configuration, while modern HW T&L cards can deliver vast FPS despite CPU's ugly mess (like scripting engine in main loop:). So I would be pleased to read some success/horror stories concerning similar guile projects etc. Another thing: is it OK to use u-vectors as 3D/4D coordinates, or I need to introduce special smobs, or simply use lists? Many aspects of guile are, er, not especialy well documented, including array access. With best regards, Anton. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user