XNA UK User Group

A helping hand for bedroom coders throughout the land.
in
All Tags » Source (RSS)

Browse by Tags

  • Generic XNA - Threading for Windows & XBox 360

    OK, I went back to my old threading code to port it to the 360 so I could start playing about with processor affinity (as promised last time) and found the compact framework for the 360 was a bit thin on the ground for parameterized threading, so I have re written the whole thing and it will now play...
    Posted to RandomChaos (Weblog) by Nemo Krad on 08-15-2008
  • Generic XNA - Threading for Windows

    Well I have done some basic threading in my job, basic stuff and thought I would try and put the basic threading I have done into an XNA Game Component. I am not saying this is how you should do your threading, my method is certainly not the only way to thread processes either and more than likely not...
    Posted to RandomChaos (Weblog) by Nemo Krad on 06-01-2008
  • Generic XNA - Movies in your Windows games

    Well, I started looking into this after a friend of mine asked if it could be done. I remembered the other week on Ziggyware that someone got a web cam to stream in an XNA app and so thought that the principle should be the same, taking the output, rendering it as a texture then applying it as you required...
    Posted to RandomChaos (Weblog) by Nemo Krad on 05-28-2008
  • Generic XNA - Fire 2D & 3D Shaders

    [youtube]http://www.youtube.com/watch?v=F2RMt7KKpW0[/youtube] Well, this should be the final post on these flame shaders. As you have seen in the previous posts I have created 2D and 3D flame shaders based on the flame shader that comes with the NVIDIA SDK. When I initially created the 2D shader I found...
    Posted to RandomChaos (Weblog) by Nemo Krad on 05-19-2008
  • Generic XNA - 3D Fire Sample

    Hope the music is acceptable this time... [youtube]http://www.youtube.com/watch?v=y-txtVQ7rUU[/youtube] Sorry about the quality of the clip, it was a 20MB clip, but I think youtube has crunched it up adn so it has lost some quality.... OK, here is the code sample for the flame shader I have adapted from...
    Posted to RandomChaos (Weblog) by Nemo Krad on 05-09-2008
  • 2D Particle Tutorial V

    [youtube]http://www.youtube.com/watch?v=0_qMAyr7RJY[/youtube] In this tutorial I am going to bind the emitter to a game agent, now you will have to forgive me as I have been very lazy, I have taken textures from the Creators Club particle example as well as some of the facing methods, have not bothered...
    Posted to RandomChaos (Weblog) by Nemo Krad on 03-28-2008
  • 2D Particle Tutorial IV

    We have our classes so all I am going to do is now apply some pixel shader effects to both the particle system and the background image. I am going to describe how the pixel shader is applied to the particle emitter as the technique is the same for the background image. So, to our ParticleEmitter2D class...
    Posted to RandomChaos (Weblog) by Nemo Krad on 03-28-2008
  • Software License

    I have had a few people ask me now, "what license is your source released under?" and I always answer "eh?". So I have decided to take a look at a license for my downloads and have come across this one thanks to Amnesiasoft who posted it up on the HazyMind forum. It's called the...
    Posted to RandomChaos (Weblog) by Nemo Krad on 03-10-2008
  • Geographic Grid Registration - An alternative to Quadtrees and Octrees

    I guess you know what Octrees and Quadtrees are so wont go into too much detail on them here, but they are basically a great way to hold static (none moving) game objects in groups for the use of culling and the like. As stated this is great for game objects that don't move, terrain, buildings and...
    Posted to RandomChaos (Weblog) by Nemo Krad on 03-09-2008
  • Rolling Shader Fog

    [youtube]http://www.youtube.com/watch?v=1ajrL-iORZk[/youtube] Well here is my rolling fog. The sample download has two projects, one for XNA 1.0 Refresh and the other for XNA 2.0. I got it up and running on my 360, but for some reason on there the textures got mashed, the fog was fine though. I will...
    Posted to RandomChaos (Weblog) by Nemo Krad on 01-03-2008
Page 1 of 3 (29 items) 1 2 3 Next >