Ebiten: Workable on the Go playground

Created on 15 May 2019  路  4Comments  路  Source: hajimehoshi/ebiten

https://twitter.com/bradfitz/status/1128069715455123457

Now Go Playground supports third party libraries, but of course Ebiten does not work :-)

The reason is that in the playground GOOS=nacl and Ebiten doesn't have driver implementations for this. For such environment, how about implementing a dummy drivers so that at least it can be 'compiled'?

This is not urgent but set the milestone 1.10.0 since Go Playground tries to get the latest stable version.

feature playground wontfix

Most helpful comment

All 4 comments

Now the playground supports go.mod, this issue is not urgent :-)

https://play.golang.org/p/KLZR7NlVZNX

Wow, the playground can show an image!

https://play.golang.org/p/EUijJdjjVqn

Unfortunately, as the playground capability is very limited, it'd not be feasible to make Ebiten work on the playground.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hajimehoshi picture hajimehoshi  路  6Comments

joaowiciuk picture joaowiciuk  路  5Comments

hajimehoshi picture hajimehoshi  路  5Comments

hajimehoshi picture hajimehoshi  路  7Comments

nanoslayer picture nanoslayer  路  7Comments