TMDC5
TMDC Organizing writes "There's less than two weeks left to the fifth pseudoannual text mode demo compo submission deadline. The web-submission system is finally online, and you can also chat about TMDC5 on ircnet #tmdc5. Even if you haven't started on an entry yet, there's still time!"
A few references for everyone wishing to see something created earlier or just for inspiration:
(mostly win32, sorry)
on pouet.net
<shameless plug>
kvasigen.demoscene.no (80x25, Hangover in Halden, Textmode 3)
</shameless plug>
mats
One man's ceiling is another man's floor.
A text mode demo compo is a competition where people submit oldskool "demos" (ever heard of a thing called the 'demoscene'?) .. These are usually 3d rendered in software, raytracers, plasmas, cool 2d-effects .. simply doing something that looks good and make you think "how did they do that?" (like the first time someone draw something on the borders on the c64)..
http://www.pouet.net/ and http://www.ojuice.net/ for further reference.
mats
One man's ceiling is another man's floor.
That's the library you'd want to use. Also, check out "bb", which is a very cool OPEN SOURCE text mode demo, with good music, and playable on any terminal out there.
The reason your processor is pegged at 100% is that there's all sorts of fancy software raytracing and algorithmic generation going on in the background - the fact that no hardware acceleration can be used means more CPU cycles are consumed.
The demoscene is very much alive -- it has changed, yes (some would say to the worse, some claim it has changed so much it's dead), but it's alive.
Try the viewing tips on scene.org for a taste of what it has to offer nowadays. If you're more interested in Amiga stuff, there are DivX captures of a lot of new and old Amiga stuff on Amidemos (most of it probably won't run on your A600 :-) ). There's a Unix-specific demoscene archive out there, for those who want native Linux/*nix demos -- in any case, pouet has a wide range of demos for almost every platform you can think of. :-) (The "top10" list is slightly debatable, though ;-) )
/* Steinar */
(This comment is of course GPLed.)
Check out the invitation text-mode 3d demo here; it comes with complete source code too.
Squint a bit and it looks awesome!
I tried the TMDC4 "Super Killer" on a Windows XP (Pro) machine. I pressed alt+enter as instructed, and the thing took over in full-screen mode. Well, not exactly my taste. Fine. So, I assumed the following rule (according to the contest site) was implemented: "User must be able to quit the demo at any moment by pressing ESC". I pressed ESC. Nothing, it just kept running. I pressed ALT+F4. Nothing, it just keep running. I pressed CTRL+ALT+DEL and nothing! It just keep running, taking over the entire computer. Finally I just got p.o.'ed and killed it with the power switch. After rebooting, thankfully, it was no longer running. (BTW the CTRL+ALT+DEL problem seems to be common on this XP with other runaway apps too. It seems if an app uses 100% CPU time, the lame multitasking model never lets the Task Manager start, or maybe it will if you wait an hour.)
There is a good explanation why the banana could be used as a pejorative when it comes to programming.
Escher was the first MC and Giger invented the HR department.
Check out e.g. these:
--
...can be found here:
http://tmda.planet-d.net/list.html
(Note: these are nearly 100% DOS/Windows files.)
The demoscene is actually a pretty fascinating thing, and this is not really the way to present it to the slashdot crowd. I'd suggest you people go over to Scene.org and see for yourself what real demos are like. I go to Assembly every year and I have to say some of the stuff is quite impressive. See for yourselves. Text-mode demos are really a small part of the scene.
The compo organization gives you the invitation source code to have something to look into and use as a reference. The invitation source uses/includes also the TextFX4 library which is a simple image interpolation and text output library.
PS. Port of the TextFX4 library for Linux would be nice.. any volunteers?
--