Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ebitengine/ebitengine.org
- Owner: ebitengine
- Created: 2022-09-23T04:52:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T00:51:58.000Z (2 months ago)
- Last Synced: 2024-10-26T13:59:01.812Z (2 months ago)
- Language: HTML
- Size: 55.3 MB
- Stars: 24
- Watchers: 2
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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.