rfisher's Forum Posts

  • jayderyu

    Here is a Example of the Ouya controller working on a webpage. This is not my work, but I plan to modify it so that it will work with construct 2. The following link is a APK showing it working. This APK points to a webpage loacted at http://www.jenpop.com/ouya/

  • jayderyu

    I've been programming in C/C++ for a long time and most recently PHP/mysql.

    As for Java programming, I'm catching on and I'm working on the javascript part of the Ouya Controller plugin today. If I get it working I will share the android project files.

  • jayderyu

    I'm following the examples from the Phonegap website and samples from the latest ODK and TRYING to blend the ideas. My first attempt above is wrong and I'm working a better idea based on working phonegap plugins. Once again I hope to have something working soon.

    The game I'm talking about uses a custom behavior I made to make an object bounce based on the quadratic equation. When comparing game play on the Ouya and a PC It plays very similar and thats why I said I'm getting good performance. I'm not comparing FPS.

  • Using the latest ODK I have created a new version and I will post the source soon. I'm not near my Ouya for a couple hours so I will not be able to test for a while. As you can tell I'm new to Java and need to learn some basic concepts.

  • I might as well link to the apk file. Not the best, but a example.

    apk

  • Here is the java and javascript that compiled and ran without a problem. I just don't know if it actually was running.

    java

    javascript

  • If I place the following code after c2runtime.js in the index.html file will it override the previous code?

    window.addEventListener('keyup', function(){window.plugins.ocontroller.up();}, false);

    window.addEventListener('keydown', function() {window.plugins.ocontroller.down();}, false);

  • Ouya

    With the Ouya being released in late March I've been trying to get PhoneGap Ouya Controller Plugin to work with Construct 2. My first try I think it worked, but I'm not sure. Later today I will release my code. So far I don't even know if its whats required to get the Ouya Controller to work, but by releasing it I hope the more eyes that see it, it can be fixed.

    Let me know your interest.

  • I should be done with my Phonegap Ouya Controller Plugin in about 24 hours. I'm getting good FPS with non physics based games.

  • InvaderX

    Sure will, also conform to the new format. Should be later today.

  • Looks great. Why not use the latest Cordova 2.4.0?

  • My game for the Ouya is kind of a multiplayer game and with AJAX, PHP, and Mysql it works great. Its the type of game which doesn't require millisecond response time, thats why in my case it works.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I hope the big announcement is that they will support the Ouya controller.

  • Wink

    ArcadEd

    I think without that plugin this thing is not going to work.

  • ArcadEd

    I'm looking at a way to do this without using cygwin, so i had to take a peek at what was going on inside create.py and pendertools. I hope to get it working with just eclipse or ant.