Import A-Frame 3D models, scenes, and more into LiaScript open-courSes

Import A-Frame 3D models, scenes, and more into LiaScript open-courSes

This blog entry presents an example of how to import A-Frame 3D models, scenes, and more into LiaScript open-courSes.

The entire README file can be interpreted as a library, we say template, that only needs to be imported into your LiaScript course via:

<!--
import: https://raw.githubusercontent.com/liaTemplates/aframe/master/README.md
-->

# Your Course

And then you can start to use all the features and examples that are provided in the original README file.

The idea of a template is to provide a fully functional course that also works as documentation for the implemented functionality/macros. During the initialization LiaScript will only parse the main-header of the import and load all JavaScript, CSS, defined macros and make them usable in your course.

The following link will open the course in the LiaScript editor:

Open AFrame in LiaScript

… or take a look at the implementation within the LiaScript LiveEditor:

Open AFrame in LiveEditor

or visit the implementation on GitHub:

https://github.com/liatemplates/aframe

To see an overview on all available templates, please visit:

https://github.com/topics/liascript-template

Related Posts

One Document - Multiple Representations

This is part one of a demo series that explains certain LiaScript design elements.

Read More

Podcast: OER und ihr Einsatz in der Hochschullehre

Im folgenden Podcast geht es um die Herausforderungen und Chancen der digitalen Lehre im Wintersemester 20/21, das weniger hybrid verläuft als erwartet.

Read More

Open Source Community Projects on GitHub versus Traditional Publishing Models for OER

In this post, I will aim to make a case for Git and GitHub by comparing how “traditional” publishing models (for OER) can be improved through dynamic, flexible, and transparent open-source community projects.

Read More