https://github.com/bzflagcommunity/webbzw
Preview and edit BZW files on the web
https://github.com/bzflagcommunity/webbzw
bzflag bzflag-map bzflag-server bzfs bzw online-editor webapp webgl
Last synced: about 2 months ago
JSON representation
Preview and edit BZW files on the web
- Host: GitHub
- URL: https://github.com/bzflagcommunity/webbzw
- Owner: BZFlagCommunity
- License: mit
- Created: 2020-12-04T03:32:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T18:36:09.000Z (over 4 years ago)
- Last Synced: 2026-02-21T04:24:04.143Z (4 months ago)
- Topics: bzflag, bzflag-map, bzflag-server, bzfs, bzw, online-editor, webapp, webgl
- Language: TypeScript
- Homepage: https://bzw.thenoah.dev
- Size: 2.71 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webbzw
[](https://github.com/BZFlagCommunity/webbzw/actions)
[](https://deno.land)
Preview and edit BZW files on the web.

## Supported Features
- [x] Real-time preview
- [x] ~~Syntax highlighting~~ *temporarily removed, will be added back in the future*
- [x] Drag 'n drop files
- [x] Edit multiple maps at the same time
The list of supported map features can be found in issue [#2](https://github.com/The-Noah/webbzw/issues/2).
## Building
> [Deno](https://deno.land/) v1.8.3+ is required to build the application.
**Build**
```sh
deno run --unstable --allow-read --allow-write --allow-env build.ts
```
**Live server with hot reloading**
```sh
deno run --unstable --allow-read --allow-write --allow-net --allow-run build.ts serve
```
## Contributing
Contributions welcome!