This is a project to learn Go for me
So This is very unstable!
Medaka is a MCBE(mcpe) server software written in Go.
These codes are written in Go based on PocketMine-MP (by PocketMine-Team).
If you haven't dep, Run the under command to get dep.
$ go get -u github.com/golang/dep/cmd/dep
Run the under commands to build.
$ go get -u github.com/beito123/medaka
$ cd $GOPATH/src/github.com/beito123/medaka
$ make deps
$ make
- Manual build: Link
Windows, Linux, (maybe it work on Mac...)
Go(v1.10^), Dep(v0.5.0), GNU make(v4.2) or GnuWin32(v3.81)
There is this project the under LGPLv3 License.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Thank you so much!
- PocketMine-MP (by PMMP-Team License:LGPLv3): A MCBE server software in PHP
-
Logrus (by sirupsen License: MIT License): A logger library
-
go-colorable (by mattn License: MIT License): Color Console for Windows
-
Viper (by spf13 License: MIT License): Internal process in Config
-
cast (by spf13 License: MIT License): Safe casting for Config
-
go-assets (by jessevdk License: BSD-3-Clause): Embed assets
-
orderedmap (by secnot License: MIT License): A ordered map
- Dep (by golang-team): Dependency resolution
-
Developers who are providing codes for Medaka.
-
And you
このプロジェクトは私がGo言語を学習するためのものです。
そのため、非常に不安定です!
このソフトウェアは、Go言語で書かれたサーバーソフトウェアです。
これらのコードは PocketMine-MP (by PocketMine-Team) を元にGoで書かれています。
Depがない場合は、以下のコマンドを実行してDepをインストールください。
$ go get -u github.com/golang/dep/cmd/dep
ビルドするには以下のコマンドを実行してください。
$ go get -u github.com/beito123/medaka
$ cd $GOPATH/src/github.com/beito123/medaka
$ make deps
$ make
- 手動ビルド: Link
Windows, Linux, (多分Macでも動くはず...)
Go(v1.10^), Dep(v0.5.0), GNU make(v4.2) or GnuWin32(v3.81)
このプロジェクトはLGPLv3ライセンス下にあります。
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Thank you so much!
- PocketMine-MP (by PMMP-Team License:LGPLv3): PHPで書かれたMCBEサーバー
-
Logrus (by sirupsen License: MIT License): Loggerライブラリ
-
go-colorable (by mattn License: MIT License): Windowsコンソールに色を付けるライブラリ
-
Viper (by spf13 License: MIT License): Configの内部処理
-
cast (by spf13 License: MIT License): 安全なキャストができるライブラリ
-
go-assets (by jessevdk License: BSD-3-Clause): ファイルの埋め込み
-
orderedmap (by secnot License: MIT License): 順序付きマップ
- Dep (by golang-team): 依存関係の解決
-
コードを提供してくださっている開発者の方々
-
And you