From rvedam at gmail.com Tue Dec 9 18:19:03 2008 From: rvedam at gmail.com (Ram Vedam) Date: Tue, 9 Dec 2008 12:19:03 -0600 Subject: [movitz-devel] graphics movitz Message-ID: <2ead50800812091019s7b41383dqff6cf6876848dd8b@mail.gmail.com> Can anyone give some advice on how to get started with writing graphics programs on Movitz? I noticed in the Graphics API section that the goal was to create a SDL - like system for Movitz, but when looking at the source it doesn't look like much work has been done in this particular area. I'm still unfamiliar with Movitz with respect to what is provided in the source, and I just started looking at vga.lisp, but any advice would be well-appreciated to get me up to speed. Ram -------------- next part -------------- An HTML attachment was scrubbed... URL: From frodef at cs.uit.no Thu Dec 11 21:19:31 2008 From: frodef at cs.uit.no (Frode) Date: Thu, 11 Dec 2008 22:19:31 +0100 Subject: [movitz-devel] graphics movitz References: <2ead50800812091019s7b41383dqff6cf6876848dd8b@mail.gmail.com> Message-ID: <87hc5a2yvw.fsf@disk.lan> "Ram Vedam" writes: > Can anyone give some advice on how to get started with writing > graphics programs on Movitz? I noticed in the Graphics API section > that the goal was to create a SDL - like system for Movitz, but when > looking at the source it doesn't look like much work has been done > in this particular area. I'm still unfamiliar with Movitz with > respect to what is provided in the source, and I just started > looking at vga.lisp, but any advice would be well-appreciated to get > me up to speed. Hi Ram, unfortunately there's not much activity on Movitz right now. I think you're right that there's not too much actual code for the graphics API. I don't really know any particular advice wrt. getting up to speed, but I'll be happy to help with any particular problems or questions you might have. Frode