Affichage des articles dont le libellé est console. Afficher tous les articles
Affichage des articles dont le libellé est console. Afficher tous les articles

jeudi 27 mars 2014

Nexus 7 as OUYA [Portable Game Console] topic




Hello everyone, I have a question about feasibility, and the likes. This is what I want to do: Run OUYA natively on my Nexus 7 [2013]. I heard there are dual-boot options available for my Nexus 7, and I could just as easily add external storage with meenova, slap on a cheap case, stick on a GameKlip to it, and wala.

I figure if I sell my OUYA, I'd be able to buy everything with that money that I need to get my set-up going. One problem, I can't find an OUYA rom anywhere. All I can find are hacks and tweaks to get the OUYA launcher going. I don't want that. I want to run the OUYA flavor of android, natively, and solely, giving it full-use of my 2GB ram available.

Is this possible? Does a native OUYA rom exist for any device, are there any plans to make one/keep it up? I loved the idea of OUYA initially, but I hate it now. It's just staying there, and I never use it. Seeing Ben Heck's portable OUYA inspired me to look for an alternative option. He said something like, "sure we could've taken a tablet and slapped a controller onto it, but we wanted to make things more difficult and hack it." Then I thought to myself, how about we don't make things more difficult, and lemme try to find a way to port this controller-centric experience to my tablet. The only thing I love about OUYA at this point is the fact that over 700+ andriod games exist that not only work, but work better with a controller.





jeudi 6 mars 2014

Playing sound on a console application :c topic




Since i'am going to make a rpg game for practicing what i've learned so far,before i move on...
I'm trying to put a BGM on my "game",searched everywhere,and nothing seems to work,so yea...i think someone here can help me

this is the presentation menu, it is inside "main()" just for now....
this is what i found to put a BGM


Code:


#include "stdafx.h"
#include <iostream>
#include <Windows.h>
#include <cstdlib>
#include <ctime>
#include <mmsystem.h>
#pragma comment(lib, "winmm.lib")

using namespace std;

int main()
{
    PlaySound(TEXT("mm.wav"), NULL, SND_FILENAME | SND_ASYNC);

    system("COLOR 01");
    cout << "              ###################################################" << endl;
    cout << "              ##                                              ##" << endl;
    cout << "              ##                                              ##" << endl;
    cout << "              ##                                              ##" << endl;
    cout << "              ##                                              ##" << endl;
    cout << "              ##            Pequena Adventures V1.0          ##" << endl;
    cout << "              ##                  Coder: Tyrr64.              ##" << endl;
    cout << "              ##                                              ##" << endl;
    cout << "              ##                                              ##" << endl;
    cout << "              ##                                              ##" << endl;
    cout << "              ##                                              ##" << endl;
    cout << "              ##                                              ##" << endl;
    cout << "              ##                                              ##" << endl;
    cout << "              ###################################################" << endl;
   
    cin.get();
    return 0;
}


I've installed the WDK since i did not found winmm.lib on my computer

everything compiles fine,but the musics does not get played,so... where is my error?
//i'am using VC2013 ultimate....
Thanks!





dimanche 23 février 2014

Problem with the console on the new python.org site topic




The new home page of python.org is very nice, congratulations !

But there is a problem with the online console provided by PythonAnywhere : with my azerty keyboard, I can't enter characters such as ) or ] - very annoying !

It this going to be fixed soon ?

- Pierre





vendredi 24 janvier 2014

Console topic




Ok, i would like to monitor my phone. I dont know what the best way to do this. I would like to set up a console through my computer. If necessary, i can use another monitor via micro-usb to hdmi.
honestly, any feedback would be much appreciated

Sent from my SM-T310 using xda app-developers app





"back" on console mode? topic




I have connected SHIELD to TV and either BT mouse or a MOGA controller, but I couldn't figure out a way to go "back" or "home". There's no onscreen buttons, anyone have any ideas how to use "home" or "back"?

Sent from my SCH-I605 using Tapatalk





Mobile Console apk (Samsung) to Nexus 4 and others for Samsung Game Pad topic




Hi,

I own a Samsung Game Pad (EI-GP20) and I'm wondering if I could get the Samsung Mobile Console app to work on a Nexus 4 or another device running android <4.2?
I wasn't able to give the apk file a try since I couldn't find it. It seems to be available only from Samsung App Store...

Anyone could help me getting the file? Maybe someone already tried something?





[Q] Mobile Console apk (Samsung) to Nexus 4 and others for Samsung Game Pad ? topic




Hi,

I own a Samsung Game Pad (EI-GP20) and I'm wondering if I could get the Samsung Mobile Console app to work on a Nexus 4 or another device running android <4.2?
I wasn't able to give the apk file a try since I couldn't find it. It seems to be available only from Samsung App Store...

Anyone could help me getting the file? Maybe someone already tried something?