Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
/ vrblog Public archive

A django/wagtail app for a Virtual Reality Blog using A-Frame

License

Notifications You must be signed in to change notification settings

andywar65/vrblog

Repository files navigation

VRblog

A django/wagtail app for a Virtual Reality Blog using A-Frame. A-Frame is a JavaScript library that lets you embed VR into HTML tags! The repository is archived due to a security issue in Wagtail.

In a first phase I followed Wagtail tutorial for setting up a blog app, then I started implementing the VR part.

The vrblog_base.html holds all the invariant parts of the A-Frame tags.

Vrblog_index_page.html extends the base. Index page is transformed in a 4x4x3 room where you can walk around. On the front wall you find the title and intro template tags. On the right links to indexed posts. On the left there is no wall, but a window to an equirectangular image. On the back wall are three link targets to navigate to the parent, previous and next pages.

Vrblog_page.html extends the base. Blog page is transformed in a 4x4x3 room where you can walk around. On the front wall you find the title, date, intro, category and tag template tags. On the right an image gallery alternated with text. On the left there is no wall, but a window to an equirectangular image. On the back wall are three link targets to navigate to the parent, previous and next pages.

The rooms are enclosed in a four pillar structure. Shadows are cast.

About

A django/wagtail app for a Virtual Reality Blog using A-Frame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published