Git Product home page Git Product logo

lux-server's People

Contributors

zukonake avatar

Watchers

 avatar  avatar  avatar

lux-server's Issues

Collision bug

Sometimes, especially near corridors, there is an invisible obstacle, usually happens in the same place, possible causes are: bug in the mesh generation or bug due to collision between floor tiles and entity.

GPU acceleration

In the future, a lot of computations like world generation or mesh generation can be tasked to the GPU, it would make it much faster, this would need to be optional. It can be potentially very good for dedicated servers with a GPU. Implementation could use OpenCL or similar APIs.

Custom simplex noise implementation

A custom simplex noise implementation would speed up the generation of chunks significantly, since glm's function seems to be pretty slow. The custom implementation could take advantage of the fact that noise values are needed in batches, so it could reuse certain values to generate full chunks of data.

Worldgen dirt strip.

There is a weird strip of dirt on the spawn, seems the collisions around it are bugged as well.

Invalid meshing

Currently, especially on open maps, there are certain tiles through which the player can fall down, I suspect the cause for this issue is different than for #1, here the mesh is probably generated in a wrong way, client meshing is working well and could be the basis for comparison.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.