User Tag List

Results 1 to 5 of 5

Thread: CF2.5 Request

  1. #1
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    Conno's Avatar
    Join Date
    Jul 2006
    Posts
    106
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    CF2.5 Request

    Is there any chance of us getting native (to CF2.5) network/socket support, rather than going through extensions? I prefer to work with existing protocols, or create my own when designing apps/games - and the best extension for this (that I've found) so far is MooSock - as it leaves the protocol structure completely up to me, and has little bloat. Whenever I design a game/app that uses networking I normally write the back-end in C#.

    At the very least, will MooSock be converted for use with the HTML5 exporter?

    Thanks!

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    I think that until F3 the best we can hope for is extension support. In my free time I might make a socket extension using lacewing, but I could only support is on platforms that James' liblacewing runs on. I have no desire to deal with raw sockets, unless they have reasonable abstraction on the platform in question.

    In particular, if you could research how to do socket work and networking in HTML5 and even find libraries that abstract it more, then extension developers such as myself may be more inclined to work on it.

    A thing to consider is that liblacewing uses pushing streams (he library tells you that data has arrived), whereas many socket libraries use pulling streams (you ask the library if data has arrived), so that is an important factor.
    Working as fast as I can on Fusion 3

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,307
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Conno, the Moo objects have been abandoned by their original developer. They actually weren't made by Clickteam, even though they were included with MMF2. As a result, I'm doubting that it will ever get converted to HTML5.

  4. #4
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)
    No it would need to be a new extension.
    Put in a request in the bug box and maybe it can be considered.

  5. #5
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator ProPatch Maker
    Conno's Avatar
    Join Date
    Jul 2006
    Posts
    106
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by happygreenfrog View Post
    Conno, the Moo objects have been abandoned by their original developer. They actually weren't made by Clickteam, even though they were included with MMF2. As a result, I'm doubting that it will ever get converted to HTML5.
    Oh, I know, well aware of the history of Moo extensions. I've been around long enough :-)

    I was just citing that I'm stuck using an extension that old.

    LB - I'll do some research on it.

    Thanks Jeff, will do.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •