Porting to C2 - node webkit - doable?

0 favourites
From the Asset Store
Node Downloader is a plugin for download file for Construct 3 and construct 2 game engine
  • Hi boys & girls,

    after some sandboxing with Construct 2, I�m seriously thinking in porting my CC project to C2.

    To that end, I got several questions to the more experienced C2ers.

    -Node Webkit, how good is it? My main target platform still is the non-Win8 desktop. I have to handle a whole bunch of external files, mainly gfx and some data stored in ini-files and hashtables. I still would prefer to address them and be able to load them at runtime. The node webkit object should allow me to do that, and of course I need to load local resource gfx for sprites, tiled bg, etc.

    -WebGl vs. PS 2.0 Dx9 - How versatile are the shaders? Anybody has some experience with perfomance letdowns or improvements?

    -Plugins - There�s a lot already, I�d need some sort of hashtable as mentioned above, line of sight and - there comes the big one - a capable audio engine like the xaudio from CC to handle channels / positioned sounds / music.

    -Overall perfomance - I need to handle alot of objects, 80% is scenery stuff that doesn�t have to many events going at runtime, but 50 enemies + player + some serious bullet stuff should be doable at 60 FPS v-synced. Of course this is too vague, but is it generally possible at at a 720p resolution?

    Finally I am growing tired of the workflow hinderings that one encounters with CC and, if C2 is suitable, a switch would prevent a desaster for the dev process.

    If C2 can pull it off, I promise you a superb title that will of course skyrocket C2�s already flawless reputation ;)

    Thanks

    The Colonel

  • I'm a convert from classic, myself and in the last six months C2 has really impressed, I am currently doing some tests with a 32000 wide layout granted a sparse backdrop but with 500-600 objects running around all shooting, moving and calculating, I get a very solid 60 FPS with node, compared to 30 fps in firefox and approx 50-60 with chrome...

    The fact that C2 is still developed and the stable editor more than make up for any features not yet implemented into C2...

  • Ashley made a performance test around CC & C2 and to our biggest surprise

    WebGL is way faster than CC native DX9 !

    Here is the blog entry

    Otherwise , the shader database is currently really big with more than 70 WebGL effects

    Also , I think ... There's currently positionned audio in the audio plugin (?)

    Cheers ...

  • Node-Webkit is as good as the Chrome browser (it's almost the same thing), which is great because Chrome has generally been the best and fastest browser for HTML5 games. (Firefox has done well to catch up lately though!) Our HTML5 renderer in Chrome is on par with CC's DirectX9 native engine performance-wise.

    The node-webkit plugin should allow all the file access you need. The Dictionary object is the new name for hash table. Don't use INI, it's an ancient format from Windows 3.1; the Dictionary object is a better choice anyway.

    WebGL shaders are probably as good as or better than DX9 PS2 shaders. DX9 PS2 level was specified in 2004; the WebGL spec was started in 2011. They also work on mobile and Mac and Linux desktop.

    We recently added line-of-sight, and I don't know if you've checked out C2's Audio object lately, but it includes positioned sounds and advanced audio effects which should make it on par with XAudio2 - but again, cross platform.

    Performance shouldn't be a problem, except for desktop systems with out of date graphics card drivers (which can sometimes fall back to software rendering). Usually a driver update resolves any problems.

    I would seriously strongly recommend you go with C2 instead. I do think its desktop exporting via node-webkit is comparable to Classic's, with the added bonus it runs on Mac and Linux, in browsers, on mobile...

  • I have noticed lag spikes with shaders in C2 - not sure if it's just my machine, or a more widespread issue. Of course, that's with many layer effects and at fullscreen resolution.

  • Alrighty, sounds good so far.

    Some additional stuff: Does the node webkit support real full screen? (full screen, not maximized window).

    Look & feel - wise, how will the node webkit export be presented. As there is no executable, how is the data compiled / stored upon export?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Visually is is real full screen however apparently behind the scenes it isn't (i.e. it still renders background windows).

    There is an .exe file on export, however it uses some external files in the same folder. This isn't abnormal, most games do this.

  • While it uses a fullscreen borderless window, as long as the window manager is hardware accelerated (it is in win 7, 8 and vista when aero is turned on) there seems to be no performance difference between that and 'true' fullscreen mode. Another benefit is I hear fullscreen borderless windows are more stable than true fullscreen, as alt tabing in and out of true fullscreen mode can sometimes cause crashes.

  • The only benefit I see (and desire) with true fullscreen, is on older machines, I find there is a performance boost the smaller the window is, meaning the user has to have it windowed and small if they have a bad computer.<img src="smileys/smiley16.gif" border="0" align="middle" />

    Having True fullscreen would, since it changes the monitor resolution, allow the user to easily set the resolution to 640x480 or something, and the game can scale to the resolution, thus giving performance boost. As of now, I have to manually change the resolution to a lower one on an older machine, which sometimes messes up the icons on the users desktop and is just troublesome to do. <img src="smileys/smiley21.gif" border="0" align="middle" />

  • Yeah, true. It would be a nice option to have, but at least there's some method available for users with old graphics cards.

  • Chrome is better than node-webkit on Mac (my game is mostly black with node-webkit but runs perfect in Chrome), which is something to keep in mind.

  • Yeah, apparently Node-Webkit has issues on Mac and Linux ATM but I can't imagine that continuing for too long.

  • Purchased a personal license.

    Wish me luck ;)

    Anyway, big thumbs up for Scirra and this awesome and supportive community!

  • YAY the Mac Node-webkit is now working really well! (with the 0.6 update that came with C2 r135)

  • Awesome, good to hear!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)