• @bhmnscmm
    link
    2411 months ago

    Hopefully this eventually becomes the game Spore was supposed to be.

    • littleblue✨
      link
      8
      edit-2
      11 months ago

      Spore had so many of my young hopes riding on it… 🥹

      edit: purchased on Steam to send $5 to the dev team just now!✌🏽

    • @Shou
      link
      711 months ago

      Elysium Eclipse is much, much closer to spore. Thrive is a very different kind of game.

      • @bhmnscmm
        link
        311 months ago

        Thanks for the recommendation! I haven’t heard of Elysian Eclipse. It definitely seems like it’s trying to fulfill the Spore concept.

        • @Shou
          link
          211 months ago

          Yeah! It’s pretty much trying to finish what Maxis started.

  • AutoTL;DRB
    link
    fedilink
    411 months ago

    This is the best summary I could come up with:


    Thrive is an in-development Early Access open source evolution sim, much like life itself it continues to evolve and a new release version 0.6.4 brings changes to ensure the foundation is solid.

    With the release the developers do say there’s not a lot new to show in terms of gameplay, because it was focused on a “massive rework in the functionality of Thrive’s background processes” which includes a “brand new physics engine complete with better performance”.

    Refactored the entire microbe gameplay code to use an Entity Component System (ECS) architecture and a different physics engine (Jolt).

    Added a native C++ library for Thrive that has the physics engine integration for now but we can in the future move computation heavy parts of the game there that might benefit performance.

    Improved the visuals of the organism statistics panel and added / updated related tooltip icons as well.

    Added 3D panorama backgrounds for various patch types for the late multicellular underwater part.


    The original article contains 374 words, the summary contains 160 words. Saved 57%. I’m a bot and I’m open source!

  • @[email protected]
    link
    fedilink
    111 months ago

    Entity-Component is so foundational I can’t imagine starting without it. Good on them for changing to that architecture tho