Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
21 views

How do I add AndEngine documentation in Eclipse?

I am very new to AndEngine. I have just downloaded the full documentation file, but I can't attach it to Eclipse. How can I do that?
4
votes
4answers
196 views

How to get faster iteration times in android development

I'm creating a game on the android platform that uses the resources/raw folder for assets and scripts. The problem is that every time I change something I have to rebuild the application to test the ...
1
vote
1answer
117 views

Model View Control Issue: Null Pointer Initialization Question

Good morning again. This is David. Please, I need an urgent help regarding control model view where I making a code that uniquely separating into groups: An Activity Java Class to Display the ...
1
vote
1answer
219 views

Android Cocos2DX using C++ in Eclipse Helios Windows XP

I have used Eclipse Helios 3.6.1 for Java development. I wanted to start C++ development in the same IDE so I installed Autotools Support For CDT, C/C++ Development Tools, C/C++ Library API ...
-5
votes
1answer
251 views

What is best way to make a 2d game in Java? [closed]

I want to use Java and also J2EE preferably, but the main question is: What do I use for graphics while making games in Java?
2
votes
1answer
158 views

Is using the applet class in a Java game a wise thing to do?

I am making an 2D multiplayer game in Java project, by using Java sockets and simple java.applet.* Our teacher told us to use J2EE concepts in the project. Do I have to use JSP? Is it better or ...
0
votes
0answers
48 views

Alter the debug perspective view preferences in eclipse ide [closed]

Ok, My debug view in eclipse is a dropdown menu. Which is ok but it only will show the stack trace when i hover over it...i would prefer it to be a already collapsed list like in the youtube tutorial ...
1
vote
0answers
116 views

Noobie asking for Unity advice on getting started [closed]

I have an excellent working knowledge of 3ds Max, Photoshop and other artist tools, howeve r I have limited knowledge of Unity itself. I have been thinking about a career change for a while and would ...
1
vote
0answers
428 views

How can I fix these errors with Panda3D's sample projects?

I just installed the latest Panda3D packages on a Mint 12 32-bit virtual machine. Then I downloaded and configured Eclipse and tried to run the Asteroids sample project. The window is created ...
-1
votes
2answers
664 views

are there any alternatives to developing android apps other than with eclipse [closed]

Ever since I installed the android sdk and avd manager in eclipse for java developers, it's been pretty simple to create apps for the mobile device. The only issue I have is eclipse is way too slow ...
0
votes
1answer
425 views

Struggling to get set up with JOGL2.0

I did have JOGL1.1 set up and working, but I soon discovered that it did not support the latest OpenGL, so I started work on upgrading to JOGL2.0 it's not gone too well. Firstly, is it worth me ...
1
vote
1answer
262 views

Why won't this ClanLib “Hello World” project build in Eclipse CDT?

I've been trying to get a simple Hello World working with ClanLib using CDT (Eclipse), but I'm just not getting it configured properly. First, from the command line, I'm able to get it to run using ...
2
votes
1answer
783 views

Setting up OpenGL 3.3 in SDL 1.2

I've been using SDL 1.2.14 for awhile without using many of the features from newer OpenGL versions. I'm now interested working only with the 3.3 API (not using the deprecated functions, etc... that's ...
-1
votes
2answers
726 views

Android NDK - moving .so files from one project to another

I have a small project I've coded for Android that uses a small about of NDK/JNI code. I'd like to share this code between two projects but I'm having little luck so far. First off, I've tried to ...