Any demosceners in the house?

I see SDL as an amazing tool for writing a demo! I’m actually working on a
generic demo “player” (and associated editor), sort of like Flash…
Anybody else?–

Olivier A. Dagenais - Software Architect and Developer

Olivier Dagenais wrote:

http://www.gamasutra.com/features/20010216/scheib_01.htm

I see SDL as an amazing tool for writing a demo! I’m actually working on a
generic demo “player” (and associated editor), sort of like Flash…
Anybody else?

Woohoo!

-John–
Underfull \account (badness 10000) has occurred while \spend is active
John R. Hall - Student, Georgia Tech - Contractor, Loki Software

http://www.gamasutra.com/features/20010216/scheib_01.htm

I see SDL as an amazing tool for writing a demo!

Yeah, why not? :slight_smile:

I’m actually
working on a generic demo “player” (and associated editor), sort of
like Flash… Anybody else?

Not currently, but the sleeping AGC project could be used somewhat
like that… (It’s for games, and was intended to become something
like Shoot’em-Up Construction Kit, STOS, AMOS, Clik’n’Play etc, but
with serious graphics and audio engines.)

http://www.angelfire.com/ar/agc

Anyway, in the Scene as I remember it, it was mostly about coding -
so called “demomaker” tools had very low status among the “real” demo
folks. :slight_smile:

//David

.- M A I A -------------------------------------------------.
| Multimedia Application Integration Architecture |
| A Free/Open Source Plugin API for Professional Multimedia |
----------------------> http://www.linuxaudiodev.com/maia -' .- David Olofson -------------------------------------------. | Audio Hacker - Open Source Advocate - Singer - Songwriter |--------------------------------------> david at linuxdj.com -'On Sunday 04 March 2001 05:57, Olivier Dagenais wrote:

I see SDL as an amazing tool for writing a demo! I’m actually working on
a
generic demo “player” (and associated editor), sort of like Flash…
Anybody else?

my 2 newest demos are using SDL (khristmas & marblemad birthtro)
http://knights.planet-d.net

Gautier.

Hello Demosceners :

Something that i miss for WINDOWS / LINUX is a Noter like the old Noters on the C64 !!!

CU

“Gautier Portet” schrieb im Newsbeitrag news:97vt8k$fs1$1 at ftp.lokigames.com…> > I see SDL as an amazing tool for writing a demo! I’m actually working on

a

generic demo “player” (and associated editor), sort of like Flash…
Anybody else?

my 2 newest demos are using SDL (khristmas & marblemad birthtro)
http://knights.planet-d.net

Gautier.

Hello Demosceners :

Something that i miss for WINDOWS / LINUX is a Noter like the old Noters on the C64 !!!

Is a noter similar to a tracker (like for Amiga MODs)? If so, there are
a bunch available for Linux. Check Freshmeat.net.

-bill!

Hello !!

NOOOO a Noter is not a Tracker. I don?t mean Programs liker Impulse Tracker, Fast Tracker and so on.
In a Noter you load an ASCII Text and a Music and then it generates an EXE File or something else
that can be executed. Then somebody else executes the File reads the Text and hears the music in
the background :=)

In the OLD c64 days the “VOODOO Noter” was famous !!!

CU

“William Kendrick” schrieb im Newsbeitrag news:200103052206.f25M6dF23806 at sonic.net…> >

Hello Demosceners :

Something that i miss for WINDOWS / LINUX is a Noter like the old Noters on the C64 !!!

Is a noter similar to a tracker (like for Amiga MODs)? If so, there are
a bunch available for Linux. Check Freshmeat.net.

-bill!

Sounds like an early form of multimedia presentation authoring tool. :slight_smile:

//David

.- M A I A -------------------------------------------------.
| Multimedia Application Integration Architecture |
| A Free/Open Source Plugin API for Professional Multimedia |
----------------------> http://www.linuxaudiodev.com/maia -' .- David Olofson -------------------------------------------. | Audio Hacker - Open Source Advocate - Singer - Songwriter |--------------------------------------> david at linuxdj.com -'On Tuesday 06 March 2001 00:08, WIZARD / SYNTHETIC - Crew wrote:

Hello !!

NOOOO a Noter is not a Tracker. I don?t mean Programs liker Impulse
Tracker, Fast Tracker and so on. In a Noter you load an ASCII Text and a
Music and then it generates an EXE File or something else that can be
executed. Then somebody else executes the File reads the Text and hears the
music in the background :=)

#!/bin/sh
playmus $MOD &
less $TEXTOn Mon, Mar 05, 2001 at 03:08:37PM -0800, WIZARD / SYNTHETIC - Crew wrote:

Hello !!

NOOOO a Noter is not a Tracker. I don?t mean Programs liker Impulse Tracker, Fast Tracker and so on.
In a Noter you load an ASCII Text and a Music and then it generates an EXE File or something else
that can be executed. Then somebody else executes the File reads the Text and hears the music in
the background :=)

In the OLD c64 days the “VOODOO Noter” was famous !!!

CU

“William Kendrick” schrieb im Newsbeitrag news:200103052206.f25M6dF23806 at sonic.net

Hello Demosceners :

Something that i miss for WINDOWS / LINUX is a Noter like the old Noters on the C64 !!!

Is a noter similar to a tracker (like for Amiga MODs)? If so, there are
a bunch available for Linux. Check Freshmeat.net.

-bill!


Martin

Bother! said Pooh, as he infected the Indians blankets.

Well, at least that’s readable and adhering to a well known standard UI (less

  • remember it from the Amiga, BTW) - and it’s rather portable as well. :wink:

//David

.- M A I A -------------------------------------------------.
| Multimedia Application Integration Architecture |
| A Free/Open Source Plugin API for Professional Multimedia |
----------------------> http://www.linuxaudiodev.com/maia -' .- David Olofson -------------------------------------------. | Audio Hacker - Open Source Advocate - Singer - Songwriter |--------------------------------------> david at linuxdj.com -'On Tuesday 06 March 2001 03:08, Martin Donlon wrote:

#!/bin/sh
playmus $MOD &
less $TEXT