Coder Social home page Coder Social logo

valaphee / tesseract-kotlin Goto Github PK

View Code? Open in Web Editor NEW
17.0 1.0 1.0 1.33 MB

Experience Minecraft in a different way

License: MIT License

Kotlin 96.81% Java 1.26% C++ 1.71% Python 0.21%
java kotlin minecraft mcpe minecraft-server bedrock mcpe-server mcbe mcbe-server bedrock-engine

tesseract-kotlin's Introduction

________                                           _____ 
___  __/____________________________________ ________  /_
__  /  _  _ \_  ___/_  ___/  _ \_  ___/  __ `/  ___/  __/
_  /   /  __/(__  )_(__  )/  __/  /   / /_/ // /__ / /_  
/_/    \___//____/ /____/ \___//_/    \__,_/ \___/ \__/  

license version build

Experience Minecraft in a different way. Tesseract is a server software for Minecraft: Bedrock Edition.
But it uses a different concept then most servers out there, some are for example:

  • Entity-Component-System in combination with Dependency Injection
    which gives the software the advantage to be fully modular and therefore easy customizable with no
    monolithic classes
  • Multi-threaded, but cycles(ticks) are not run asynchronously. This means cycles help to synchronize everything again, but chunks,
    entities, etc. can be processed asynchronously, but have to wait for all to finish for the current tick. But overall
    it can easily benefit from systems with 32 or even more cores.
  • Hijack Generator: It's clear that this software won't be able to fully replicate a vanilla minecraft server
    but there is a Terrain Generator which "hijacks" the vanilla one by connecting to an internal vanilla server
    and capturing its chunks
  • completely written in Kotlin, Kotlin is a modern programming language, which is JVM compatible and has
    a lot of benefits compared to Java, some are for example: Null-safety, type-interference, coroutines,
    higher-order functions, etc. Which all are powerful tools to write more complex software with lesser code (and failures to make)

How to build

  1. git clone https://github.com/valaphee/tesseract
  2. cd tesseract
  3. ./gradlew build

tesseract-kotlin's People

Contributors

valaphee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

langomatisch

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.