From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jack Hill Newsgroups: gmane.lisp.guile.user Subject: Use Chickadee to render animation to file? Date: Fri, 27 May 2022 12:38:16 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=UTF-8 Content-Transfer-Encoding: 8BIT Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9454"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Alpine 2.21 (DEB 202 2017-01-01) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Fri May 27 18:38:45 2022 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nucz6-0002Jg-UQ for guile-user@m.gmane-mx.org; Fri, 27 May 2022 18:38:44 +0200 Original-Received: from localhost ([::1]:52382 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nucz5-0007MH-KC for guile-user@m.gmane-mx.org; Fri, 27 May 2022 12:38:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50560) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nucym-0007Hz-2L for guile-user@gnu.org; Fri, 27 May 2022 12:38:24 -0400 Original-Received: from minsky.hcoop.net ([104.248.1.95]:38344) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nucyf-0003h4-Jb for guile-user@gnu.org; Fri, 27 May 2022 12:38:23 -0400 Original-Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nucye-0007gs-GY for guile-user@gnu.org; Fri, 27 May 2022 12:38:16 -0400 X-X-Sender: jackhill@marsh.hcoop.net Received-SPF: pass client-ip=104.248.1.95; envelope-from=jackhill@jackhill.us; helo=minsky.hcoop.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18278 Archived-At: Hi Guilers! I've been experimenting with David Thompson's Chickadeeā°. I'm really enjoying using agendas and scripts to create animations. My problem is (at least right now) I don't want to create an interactive game-like thing. Instead, I'm creating a deterministic animation. I'd like to start out with some Guile code and end up with a video file. What I hope to do is to program the animation using all the nice features of Chickadee, but instead of displaying it on a screen, output the frames that would be drawn to files. Does this seem possible? How would I go about it? 0: https://dthompson.us/projects/chickadee.html Best, Jack