XUtils

herfi

3D multiplayer game prototype written in Clojure and ClojureScript


Herfi

Herfi is a 3D multiplayer game prototype/technical demo written in Clojure and ClojureScript.

Big thanks to infinitelives/px3d and PlayCanvas projects, I couldn’t have managed to build this project without them. This project is a fork of px3d, and I tried to mimic the ECS (Entity Component System) of PlayCanvas.

Demo link: https://herfi.fly.dev

Screenshot

img

Prerequisites

You will need Leiningen 2.0 or above installed.

Running

npm install

npm run watch

To start a web server for the application, run:

lein run 

Then open: http://localhost:3000


Articles

  • coming soon...