vong

The first compute-centric vector graphic video game

APACHE-2.0 License

Stars
66

🕹️ 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.


🚩 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.