Results 1 to 9 of 9

Thread: [ASM] !UPDATED! Advanced graphics in Mode 13h

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    [ASM] !UPDATED! Advanced graphics in Mode 13h

    Now includes strings and a fake desktop effect

    (MASM source and EXE).

    Press any key to quit the demo.
    Attached Files Attached Files
    Last edited by wossname; Nov 17th, 2005 at 02:59 PM.
    I don't live here any more.

  2. #2

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: [ASM] !UPDATED! Advanced graphics in Mode 13h

    Another demo now. Different ways to draw memory bitmaps...
    Attached Files Attached Files
    Last edited by wossname; Nov 20th, 2005 at 01:19 PM.
    I don't live here any more.

  3. #3
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: [ASM] !UPDATED! Advanced graphics in Mode 13h

    My god man. You really are picking this stuff up quickly. Man, I couldn't figure this stuff out when I was writing my crappy OS. If I had, I would have continued it.

    Nice, very nice.

    EDIT: gg Rep system, can't give you any until I spread them around. GRRR

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  4. #4

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: [ASM] !UPDATED! Advanced graphics in Mode 13h

    Quote Originally Posted by chemicalNova
    My god man. You really are picking this stuff up quickly. Man, I couldn't figure this stuff out when I was writing my crappy OS. If I had, I would have continued it.

    Nice, very nice.

    EDIT: gg Rep system, can't give you any until I spread them around. GRRR

    chem
    Thanks mate

    Check this out (see attatched EXE - hit a key to exit), its a slight alteration of the previous program, but features partial palette rotation. It simulates rotating the part of the video palette from right to left but preserves VRAM values so it makes certain pixels (that are within the rotated range) change color! (In other words any pixel that starts out as red green or blue will start cycling through those 3 colors, any part of the palette can be cycled or even the whole palette!!) God, I LOVE this.

    I'm going to make a rolling-road effect next.
    Attached Files Attached Files
    I don't live here any more.

  5. #5

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: [ASM] !UPDATED! Advanced graphics in Mode 13h

    Rolling road effect...OK you'll have to use your imagination a bit here...

    Imagine you're driving down the road quite fast and you can see the road rushing towards you. That's the effect I was going for here. The heights of each band of grey was calculated and hard-coded. The palette is 15 greyscale shades in a dark...light...dark pattern, which gives the smooth(ish) pulsating effect.
    Attached Files Attached Files
    I don't live here any more.

  6. #6
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: [ASM] !UPDATED! Advanced graphics in Mode 13h

    Haha. Both of those are very nice. I love the sparkly christmas trees. Personally though, I would have given up half-way through the Road. I wouldn't have been able to get it perfect. Yours is. Very nice

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  7. #7
    Hyperactive Member
    Join Date
    Mar 2005
    Location
    Maine, USA
    Posts
    277

    Re: [ASM] !UPDATED! Advanced graphics in Mode 13h

    Very cool.. probably.
    My LCD monitor says NO SIGNAL.

    So... Gj?
    <deis> I turn on god mode when I program
    <deis> I just call it .NET


    If my post was helpful, please Rate it

  8. #8

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: [ASM] !UPDATED! Advanced graphics in Mode 13h

    Maybe it doesn't support the old 320x200 resolutions. Its lovely, you are missing a monomedia extravaganza
    I don't live here any more.

  9. #9
    Hyperactive Member
    Join Date
    Mar 2005
    Location
    Maine, USA
    Posts
    277

    Re: [ASM] !UPDATED! Advanced graphics in Mode 13h

    I'll try on my other computer ^^
    <deis> I turn on god mode when I program
    <deis> I just call it .NET


    If my post was helpful, please Rate it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width