adcornaglia's Forum Posts

  • Nifty and low mem usage too.

  • Another great one. This has a lot of potential for scene transitions.

  • Crazy. What FPS plugin do you use btw?

  • Cool can't wait to see more.

  • Free Server + Free C2 Plugin = 😁

  • Wow, thank you so much for your thoughtful reply. I'm happy you understand where I was coming from and I really appreciate your work so far. Please let us know if you make any further progress, I'm sure this would be a great feature and well received for those who think outside the box, or just want some extra GUI bling. Hope to see more, have a great day and weekend.

  • Awesome, I'll try this out today.

  • Something like that (nw.js export win64b)

    It's a quick sample without all minimize/maximize/close features

    Edit: you can resize the windows

    Normally yes, you can resize the window by dragging it's extents. You can not though set the windows size via code/event sheet, or maximize the window (not full screen) and restore the window via code/event sheet.

    Also yes, something like that, thanks for taking the time.

    Here is my review:

    0. Is the window skin, or part able to be transparent to the desktop, IE: .png?

    1. Does this work by loading layouts into the window skin/controls layout?

    2. Pressing the maximize button should scale the window to the display not go full screen (seems like it is in full screen mode, can't drag the window after maximize).

    3. Pressing the maximize button twice should restore the window to it's previous size. Something like:

    var preservedWidth;
    var preservedHeight;
    
    function saveScreenSizeBeforeMinimising()
    {
       preservedWidth = window.innerWidth;
       preservedHeight = window.innerHeight;
    }
    
    function restoreScreenSize()
    {
       window.resizeTo(preservedWidth, preservedHeight);
    }
    [/code:gv3h7v4z]
    4. Close button seems to crash after hitting maximize.
    5. Minimize button works good.
  • Super cool.

  • The only other idea I could think of is to use a video as a tiled background. Or, add the library external like here somehow to your project:

  • xoros

    I am busy in wrapping backendless service into C2 plugin, it might take 2 months. I could add tone.js into my next TODO.

    R0J0hound What I meant is like this actually (https://www.scirra.com/forum/download/file.php?id=8491) , quick and dirty. Where in as the libxmp.js & chiptune.js files are added to the project and called in the editor. Wish there was a general tutorial on this method. Wouldn't that work?

  • You could disable window frame option when you export, and use custom backgrounds and/or sprites for GUI elements.

    Only to close the window. Unfortunately there is no way to maximize or resize the window via the editor yet.

  • Request: Would it be possible to extend the NW.JS file with the ability to produce skinned windows, such as in Winamp or Sonique? Hopefully with transparency as an option.

    Ideally it would work by creating the skin either on a separate layout, though external file combination (PNG's & XML) could do just as well.

    Thanks ahead of time.

    Examples below:

  • It would be possible to extend it with external libraries though?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > anyone knows how to put a video as texture ?

    >

    Hardmann

    This is spam as it is not at all relevant to this thread. Please don't do this again.

    Seems pretty relevant to me. <img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek">

    WebGL:

    - Source: view-source:http://stemkoski.github.io/Three.js/Video.html

    Blender:

    3DS Max:

    How Flash does it:

    I also accidentally found this: http://away3d.com/ "Away3D is an open source, real time 3D engine for the Flash Platform" with editor called Prefab3D.

    Never stop looking for answers friend.