/vong

The first compute-centric vector graphic video game

Primary LanguageRustApache License 2.0Apache-2.0

🕹️ Vong

Play it on web here

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

  • Run (Native)

    cargo run
  • Run (Web)

    trunk serve

🔏 License

This project is dual-licensed under both Apache 2.0 and MIT licenses.