NO

Author Topic: 5 small DirectDraw examples  (Read 5538 times)

Athlor

  • Guest
5 small DirectDraw examples
« on: March 26, 2005, 08:55:57 AM »
5 DirectDraw examples in Pelles C

    DDbitmap - Fullscreen demonstration of displaying a bitmap.
    DDfire   - Windowed fire effect.
    DxPixels - Fullscreen demonstration of manipulating the DD surface directly.
    Font     - Windowed demonstration of utilizing GDI fonts on DD surface.
    Switcher - Demonstrates switching between fullscreen and windowed mode.
               Also uses GDI brushes and pens method on DD surfaces.

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
5 small DirectDraw examples
« Reply #1 on: March 26, 2005, 10:26:15 AM »
Useful samples. I like the fire. Thanks!

Pelle
/Pelle

Athlor

  • Guest
5 small DirectDraw examples
« Reply #2 on: March 27, 2005, 11:32:49 AM »
If I can make somebody elses quest for example code easier, that's fine. I have alot of older Direct3D examples and several more Direct3D8 examples I'll post soon.