3D Graphics. Mojang Escape Style in Java
#1 Members - Reputation: 103
Posted 17 February 2012 - 05:13 AM
So, is there any tutorial to make something like a 3D space... how can i create a sword using Paint.net and import it to eclipse, etc etc.
Sorry for english... I'm spanish. Hope u understand this. Thx for reading. Cya.
#2 Members - Reputation: 294
Posted 17 February 2012 - 05:47 AM
#4 Members - Reputation: 294
Posted 17 February 2012 - 08:50 AM
Do you want to make a game using java? If so, do you want to make a game engine in java, or you just want to use an existing engine that is made in java? Or you just want to use an existing engine that has a java interface?
#5 Members - Reputation: 231
Posted 17 February 2012 - 11:35 AM
You will learn how functions work and eventually how you could use it for your own program. As your last question, google is again your best friend. If you need to know how to use a function like an array you should google "array java" and you wil end up with lots of code using arrays in many different ways. Once you have the basics you can look into a simple game like pong. And start on a slightly harder game step by step so you learn new things and better ways how to go around solving the problems you encounter.
I don't know how well the intelisense of eclips is but i guess it should be up to par with other software like visual studio. Intelisense finishes your code and let's you know what parameterrs a method excepts and in what form. This let's you know how to use basic functions and methods. But if your new this can be hard to read, i ensure you if you lookup the documentation often and google like above you will get the hang of it. Programming gets easer and easier once you know how to read this intelisense and errors saying theres some error at some line.
If you want to skip this part (i ensure you that you will fail, but thats a learning experience too
Good luck!
Current Project: TechnoFlux read all about it on my
#6 Members - Reputation: 103
Posted 17 February 2012 - 08:08 PM
Do you want to make a game using java? If so, do you want to make a game engine in java, or you just want to use an existing engine that is made in java? Or you just want to use an existing engine that has a java interface?
I want to make a engine , from scratch.
If you want to skip this part (i ensure you that you will fail, but thats a learning experience too
) i found this tutorial for you: http://java.sun.com/...raining/java3d/. But if you just going to copy paste or simply rewrite without knowing what stuff does will not get you very far.
Thx for the info! im gonna do this.
#7 Members - Reputation: 93
Posted 17 February 2012 - 10:04 PM
"Make games, not engines."
Good luck, and get programming!
#8 Members - Reputation: 103
Posted 18 February 2012 - 03:59 AM
There isn't really a great universal definition of a game engine, but most people think of it as a general code structure that can be reused, etc. It's quite common for new game programmers to want to make "an engine from scratch", but the simple answer that most people give is that you shouldn't. You should just learn/practice a programming language, then just focus on actually making a game. You can then take code from that game and reuse it to make your next games more quickly.
"Make games, not engines."
Good luck, and get programming!
Thx and good luck u too!






