unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* [ANN] SLAYER 1.0.0 released!
@ 2013-11-17 22:37 Panicz Maciej Godek
  2013-11-18  5:55 ` Nala Ginrut
  0 siblings, 1 reply; 4+ messages in thread
From: Panicz Maciej Godek @ 2013-11-17 22:37 UTC (permalink / raw)
  To: guile-user@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]

I'm pleased to announce the first release of
SLAYER multimedia programming environment
for the (Guile) Scheme language.

SLAYER aims to be a specification for creating
portable multimedia applications in Scheme.

It currently provides an SDL/OpenGL based
execution environment, but there are also plans
to port it to web browsers (using either Chicken
Spock or Gambit Scheme to JS compiler)
and to be able to generate stand-alone executables
and android apps

SLAYER also comes with a set of demos,
including:
- a completely pointless demo that integrates
a simple text editor with a 3d canvas which allows
you to look at a colorful sphere from various
angles
- the classical game of PONG (with bugs!)
- an image browser, inspired by Thien's Guile-SDL
documentation example
- an almost-complete implementation of Chess
for two players on one computer
- and more!

In addition, there's also a self-contained Windows
build available, which might help spread the idea
of Free Software among the unaware. Both the
source and the w32-build are available at:

ftp://download.gnu.org.ua/pub/releases/slayer/

Check it out NOW!

[-- Attachment #2: Type: text/html, Size: 1603 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANN] SLAYER 1.0.0 released!
  2013-11-17 22:37 [ANN] SLAYER 1.0.0 released! Panicz Maciej Godek
@ 2013-11-18  5:55 ` Nala Ginrut
  2013-11-18 15:15   ` Amirouche Boubekki
  0 siblings, 1 reply; 4+ messages in thread
From: Nala Ginrut @ 2013-11-18  5:55 UTC (permalink / raw)
  To: Panicz Maciej Godek; +Cc: guile-user@gnu.org

oh~nice work!
I played the chess game in example, cool~

Thanks for the work!

On Sun, 2013-11-17 at 23:37 +0100, Panicz Maciej Godek wrote:
> I'm pleased to announce the first release of
> SLAYER multimedia programming environment
> for the (Guile) Scheme language.
> 
> SLAYER aims to be a specification for creating
> portable multimedia applications in Scheme.
> 
> It currently provides an SDL/OpenGL based
> execution environment, but there are also plans
> to port it to web browsers (using either Chicken
> Spock or Gambit Scheme to JS compiler)
> and to be able to generate stand-alone executables
> and android apps
> 
> SLAYER also comes with a set of demos,
> including:
> - a completely pointless demo that integrates
> a simple text editor with a 3d canvas which allows
> you to look at a colorful sphere from various
> angles
> - the classical game of PONG (with bugs!)
> - an image browser, inspired by Thien's Guile-SDL
> documentation example
> - an almost-complete implementation of Chess
> for two players on one computer
> - and more!
> 
> In addition, there's also a self-contained Windows
> build available, which might help spread the idea
> of Free Software among the unaware. Both the
> source and the w32-build are available at:
> 
> ftp://download.gnu.org.ua/pub/releases/slayer/
> 
> Check it out NOW!





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANN] SLAYER 1.0.0 released!
  2013-11-18  5:55 ` Nala Ginrut
@ 2013-11-18 15:15   ` Amirouche Boubekki
  2013-11-18 21:15     ` Panicz Maciej Godek
  0 siblings, 1 reply; 4+ messages in thread
From: Amirouche Boubekki @ 2013-11-18 15:15 UTC (permalink / raw)
  To: Nala Ginrut; +Cc: guile-user@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1468 bytes --]

Nice!


2013/11/18 Nala Ginrut <nalaginrut@gmail.com>

> oh~nice work!
> I played the chess game in example, cool~
>
> Thanks for the work!
>
> On Sun, 2013-11-17 at 23:37 +0100, Panicz Maciej Godek wrote:
> > I'm pleased to announce the first release of
> > SLAYER multimedia programming environment
> > for the (Guile) Scheme language.
> >
> > SLAYER aims to be a specification for creating
> > portable multimedia applications in Scheme.
> >
> > It currently provides an SDL/OpenGL based
> > execution environment, but there are also plans
> > to port it to web browsers (using either Chicken
> > Spock or Gambit Scheme to JS compiler)
> > and to be able to generate stand-alone executables
> > and android apps
> >
> > SLAYER also comes with a set of demos,
> > including:
> > - a completely pointless demo that integrates
> > a simple text editor with a 3d canvas which allows
> > you to look at a colorful sphere from various
> > angles
> > - the classical game of PONG (with bugs!)
> > - an image browser, inspired by Thien's Guile-SDL
> > documentation example
> > - an almost-complete implementation of Chess
> > for two players on one computer
> > - and more!
> >
> > In addition, there's also a self-contained Windows
> > build available, which might help spread the idea
> > of Free Software among the unaware. Both the
> > source and the w32-build are available at:
> >
> > ftp://download.gnu.org.ua/pub/releases/slayer/
> >
> > Check it out NOW!
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 2104 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANN] SLAYER 1.0.0 released!
  2013-11-18 15:15   ` Amirouche Boubekki
@ 2013-11-18 21:15     ` Panicz Maciej Godek
  0 siblings, 0 replies; 4+ messages in thread
From: Panicz Maciej Godek @ 2013-11-18 21:15 UTC (permalink / raw)
  To: Amirouche Boubekki; +Cc: guile-user@gnu.org

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

2013/11/18 Amirouche Boubekki <amirouche.boubekki@gmail.com>

> Nice!
>
>
> 2013/11/18 Nala Ginrut <nalaginrut@gmail.com>
>
>> oh~nice work!
>> I played the chess game in example, cool~
>>
>> Thanks for the work!
>
>
Thanks! :) I'm really glad that you liked it
and hope it turns out useful

I think that creating multimedia apps in Scheme has
incredible potential, and Guile is great for exploring it!

[-- Attachment #2: Type: text/html, Size: 1135 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-18 21:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-17 22:37 [ANN] SLAYER 1.0.0 released! Panicz Maciej Godek
2013-11-18  5:55 ` Nala Ginrut
2013-11-18 15:15   ` Amirouche Boubekki
2013-11-18 21:15     ` Panicz Maciej Godek

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).