Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ebitengine/ebitengine.org

https://ebitengine.org
https://github.com/ebitengine/ebitengine.org

Last synced: about 2 months ago
JSON representation

https://ebitengine.org

Awesome Lists containing this project

README

        

# ebitengine.org

## Generating

Edit HTML files under `contents` and run:

```sh
go run gen.go
```

## Contributions

Contributions are welcome. However, if you try to contribute one or more sections or articles, please ask Hajime Hoshi before writing.

## Uploading WASM files

```
GOOGLE_APPLICATION_CREDENTIALS=/path/to/credentials.json go run ./cmd/uploadwasm/ -ebitenginepath=../path/to/ebiten -upload
```

## Test on your local machine

```
go run server.go ./_site
```

Validate your changes by opening http://127.0.0.1:8000.