Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - madeyes

Pages: [1]
1
General coding questions / Cicada principle
« on: April 20, 2012 »
It seems like this would be good for making small demos
http://designfestival.com/the-cicada-principle-and-why-it-matters-to-web-designers/
Anyone used principles like this before?

2
General chat / Demo party?
« on: July 28, 2011 »
So I was thinking of going to sunrise but then decided probably not as I think I'd be a hanger on. I don't even have a laptop to take... and I wouldn't be making any production. But I've never been to a (demo) party before so don't know what to expect. Anyone able to enlighten me?

3
Projects / Intro
« on: May 08, 2010 »
Hi,
After a long break from demo coding (my last demo was a 256 byte), I had a play with C++ and SDL and this is what I came up with. Seems a bit amateurish compared to some of the stuff in this forum, but I had fun making it :) It's the kind of thing I always wanted to make back in the DOS days when I had no skill. I first saw this lissajous effect in Cronologia  by cascada.
I hope it's OK to include the music with this, it was a freely available remix of nemesis the warlock on http://www.remix64.com. And I hope it's OK to use your font shockwave.
If not then I guess this post better get deleted...

Enjoy...

4
General chat / Windows 7
« on: February 02, 2010 »
Anyone tried demo coding on Windows 7 yet....I downgraded to XP from Vista because I couldn't run DOS ASM and do 256 byte demos (that and Vista made me mad). But now I'm thinking of getting Win7 as it's supposed to be good....so does it run DOS programs OK fullscreen?

There's always DOSBOX I suppose but not always fast enough. Or a virtual machine with FreeDOS in it could work.

5
General chat / cool demo tool
« on: January 21, 2010 »
Hi everyone,

Sorry if you've already seen this but I think this tool I noticed over at pouet is awesome.
Realtime update of the opengl display as you code  :o
http://www.pouet.net/prod.php?which=54245

6
ASM / DOS segment access
« on: June 16, 2009 »
Hi,
I'm struggling to remember this from my DOS programming days, so does anyone know if in a DOS (or at least DOS VM under winXP) COM program; is it ok to make use of the unused memory in the code segment or do i have to request memory via an interrupt call to dos? I was hoping to use memory after the offset at the end of my code to the end of the segment for a buffer :) Maybe that's cheating for a 256 byte demo anyway :)

madeyes

7
ASM / 256 byte demo
« on: June 07, 2009 »
Hi guys,
I've been hanging out in this forum just reading for a long while, so I thought it was time I gave something back...

I took vista off my pc this weekend and downgraded to xp, so I thought I'd try some oldskool assembly and a 256 byte demo.
Any comments welcome, but be kind this is a first try for me and I'm still learning  ;D
I wanted to see if it was possible to do some sort of "scroller" (it doesn't really scroll, can I call it a scroller?) in 256 bytes as I haven't seen one before.

Great forums btw.
Would love to go to sundown this year...as I haven't been to any demo parties before...but don't know yet.

madyes


[edited - attachment fixed]

Pages: [1]