How to make 3D racing game with XNA? [closed] - xna-4.0

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I would like to know how to make an 3D racing game with xna. I never used it but I want to learn starting with that kind of game.
Does anyone has any ideas where I can find any tutorials to start with?
Or what shall I do?
Thanks in advance,

There is an excellent book on XNA called Professional XNA Programming : Building Games for Xbox 360 and Windows with XNA Game Studio. It doesn't explain every little detail, so if you want to build your way up there are a couple of books on XNA 4.0. Check out the listing at PacktPub http://www.packtpub.com/books/all?keys=xna. If you find other books on Game Programming, they will also help you.

Related

Is it hard to make a online app, in the cloud, communicate with a cheap usb finger print scanner? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
So, i came with a start up idea, but in order to make it happen, i need to make a web app communicate with any finger print usb scanner - those that you can buy anywere. It must take the scanned finger print and save it in the cloud data base.
It would be difficult,code wise?
I want to code it in Ruby on Rails
As RoR is server-side you would want to use some client-side language to interact with a clients usb, such as JavaScript. I know Chrome offer a feature to do this but am unsure if it will be available across multiple browsers.
http://developer.chrome.com/apps/app_hardware.html

Feasibility of an interactive movie app [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm researching different platforms for an interactive movie app I'm going to be developing and I'd like to know if this is possible and feasible, in that users would actually get acceptable performance, reliability and so on.
The movies are going to be well under 30 minutes, live-action and won't need to be very high def, but will require a framerate suitable for live-action. I'm intending on porting(?) this to various mobile apps. (although I've yet to learn what the difference is between an fb app and an fb app for the various mobile devices)
In case it needs said, I'm an experienced developer, but I've not done any fb apps.
I'm not sure if this is the most suitable place to ask this but anyway...
Have a look at This Exquisite Forest, it might provide some tips. I think HTML5 is quite promising for such project.

How to get started with Xcode? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have just started with IOS app dev, and was wondering if you'll could help me out a bit with Xcode. I have tried the developer.apple link but the Interface Builder part is not quite clear. I mean at least i am finding it a little challenging to understand.
I've actually read this it's pretty good:
Beginning iPhone 4 Development: Exploring the iOS SDK
The thing is that if you don't know Objective-C, you should get a book on that first, otherwise you'll whack your head trying to understand even the basics examples in the above mentioned book. A good Objective-C book would be :
Beginning Mac Programming: Develop with Objective-C and Cocoa (Pragmatic Programmers)

Face Detection with JAVA [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am planning to develop a web app which will detect faces in a jpeg image. I will use tomcat for deployment. I want help on how to proceed.
I dont want any code.
Just a flowchart of steps will do. I want to avoid use of third party libraries for face detection. But please list all options.
Any information, algorithm, resource will be greatly helpful.
Thank you..
I would recommend using a 3rd party lib such as OpenCV. You'll want to look at the Haar feature detector. There's some info here http://opencv.willowgarage.com/wiki/FaceDetection and plenty more on the OpenCV mailing list.
There are Java bindings for OpenCV http://code.google.com/p/javacv/ . But it might be easiest to produce a separate command line util that you shell out to in Tomcat.

Creating games for wp7 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
i'm new to wp7 and want to develop 3d games. please help...
I'd suggest starting here: http://create.msdn.com/en-US/
That at least will get you the tools you need for this platform.
You will also want to familiarize yourself with both C# and Xaml languages.
Edit: Almost forgot. XNA is probably going to be your friend too if you are headed for game development. I rather like it as a framework since its fairly easy to port stuff back and forth from pc to xbox. Never used it with wp7 but....good luck :)
On this website you can find all what you need.

Resources