User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 12 of 12

Thread: Simulator Hybrid Extension

  1. #11
    No Products Registered

    Join Date
    Jul 2006
    Posts
    2,289
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: Simulator Hybrid Extension

    Great idea! Yes, that sounds like a potential solution.

    How would we tackle that, though? Would CT and Developers have to develop that standard together after we rough out an idea on the why and how?

    This could be a good lead if the other developers would care to comment and expand on the potential for what Random has proposed.

    I that a standard like that could make extensions "smarter" and and allow for more interaction. That would also facilitate better AI and such.

    I used to talk about "smart arrays" well, this sounds like a better approach because smart extensions could use an array standard and this could open up some big doors.

  2. #12
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Simulator Hybrid Extension

    Yeah I think some skilled coders should look at it with or without CT.

    After all the array should be flexible enough to store data from all potential extensions. I know a guy who wrote/uses a list-based array for an upcoming pathfinding extension. Maybe "our" array should be list-based too.
    Usual 2d arrays are like.. an array of arrays of some data type.
    A list based one would then be a list of lists of some data type.

    While I think it is a bit slower than a regular array, the advantage is that columns and rows can be added on all sides, inserted and removed at very low cost. But then I'm no expert at this and probably your average C++ programmer would kick me in the face for claiming that something list-based can be faster than an array.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. 2.5 physics bouncing ball + platform movement hybrid
    By RedHades in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 30th December 2013, 05:11 PM
  2. I can't get it to run on xcode simulator.
    By SiXX in forum iOS Export Module Version 2.0
    Replies: 5
    Last Post: 4th January 2013, 03:32 AM
  3. Simulator -> Device difference?
    By Fanotherpg in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 30th March 2012, 11:59 AM
  4. RTS Turret simulator ext.?
    By legocacher in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 5th April 2010, 11:20 PM

Posting Permissions

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