Search results

  1. shartte

    Targetted Java Version

    Hello everyone, what is the current roadmap/policy for targetting Java 8? I think it has great potential for making APIs generally nicer (default methods) and simplifying a *lot* of the UI code by using Lambdas for bindings. Another nice feature would be to use the embedded JavaScript engine -...
  2. shartte

    Store Biome Per Block

    Hello everyone, i will try to present my proposed change to store biome information per-block with the other chunk data (block ids, etc.). The problem I am trying to solve: Through profiling, I found that 95%+ of the time spent in generating a chunk mesh is spent in calculating the...
Top