Results 1 to 5 of 5
Thread: Talking Computer Face Project
- 07-11-2011, 07:41 PM #1
Member
- Join Date
- Jul 2011
- Posts
- 2
- Rep Power
- 0
Talking Computer Face Project
Hey guys. So, we have this old computer in our dining room thats just sitting in a chair, and one day I thought, hey, wouldn’t it be cool if you could give that computer a face and make it talk?
So heres what I want to do: I want to write a simple bit of java that makes a face come up on the screen, makes it repeat some simple phrases, and makes the face move when it talks.
Here’re my problems: the computer runs Windows XP. I don’t know how to program with windows xp, cause Im used to working on my mac. I’m not sure if I need to download a jdk, java, or any other necessities for the computer cause it hasn’t been used for quite awhile.
Lastly, I’m probably gonna need some help with the program, cause i’m pretty much just a beginner.
By the way, sorry if this is in the wrong section.
Thanks!
- 07-11-2011, 07:59 PM #2
Unless I'm blatantly misunderstanding something, programming Java on that machine should be pretty much the same as programming Java on a mac. Recommended reading: "Hello World!" for Microsoft Windows (The Java™ Tutorials > Getting Started > The "Hello World!" Application)
As for the rest, take it one small step at a time.How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 07-11-2011, 10:16 PM #3
Member
- Join Date
- Jul 2011
- Posts
- 2
- Rep Power
- 0
Well, I read this and I ad the HelloWorldApp that said “Hello World!”, but I don’t feel any closer to making that stupid computer talk to me.Recommended reading: "Hello World!" for Microsoft Windows (The Java™ Tutorials > Getting Started > The "Hello World!" Application)
I was thinking that for the face I would just use a series of images to make it look like he was talking. Do you make it show images in the same way you make it show text? And how exactly could I figure out how to make it say stuff?
- 07-11-2011, 10:27 PM #4
You probably do NOT want to make this an applet. It sounds like you want an application.
This part of the forum pertains to writing applets.
- 07-12-2011, 02:21 PM #5
In addition to what Norm said, let me offer you some advice: slow down. You can't expect to have everything up and running in just a couple days (even a couple weeks is probably being optimistic). Your program idea isn't particularly hard, but it does contain several different pieces, all with different learning curves (GUI, animation, audio) that aren't going to just work for a beginner.
I recommend you start with the basic tutorials: Trail: Learning the Java Language: Table of Contents (The Java™ Tutorials)
Do them in order, do all of the exercises, and play with all of the examples. Don't skip ahead, even if you see something that looks like something you care about more. That process should take weeks or maybe even months, depending on how thorough you are. Feel free to post any questions you have about the tutorials here.
When you finish that, then move on to the GUI side of things: Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)
Don't be discouraged or overwhelmed, but you should realize that this is going to be a slow and sometimes painful process- but it's worth it! Taking it one step at a time is the key.How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
Similar Threads
-
Face Dections CTS
By rockos in forum Advanced JavaReplies: 2Last Post: 09-17-2011, 09:40 AM -
Can't understand what Joshua Bloch is talking about...
By Jackson86 in forum Threads and SynchronizationReplies: 2Last Post: 09-20-2010, 02:29 PM -
Pioneers talking about cloud computing secrets at Sun Microsystems Conference
By girishgupta in forum Java SoftwareReplies: 0Last Post: 12-23-2008, 12:27 PM -
Socket refused, but applet talking to native server
By Waccoon in forum NetworkingReplies: 1Last Post: 12-17-2007, 11:13 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks