Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 967 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 967 Bytes

Example Projects for threeagent

This project contains example projects to demonstrate the usage of the ClojureScript threeagent library.

Pong

A simple implementation of Pong.

View the example

Beat Sajer

A Beat Saber map editor built using threeagent.

View the example

Karts

A visualization of the Advent of Code 2018 Day 13 puzzle

View the example

Tetris

A simple Tetris clone

View the example

VR Editor

An example of using the defcomponent macro to embed a virtual window from your desktop in the 3D scene. Allowing you to edit your threeagent scene from within the scene itself.

View the example