Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 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!