Giter VIP home page Giter VIP logo

boundstone's Introduction

boundstone

Boundstone is a server software for Minecraft: Bedrock Edition written in V. Since it is written in V, it has high performance, can be compiled quickly and is lightweight.

How to install?

To build it, you have to install V. For this, follow the instructions there. After that, run on your terminal

v run boundstone.v.

Then you should clone this repository

git clone https://github.com/organization/boundstone.

To build and run it, simply type:

v run boundstone.v

License

This project is licensed under MPL-2.0. See the LICENSE file for more information.

boundstone's People

Contributors

flaplim avatar ksy4362 avatar shiipou avatar timehubkimsiyoung avatar

Stargazers

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

Watchers

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

boundstone's Issues

Error on v version V 0.1.22 19b4cf6

warning: bstone\bstone.v:17:55: pointer field `bstone.VRakLib.session_manager` must be initialized
warning: bstone\bytebuffer.v:17:37: `bstone.Endianness.little` is unnecessary, use `.little`
warning: bstone\bytebuffer.v:396:32: `bstone.Endianness.little` is unnecessary, use `.little`
warning: bstone\bytebuffer.v:399:29: `bstone.Endianness.big` is unnecessary, use `.big`
warning: bstone\packet.v:90:52: pointer field `bstone.EncapsulatedPacket.buffer` must be initialized
bstone\session.v:96:54: no need to specify the full array type here, use `[]` instead of `[][]bstone.EncapsulatedPacket`
   94|         receive_sequenced_highest_index: [0].repeat(ChannelCount)
   95|
   96|         receive_ordered_packets: [[]EncapsulatedPacket].repeat(ChannelCount)
                                                            ^
   97|
   98|         session_manager: session_manager

error on Windows

sv\boundstone.tmp.c:129:10: fatal error: sys/socket.h: No such file or directory
#include <sys/socket.h>
^~~~~~~~~~~~~~
compilation terminated.

OS: Windows Server 2019

Compile error on 0.1.29

bstone/udpsocket.v:81:63: error: unexpected `sizeof`, expecting `name`
   79 |     // level, optname, optvalue
   80 |     bufsize := Default_Buffer_Size
   81 |     C.setsockopt(sock, C.SOL_SOCKET, C.SO_RCVBUF, &bufsize, C.sizeof(bufsize))
      |                                                               ~~~~~~
   82 | 
   83 |     zero := 0

$ ../v/v --version
V 0.1.29 ca7a64a

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.