Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remix editor #35

Merged
merged 14 commits into from
Apr 26, 2024
Merged

Add remix editor #35

merged 14 commits into from
Apr 26, 2024

Conversation

nicksellen
Copy link
Contributor

@nicksellen nicksellen commented Apr 11, 2024

Adds remix editor with three modes:

This implements just the editor part, with a fixed background image for now.

To include three.js models you need to:

  • add glb files in MEDIA_ROOT/remix/models/
  • add png versions in MEDIA_ROOT/remix/models/png/

Each editor mode has it's own canvas. The different libraries are used to make use of built-in features from the libraries that make it suitable for those modes and minimise custom implementations.

The whole scene with all the modes included can be exported/imported via a JSON data structure.

@nicksellen nicksellen changed the title Add remix Add remix editor Apr 26, 2024
@nicksellen nicksellen marked this pull request as ready for review April 26, 2024 10:05
@nicksellen nicksellen merged commit 893e03f into development Apr 26, 2024
1 check passed
@nicksellen nicksellen deleted the add/remix branch April 26, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant