Search results

  1. synopia

    Little story about blend files

    Hi, as some of you already know from IRC, I am playing around with blend files (blender saves). This may be totally worthless, but at least I had some exercise with groovy :-) So blend files are somehow interesting. What blender does is just serializing its memory and internal state of all...
  2. synopia

    Must see talks about coding

    Hi, as we developers should always look out on how we can improve our code any further, its a simple, effective and fast way to watch or even attend talks about such topics. Maybe we can collect some here. Here is one, I enjoyed live and just watched it again...
  3. synopia

    Saving assets

    For the behavior tree editor I need to save the modified trees somewhere and somehow. After looking into code and some chats on IRC, I came up with the following solution. Just want to talk about its pros and cons. The behavior trees are normal assets. They are serialized into a hierarchical...
  4. synopia

    Implementation Behavior Trees

    Name: Behavior Trees Summary: API + Implementation for stable and optimized behavior trees. Scope: Engine / Mod Current Goal: Implement the core elements of a behavior tree and the interpreter. Phase: Design / Implementation Curator: synopia Related: Pathfinding, Minions After coding for the...
  5. synopia

    synopia

    Name: synopia Social: http://github.com/synopia https://www.facebook.com/synopia https://twitter.com/synopia http://www.java-forum.org/members/90.html From: Dresden/Germany Skills / Tools: Developer since... uhm.. too long ;-) primarily Java & Ruby Found via...
  6. synopia

    Tweaking Pathfinding

    Name: Pathfinding Summary: API and algorithms to find paths between two blocks. Scope: Engine Current Goal: Implement a proof of concept and develop a nice API for it. Phase: Implementation Curator: synopia Related: wiki Repository: https://github.com/synopia/Terasology/tree/pathfinder2 Try...
Top