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

https://github.com/simbleau/vong

The first compute-centric vector graphic video game
https://github.com/simbleau/vong

Last synced: 10 months ago
JSON representation

The first compute-centric vector graphic video game

Awesome Lists containing this project

README

          

# đŸ•šī¸ Vong

**Play it on web [here](https://simbleau.github.io/vong/)**

This repository contains source code for the first native use of a compute-centric vector graphics video game, inspired by Pong.

image

---

## 🚩 Goals

- Use *fast* vector graphics in a video game
- Use tessellation to derive vector hulls for physics

## 🔧 Development

- **Dependencies**
- [Rust](https://www.rust-lang.org/)
- [Trunk](https://trunkrs.dev/) - For web

- **Run** *(Native)*

```shell
cargo run
```

- **Run** *(Web)*

```shell
trunk serve
```

## 🔏 License

This project is dual-licensed under both [Apache 2.0](LICENSE-APACHE) and [MIT](LICENSE-MIT) licenses.