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

LiaScript Tutorial an der TU Bergakademie Freiberg (German)

In diesem Tutorial werden die neusten Features und das "neue" Design von LiaScript vorgestellt. Die Vorschau auf die Klassenraumfunktionen sind in der aktuellen Version bereits enthalten und können von jedem frei und ohne Login und ohne Logging genutzt werden...

Read More

Open Educational Ressources (OER) - Vision, Vorteile und praktische Umsetzung mit LiaScript und OPAL

Gemeinsam mit Studenten Lehrmaterialien erstellen und diese unter einer freien OER Lizenz teilen. In diesem E-Teach@Talk spricht Prof. Dr. Sebastian Zug von der TU Bergakademie in Freiberg über seine Erfahrungen beim interaktiven Einsatz von LiaScript in der Lehre. Es wird auch ein Ausblick auf die zukünftigen und derzeitigen Entwicklungen von LiaScript gegeben und es wird diskutiert, was OER eigentlich können muss.

Read More

Install Visual Studio Code with LiaScript

This blog entry presents a a detailed instruction on how to install Visual Studio Code with LiaScript and how to use it to develop your LiaScript courses.

Read More