* guile-sdl vs Projector
@ 2004-02-15 21:35 klaus schilling
2004-02-16 6:01 ` Thien-Thi Nguyen
0 siblings, 1 reply; 2+ messages in thread
From: klaus schilling @ 2004-02-15 21:35 UTC (permalink / raw)
what is the difference between Projector and guile-sdl ?
Klaus Schilling
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: guile-sdl vs Projector
2004-02-15 21:35 guile-sdl vs Projector klaus schilling
@ 2004-02-16 6:01 ` Thien-Thi Nguyen
0 siblings, 0 replies; 2+ messages in thread
From: Thien-Thi Nguyen @ 2004-02-16 6:01 UTC (permalink / raw)
Cc: guile-user
From: 510046470588-0001@t-online.de (klaus schilling)
Date: Sun, 15 Feb 2004 22:35:02 +0100
what is the difference between Projector and guile-sdl ?
projector is no longer maintained. the projector author contributed
code to guile-sdl, which then also went through a period of neglect
before finding new maintainership.
projector installation is a shared object library in ${libdir} (if i
recall correctly -- i played w/ it from the build dir w/o installing).
guile-sdl installation are compiled modules in ${libdir}/guile/site/sdl
(compiled modules are shared object libraries that follow certain
conventions).
projector has fewer smob types (and hence less type checking) than
guile-sdl. consequently projector is a bit faster and less memory-using
than guile-sdl but crashes more easily on uncareful code.
projector uses variables in most places where guile-sdl uses symbols
(event codes, keysyms, etc).
projector proc names begin with "sdl-" (usually, there are some
exceptions) while guile-sdl leaves prefixing to the user.
projector does not support ttf.
these are the things i can think of pre-coffee. i have spiffed this
list and placed it on the guile-sdl home page. updates from those w/
better memory (or more blood-bound caffeine) welcome.
thi
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-02-16 6:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-15 21:35 guile-sdl vs Projector klaus schilling
2004-02-16 6:01 ` Thien-Thi Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).