Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm interested in JMonkey for some fun projects, but when I search Google to find tutorials and docs, I can only find either really basic and/or incomplete stuff, like these on http://jmonkeyengine.org/, or really specific ones. Do you know some "from beginner to expert" tutorial for JMonkey?
http://jmonkeyengine.org/wiki/doku.php/jme3 has a complete series of tutorials for jME3. They just haven't been accessible via google until now..
http://jmonkeyengine.org/wiki/doku.php/jme2:jme2 has a series of tutorials for the now community-supported old jME2
Actually, the best I found is this one:
http://www.theprogrammersweblog.com/2008/12/3d-game-programming-in-java-using.html
It's incomplete (but maybe it will be completed someday), but 11 parts are already available.
The aim is to create a complete Asteroid game.
Hey check this Game Making PDF
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have just started using ice4j as an ICE client. I am experimenting with it, and I want to create a simple chat application using it. The problem is, I can't seem to find any good tutorials on how to use ice4j, and the Javadoc I compiled from the source code doesn't seem to help either. I don't want to resort to having to read through all the source code, because that would be annoying. Is there anything that can help me learn ice4j?
Try reading tests, usually it's the best documentation, especially when there's nothing decent about a techlogy
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
I want to make a game in opengl. Unfortunately, I don't know how to make square in OpenGL in java :[
I read JayWay Tutorials, but these tutorials are...
strange....
Why? These tutorials are complex and I don't understand as I make square xD
Can you help me? Can you give me a simple project/tutorial I could learn this?
The Android developer network gives a (very) high level overview of how OpenGL and Android work together here. They also provide a link to a few sample projects that involve drawing simple shapes. Take a look here for some examples that may help you. In the future, it would be better if you posted what exactly you're struggling with instead of a general "I don't get it!"
Also, this question should be very helpful for you.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for tutorial about OpenMap, which is one of map api.
But there is no good tutorial and documentation about this library on their web site.
I mailed them about this subject. But there is no response from them.
If you know any good tutorial can you share it?
Any help will be appreciated.
I found the OpenMap Developer's Guide to be quite helpful when I had to maintain an application built on OpenMap.
This tutorial from NetBeans might help.
https://platform.netbeans.org/tutorials/nbm-geospatial.html
It shows how to use OpenMap and GeoToolkit.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
"The Morning Brew" it's a very well done blogs that each day summarize the best posts for the .Net development platform.
It can be found at http://blog.cwa.me.uk/.
Is there a similar blog for Java? If not is someone interested in doing one? I do not need a series of blog about Java (I've already subscribed) but something that, like the .Net equivalent, posts the most relevant finding of the day.
Took a look at your link, for me something similar to it but in Java World is TheServerSide.com - "Your Enterprise Java Community"
Another good feed is "Javalobby - the heart of the Java developer community". In fact I prefer to surf its parent resource http://dzone.com/ - here you can find popular links from different technologies all around the web, and it keeps me up ;)
The Java Posse is an excellent java/news podcast resource, and the "liner" notes for their episodes have detailed links and notes.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for an Arima time series models in java.
Is there any Java library implementing Arima/Arma model?
Googling should help :)
I got this from Google:
Java ARMA model, simulation and fitting
Java ARIMA model
Hi Please refer to Apache Math Library for other forms of Regression, like Simple, OLS, GLS etc. I am looking for the same API as you are and API suggested in an Answer above SuanShu is not useful because it's PAID. I think Apache Math might be useful for you.