Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cvan/aframe-templating-examples
Examples of using existing templating engines with A-Frame.
https://github.com/cvan/aframe-templating-examples
Last synced: 2 days ago
JSON representation
Examples of using existing templating engines with A-Frame.
- Host: GitHub
- URL: https://github.com/cvan/aframe-templating-examples
- Owner: cvan
- License: mit
- Created: 2016-02-20T20:40:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T20:40:46.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T18:02:41.808Z (9 days ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aframe-templating-examples
Examples of using A-Frame alongside popular templating engines.
Since A-Frame is heavy on the markup, templating engines can greatly reduce the
amount of markup we hand-write. In these examples, we will create forests from
through a single prefabricated tree template.We will demonstrate:
- Handlebars.js
- mustache.js
- Fetching external templates![Forest](https://cloud.githubusercontent.com/assets/674727/13195386/beb3d8fe-d765-11e5-9b1a-a982c1e7cf36.png)