playn Questions
16
Solved
I have scoured the internet for almost five days now looking for a fix to this issue, but I cannot seem to find and fix it on my own, mainly because I am so new to both Maven and PlayN so I'm not e...
27
I've been following the getting started tutorial, but am stuck after I imported the playn project using Maven. I am using Eclipse Indigo running on 64bit Windows 7.
All the imported projects have ...
16
Solved
Trying to build PlayN sample projects I get:
Missing artifact com.sun:tools:jar:1.6 pom.xml /playn-cute line 6 Maven Dependency Problem
On every pom.xml file.
How do I resolve it?
Edit:
I've a...
8
2
Solved
I've been researching for days to figure out how to resolve this with no luck. The PlayN JavaSound class uses the javax.sound.sampled.AudioSystem class to play sounds, and the mp3 format does not s...
2
Solved
I'm having a weird problem when I try to compile my game in HTML. (I searched the other topics and they refer to people who are importing illegal packages, which I'm not.)
So basically, every clas...
3
Solved
I'm having a problem playing sounds on Android. I've added the following code to my project:
import playn.core.Sound;
...
@Override
public void init() {
Sound bg = assets().getSound("bg");
bg.p...
1
Solved
When you access PlayN's site you see that PlayN's logo uses Google colors: http://code.google.com/p/playn/
Also, Lilli Thompson talked about PlayN at New Game Conference in 2011 as a Google game d...
Arium asked 15/8, 2013 at 17:47
1
Is there a way to programmatically trigger the virtual keyboard on iOS and Android in PlayN? Something like Gdx.input.setOnscreenKeyboardVisible(true); in LibGDX.
The best I could find is the Key...
1
Solved
I'm making a game that's part of a service where users can register avatars.
The problem is that the playn api doesn't seems to have any load image from URL function (or maybe I'm kinda blind).
...
1
I've tried to follow the instructions on the getting started page for playn and run into problems when running the first program java showcase. I get the following errors when right clicking and ru...
Lining asked 7/8, 2012 at 12:29
2
Solved
I'm getting to the point where I've almost given up trying to use PlayN. I've tried PlayN's Getting Started guide here, as well as GamesFromScratch's updated guide here, with no luck. Every time I ...
2
Solved
I have written a game in PlayN, which has to communicate with a JavaEE-Server with Seam.
First of all I only need the game running in HTML5.
The current issue is the communication between the Play...
Familiarity asked 29/1, 2012 at 14:10
1
Solved
I'd like to use PlayN to create a client/server card game, e.g. Hearts. While I'm mostly focusing on the HTML5 output, I'd ideally like to be output-platform-agnostic in case I decide to make an An...
Loosetongued asked 28/1, 2012 at 16:35
0
I want to send a string with json content to a REST service. How can I convert a simple POJO to a json string? Normaly I would use Gson to do this:
My class that I want to convert:
public class U...
2
Solved
Disclaimer: I'm new to GWT/PlayN, so this might be an obvious mistake that I'm making.
When I have a basic (starter) PlayN project, my BlahGame class method implements the Game interface, which re...
1
© 2022 - 2024 — McMap. All rights reserved.