mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-07 16:34:27 +01:00
Updated PocketCHIP (markdown)
parent
a9a15c4279
commit
f50830412d
@ -1,5 +1,9 @@
|
|||||||
[PocketCHIP](https://getchip.com/pages/pocketchip) is a very small Linux machine with display and keyboard mainly for developing and playing 8bit-like games. As this is just a Linux machine, Ebiten should work on CHIP. Write games in Go and enjoy it on the cool device!
|
[PocketCHIP](https://getchip.com/pages/pocketchip) is a very small Linux machine with display and keyboard mainly for developing and playing 8bit-like games. As this is just a Linux machine, Ebiten should work on CHIP. Write games in Go and enjoy it on the cool device!
|
||||||
|
|
||||||
|
# Install 3D Accelerator
|
||||||
|
|
||||||
|
See [https://bbs.nextthing.co/t/c-h-i-p-pocketc-h-i-p-in-stock-for-the-holidays-3d-acceleration-alpha/11108](). Install this Chrome app and install the accelerator. (Note I have not tested this yet :-( )
|
||||||
|
|
||||||
# Install Go
|
# Install Go
|
||||||
|
|
||||||
Unfortunately, Go available from `apt-get` is too old. CHIP's architecture is ARM v7 (you can check `uname -m` on the terminal), thus you can use Go [Linux/ARMv6 binary](https://golang.org/dl/). Let's download the newest one (Ebiten works on Go 1.7 or newer).
|
Unfortunately, Go available from `apt-get` is too old. CHIP's architecture is ARM v7 (you can check `uname -m` on the terminal), thus you can use Go [Linux/ARMv6 binary](https://golang.org/dl/). Let's download the newest one (Ebiten works on Go 1.7 or newer).
|
||||||
|
Loading…
Reference in New Issue
Block a user