Skip to content

Vybe

Clojars Project

Code at https://github.com/pfeodrippe/vybe.

Vybe

A Clojure framework for game dev (alpha).

Vybe Packages

We have a Github Actions pipeline that builds, tests and publishes to Clojars for each OS, each has a suffix for its version, check below:

  • OSX universal
    • io.github.pfeodrippe/vybe {:mvn/version "0.7.582-macos-universal"}
  • Windows (x64)
    • io.github.pfeodrippe/vybe {:mvn/version "0.7.582-win-x64"}
  • Linux (x64)
    • io.github.pfeodrippe/vybe {:mvn/version "0.7.582-linux-x64"}
  • Linux (x64) Basic, for example, if you don't have access to AVX2 instructions
    • io.github.pfeodrippe/vybe {:mvn/version "0.7.582-linux-x64--basic"}

Getting started

Check Getting Started.