https://github.com/doughamil/threeagent-examples
Example projects for the ClojureScript library threeagent
https://github.com/doughamil/threeagent-examples
clojurescript threejs
Last synced: 5 months ago
JSON representation
Example projects for the ClojureScript library threeagent
- Host: GitHub
- URL: https://github.com/doughamil/threeagent-examples
- Owner: DougHamil
- Created: 2019-03-02T21:35:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T15:33:40.000Z (over 2 years ago)
- Last Synced: 2024-12-15T20:53:29.864Z (5 months ago)
- Topics: clojurescript, threejs
- Language: JavaScript
- Size: 12.7 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Projects for threeagent
This project contains example projects to demonstrate the usage of the ClojureScript [threeagent](https://github.com/DougHamil/threeagent) library.
## Pong
A simple implementation of Pong.[View the example](https://doughamil.github.io/threeagent-examples/pong/)
## Beat Sajer
A Beat Saber map editor built using threeagent.[View the example](https://doughamil.github.io/threeagent-examples/beatsajer/)
## Karts
A visualization of the Advent of Code 2018 Day 13 puzzle[View the example](https://doughamil.github.io/threeagent-examples/karts/)
## Tetris
A simple Tetris clone[View the example](https://doughamil.github.io/threeagent-examples/tetris/)
## 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](https://doughamil.github.io/threeagent-examples/vr-editor/)