mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 12:08:58 +01:00
Updated Home (markdown)
parent
a68d4edd17
commit
03aff18db6
15
Home.md
15
Home.md
@ -1,5 +1,20 @@
|
||||
Welcome to the Ebiten wiki!
|
||||
|
||||
# How to install
|
||||
|
||||
Let's get the Ebiten source code and compile it.
|
||||
|
||||
```sh
|
||||
:; go get github.com/hajimehoshi/ebiten
|
||||
```
|
||||
|
||||
If you want to run your game on a web browser, execute this:
|
||||
|
||||
```
|
||||
:; go get github.com/gopherjs/gopherjs
|
||||
:; go get github.com/gopherjs/webgl
|
||||
```
|
||||
|
||||
# How to build
|
||||
- [[Linux]]
|
||||
- [[Android]]
|
||||
|
Loading…
Reference in New Issue
Block a user