orxThreading

Hello, I'd recommend a feature.

I would like that you implement a threading module. A module that adds handling of threads, mutex, etc.. , Keeping the portability of orx.

I recommend a library: "tinythread" :P

Thanks ;)

Comments

  • edited February 2012
    Hi!

    Well, a thread wrapper in orx wouldn't help you much as long as orx isn't multi-threaded/thread safe itself. :)

    That being said, I've been thinking on different multi-threading approaches for orx itself, but time has been lacking and it's not very high on my priority list right now.

    When the time comes though, I'll go for an approach that will use as less mutex/locks as possible and favor some clock-based data-driven sequencing scheme. Something akin to Shears would be great.
    But we're not there by any stretch. :)
  • edited February 2012
    :woohoo:
    When the time comes though, I'll go for an approach that will use as less mutex/locks as possible and favor some clock-based data-driven sequencing scheme. Something akin to Shears would be great.
    But we're not there by any stretch.

    Awesome PPT! I should be studying game development, I love this!
  • edited February 2012
    I was working at Ubisoft Montreal when they developed Shears and I think it's a great tool.

    Beside, Shears' main author is a very good friend of mine so I can't say bad things publicly! ;)
  • edited February 2012
    iarwain wrote:
    I was working at Ubisoft Montreal when they developed Shears and I think it's a great tool.
    but orx is better! jaja :P
    Beside, Shears' main author is a very good friend of mine so I can't say bad things publicly! ;)

    jajaja shurely :P
Sign In or Register to comment.