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...
Jumbled asked 1/11, 2012 at 4:14

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 ...
Delta asked 4/12, 2011 at 12:54

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...
Heiser asked 1/1, 2012 at 17:3

8

I'd like some help chosing a framework for cross platform mobile game development. I have narrowed it down to libgdx and playn I plan to make games mainly targeted for Android but i would also be ...
Stateless asked 14/8, 2012 at 23:11

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...
Orourke asked 24/6, 2012 at 3:47

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...
Glottal asked 18/10, 2013 at 0:8

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...
Kendakendal asked 28/10, 2013 at 20:24

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...
Kaliningrad asked 17/6, 2013 at 20:44

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). ...
Vicenta asked 16/10, 2012 at 17:5

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 ...
Misuse asked 6/7, 2012 at 6:50

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...
Trophoblast asked 28/1, 2012 at 13:7

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...
Sg asked 21/11, 2011 at 2:27
1

© 2022 - 2024 — McMap. All rights reserved.