Welcome to Pete Brown's 10rem.net

First time here? If you are a developer or are interested in Microsoft tools and technology, please consider subscribing to the latest posts.

You may also be interested in my blog archives, the articles section, or some of my lab projects such as the C64 emulator written in Silverlight.

(hide this)

Monthly Archives:

  • 3d Rendering with Texture Mapping in Silverlight - Quake

    I’d love to dig into the code and see what he’s doing to get that kind of FPS. The key part of the pipeline to understand would be the creation of the per-frame bitmaps and the subsequent blitting on the screen. I’ve seen dynamic PNG creation, but that seemed like it would be a little too slow for something like this, even at the relatively low resolution demonstrated. Maybe not! Quake in S...