IrrWizzard + IrrConsole

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
verysimplenick

IrrWizzard + IrrConsole

Post by verysimplenick »

How I can use IrrConsole with IrrWizzard?
I include IrrConsole in project,compile succsess(I corect code for MinGW)
but I don't undestand how make for run IrrConsole...
I search in forum,but i don't find answer... :(
Also I read testApp.h & testApp.cpp but I don't understand where make it in Irrwizzard...
area51
Posts: 338
Joined: Thu Mar 18, 2004 10:20 pm
Location: UK
Contact:

Post by area51 »

Well, I havn't used IrrConsole before, although judging by the testApp that comes with it, it should be a simple task.

Make sure you get the IrrConsole testApp running before hand. I wont be able to offer support as this isn't my baby.

To get it working with IrrWizard, there are three areas of interest :

IC_TestApp::init, IC_TestApp::run(), and IC_TestApp::OnEvent. They should corospond to CGamePlayState::Init(), CGamePlayState::Update() and CGamePlayState::KeyboardEvent()

A lot of the code from the testApp wont be needed as it has already been done/initialised by IrrWizard.

Make sure you have all the IrrConsole files included in your project also.
________
Rob Smedley
Last edited by area51 on Thu Feb 24, 2011 11:57 pm, edited 1 time in total.
verysimplenick

Post by verysimplenick »

Maybe I'm stupid lamer,but programm don't work :(((
I want example :))
netpipe
Posts: 669
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: IrrWizzard + IrrConsole

Post by netpipe »

Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
Post Reply