Alpha Testing
[ Phaze  3 ]
/home/
Projects
Blog
Login
Forgot Password? Register
Shoutbox (23)
06 / 20 / 09 - 18:00:19
Brian said: The new layout is going to be completely javascript oriented! Yay ajax apps

06 / 15 / 09 - 23:16:32
Brian said: My friend RG is trying to find exploits on my site. No time to deal w/ him.

04 / 29 / 09 - 05:02:22
Brian said: I'm busy, busy, busy. Here's the new layout: briansport.com/BriansPort/

04 / 27 / 09 - 00:30:06
Brian said: New layout is almost done; being polished and bp is being reinvisioned.

03 / 26 / 09 - 19:51:49
Brian said: Due to popular demand (and me wanting to) this site will get a makeover.

03 / 19 / 09 - 02:26:58
Brian said: I claimed leetnightshade.com! (though nothing there yet)

03 / 19 / 09 - 02:18:25
Brian said: Still doesn't look that nice in IE.

03 / 11 / 09 - 03:45:43
Brian said: I just remembered this site doesn't display well in IE. Will be fixed soon.

03 / 11 / 09 - 03:31:30
Brian said: I'll be adding a contact page in case there are major errors in the future.

03 / 11 / 09 - 03:28:17
Brian said: Finally fixed the public commenting system. Sorry, I really am.


You must login/register to comment.
Blog
Jun 14, 2009 12:10 am
posted by Brian
9
Update : Projects, Brian's Port and Work

Sorry about the lack of posts, and lack of pictures. Sometime this summer I'll be switching over to the new layout, as well as adding more features and content; I'll be releasing it all in one package, because I don't want to implement the layout with all the same old stuff, I want to present it with some new stuff.

I didn't really get to provide any pictures thus far of Fluffymancer, but as of this moment that project is something I'd probably rather forget than anything. I at least got something out of it, it just didn't live up to my expectations what-so-ever.

<hr/>____________________________________________

I started work this week, though I can't really divulge that much information. It's definitely going to tak...Read more

tags:   blog  c#  cs  development  update  xna  

Blog
May 08, 2009 05:35 pm
posted by Brian
0
Height Map in XNA

This is a height map class that I came up with for the game I'm working on, Fluffymancer. I came up with a newer improved version, so I don't care about releasing this code, since it's going to be retired soon. It works well, but it's not as efficient as the newer version, which uses a VertexBuffer and an IndexBuffer. Feel free to use it, it's efficient, but if you have lots and lots of polygons (lets say more than 160,000 polygons) you need a good computer otherwise you'll have a much lower fps. This isn't as efficient because you have to send the vertices to the graphics card every draw call, where using a vertex buffer you send the vertices to the graphics card once.

Here's the heightmap.cs file:
[code]using System;
using System.Col...Read more

tags:   c#  cs  height  map  xna  

Blog
Mar 30, 2009 09:17 pm
posted by Brian
0
XNA Control Manager - v2 (now Player Manager)

This is actually a COMPLETELY NEW version of the Control Manager v1, there is nothing really similar at all. This version was actually inspired by my friend Aaron Schultz after seeing a Control Manager he came up with. Mine doesn't have a lot of functionality right now, more improvements will be coming. Though mine is organized well enough, as it doesn't have nearly as much unnecessary resources and overhead.

Also, this version hasn't really been fully tested; the only thing I've tested is the Keyboard binding, not the GamePad or mouse binding. I don't have a GamePad so I'll have to wait until I can buy one to test my code. This Control Manager right now has simple button presses, it doesn't give you the mouse position, wheel scrolling, resetting t...Read more

tags:   c#  cs  game  xna  

Blog
Mar 23, 2009 05:34 am
posted by Brian
0
C++ Game Control Manager - v1

Hey all, I've been working recently on a code sample in C++ to send to 1st Playable Productions. The code sample is an implementation of a C# in-game dialogue box in XNA with Lua Scripting support. In C#, a control manager is fairly simple, and in C++ it took me a little while to figure out how to do one. This control manager is a little more incomplete than my C# one, because it supports only function pointers, not member function pointers; though it's still perfectly functional, as you can still just call an isKeyPressed method.

Here's ControlManager.h
[code]#pragma once
#include <map>
#include <list>
#include <String>
#include <Windows.h>
#include <iostream>

using namespace std;

//...Read more

tags:   cpp  game  

Tag Cloud
blog c# cpp cs css development game height map news php twitter update UT2003 web xna
Associates
Rohit Garg
Aaron Schultz
CC License
Creative Commons License
This work by Brian Ernst is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.
© 2008 - 2009 Brian Ernst. All Rights Reserved.
Powered by PHP 5.0.
   About