Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Rendering artistic brush strokes

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2005
    Posts
    1

    Rendering artistic brush strokes

    Hi everyone,

    I'm relatively new to OpenGL programming and am looking for ideas on how to render artistic brush strokes. By that I mean brushes with an alpha channel, varying opacity and color. Bumpmaps for texture would be a plus! Anyone who's used Photoshop or Painter probably knows what I mean.

    I've made a little program based on the OpenGL superbible that uses DrawPixels to paint, but I'm not sure if that's going in the wrong direction.

    Perhaps anyone knows of a simple opensource application with this feature or a tutorial I can have a look at... The Gimp is a bit unwieldy, I've no idea where to look!
    Some hints to get me started would be appreciated.

    Thanks,
    Stefan

  2. #2
    Senior Member OpenGL Guru Relic's Avatar
    Join Date
    Apr 2000
    Posts
    2,527

    Re: Rendering artistic brush strokes


Posting Permissions

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