Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T18:36:09.000Z (over 2 years ago)
- Last Synced: 2024-05-01T17:56:57.505Z (7 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: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webbzw
[![CD](https://github.com/BZFlagCommunity/webbzw/workflows/CD/badge.svg)](https://github.com/BZFlagCommunity/webbzw/actions)
[![Deno](https://img.shields.io/badge/Deno-v1.8.3-blue)](https://deno.land)Preview and edit BZW files on the web.
![screenshot](screenshot.png)
## 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 timeThe 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!