Hey everyone! I've been reading through the akka docs, looking at some of the example projects, and am interested in how it might help me run a large scale wildlife simulation. Without elaborating too much, I'd like to simulate a massive world that potentially is scalable across machines, with all sorts of animals moving around, eating each other etc. There are a couple old Akka sample projects that show a simple simulation of Ants, all represented as actors. I was looking at them, but they're heavily tied to the now removed STM framework. I'm trying to jump in and right a new version of Ants using the latest Akka code, but am not sure how best to migrate away from all the deprecated STM code.
The original projects are https://github.com/pvlugter/ants and https://github.com/azzoti/ScalaAkkaAnts Any guidance would be appreciated :) Thanks, -Kal -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
