C# fps
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: C# fps
who? I do not know C# enough to do something like that
Re: C# fps
Think halls got enough to do anyway 
But here is a good tutorial for starting with 2D/3D in C#.
http://www.riemers.net/
But here is a good tutorial for starting with 2D/3D in C#.
http://www.riemers.net/
--- Game Database ---
For all your game information needs!
Visit us at: http://www.gamedatabase.eu today!
For all your game information needs!
Visit us at: http://www.gamedatabase.eu today!
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: C# fps
thanks for the link Falk
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: C# fps
Just search for XNA tutorials. Using DirectX extensions in C# does not really make much sense with how easy and clean it is to work with XNA. As an added advantage, you have a built-in marketplace to attempt to sell your game through the XBox Live Marketplace.
The indelible lord of tl;dr
Re: C# fps
That link I posted provied great starter guids in both C# using DirectX, but there is also the same guides available for XNA and even more for XNA than for C# with DX.Jackolantern wrote:Just search for XNA tutorials. Using DirectX extensions in C# does not really make much sense with how easy and clean it is to work with XNA. As an added advantage, you have a built-in marketplace to attempt to sell your game through the XBox Live Marketplace.
Also you can find a "Getting started" video tutorial here:
http://creators.xna.com/en-US/education/gettingstarted
It features 2 games, where they show all code in the videos, I did most of it myself too, great tutorial. (One 2D and one 3D).
Can also recommend the book "Microsoft XNA Unleashed", read almost the whole book, and it is very good, also discussing how to port the game to Xbox-360 and performance issues and how to avoid them. http://www.amazon.co.uk/Microsoft-XNA-G ... 645&sr=8-1 (I read the one for XNA 1.0 tho).
Also there seems to be a book on how to make a mmo in XNA coming later this year: http://www.amazon.co.uk/Programming-Mmo ... 30&sr=1-16
--- Game Database ---
For all your game information needs!
Visit us at: http://www.gamedatabase.eu today!
For all your game information needs!
Visit us at: http://www.gamedatabase.eu today!
Re: C# fps
You can use the Unity engine (which is now free for indies) to create a FPS, and you can code the scripts in C#.
Adobe Photoshop CS4/Illustrator CS4
Adobe Flash CS4
3DS Max & Maya
PC Spec:
Intel Core 2 Quad Q9550 (2.8ghz)
8gb 800Mhz DDR2 RAM
1gb nVidia GTX275
2TB SATA HD
Windows 7 RTM
Adobe Flash CS4
3DS Max & Maya
PC Spec:
Intel Core 2 Quad Q9550 (2.8ghz)
8gb 800Mhz DDR2 RAM
1gb nVidia GTX275
2TB SATA HD
Windows 7 RTM
Re: C# fps
Yes they even have a downloadable tut on their site
Coding-PHP, Javascript, C++, HTML, mySQL
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: C# fps
moved topic...
Re: C# fps
I don't personally like Riemers tutorials.
XNA is a must the creators forum is very helpful for any questions.
XNA is a must the creators forum is very helpful for any questions.