Go to file
Kumi 013d02a15c
Enhance editor UI and user content management
Introduced significant updates to the user interface for editing VR
scenes, adding new CSS styles for a coherent and modern look.
Implemented data tables for robust content management in the user area,
now users can easily navigate through scenes and media with DataTables
integration. Expanded the API with category retrieval capabilities,
enabling dynamic content categorization.

The editor now seamlessly integrates into the UI with a sidebar for
properties editing, improving usability. The teleportation element
creation and modification logic has been significantly refined,
including a search-enabled dropdown for destination selection, making it
more user-friendly. Added thumbnail display for scenes and media in the
user area, enhancing content overview.

This update also introduced user area templates and routes, providing a
foundational structure for user content management functionality,
including categories and individual category views.

Refactored JavaScript imports to align with the new editor CSS and
adjusted scene loading to support embedded scenes, improving the
flexibility and usability of scene components.
2024-03-14 17:28:14 +01:00
assets Enhance editor UI and user content management 2024-03-14 17:28:14 +01:00
quackscape Enhance editor UI and user content management 2024-03-14 17:28:14 +01:00
.gitignore A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00
manage.py A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00
package-lock.json Enhance editor UI and user content management 2024-03-14 17:28:14 +01:00
package.json Enhance editor UI and user content management 2024-03-14 17:28:14 +01:00
README.md A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00
requirements.txt A mo-mo-mo-monster 2024-03-11 15:56:03 +01:00
webpack.config.js Enhance editor UI and user content management 2024-03-14 17:28:14 +01:00

Quackscape - A panoramic content management system for the web.

Quackscape is a content management system for panoramic/VR photos and videos. It is designed to be a simple and easy to use platform for sharing panoramic content on the web. It is built using the Django web framework and is designed to be easily deployable on a variety of platforms.

Requirements

  • Python 3.8+
  • Redis
  • ffmpeg
  • NodeJS / NPM
  • MariaDB or MySQL (optional but recommended)
  • A web server (Caddy, gunicorn, Nginx, Apache, etc.) (optional but recommended)