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

feat: Tldraw v2: presentation area video file #49

Merged
merged 25 commits into from
Jun 10, 2024

Conversation

danielpetri1
Copy link
Collaborator

@danielpetri1 danielpetri1 commented Mar 6, 2024

This PR introduces the ability to generate a video file of the presentation area from Tldraw v2 data within the BigBlueButton 3.0 environment.

trimmed.mp4

Currently, the following shapes are supported:

Shapes

  • Arrow Shape (Left, Right, Up, Down)
  • Checkbox
  • Cloud
  • Diamond
  • Ellipse
  • Frame
  • Hexagon
  • Oval
  • Rectangle
  • Rhombus
  • Star
  • Trapezoid
  • Triangle
  • x-box

Tools

  • Arrow
  • Cursor
  • Highlighter
  • Lines: straight or with spline or cubic connectors
  • Pencil

Style

  • Shape opacity
  • Shape fills: None, Semi, Solid, Hash pattern
  • Shape rotation
  • Strokes: draw, dash, dotted, solid
  • Stroke sizes: S, M, L, XL

Text

  • Textbox
  • Shape labels
  • Sticky notes
  • Vertical- and horizontal text alignment

TODOs:

  • Poll results: there was some discussion on a new design. Let's ensure it's finalized before adding it.
  • Labels and new arrowheads on arrows. There is some missing information that Tldraw needs to send concerning the positioning of arrow labels.

@antobinary
Copy link
Member

Well done!!

@antobinary antobinary requested a review from kepstin March 26, 2024 00:05
@danielpetri1 danielpetri1 marked this pull request as ready for review March 27, 2024 22:06
bbb_presentation_video/events/tldraw.py Outdated Show resolved Hide resolved
bbb_presentation_video/events/tldraw.py Outdated Show resolved Hide resolved
bbb_presentation_video/renderer/tldraw/fonts/.uuid Outdated Show resolved Hide resolved
bbb_presentation_video/renderer/tldraw/shape/__init__.py Outdated Show resolved Hide resolved
bbb_presentation_video/renderer/tldraw/shape/__init__.py Outdated Show resolved Hide resolved
bbb_presentation_video/renderer/tldraw/shape/arrow_v2.py Outdated Show resolved Hide resolved
bbb_presentation_video/renderer/tldraw/shape/rectangle.py Outdated Show resolved Hide resolved
bbb_presentation_video/renderer/tldraw/shape/triangle.py Outdated Show resolved Hide resolved
bbb_presentation_video/renderer/tldraw/utils.py Outdated Show resolved Hide resolved
bbb_presentation_video/renderer/tldraw/utils.py Outdated Show resolved Hide resolved
@kepstin kepstin force-pushed the tldraw-v2-squashed branch from 0e5e165 to 52c70e6 Compare June 10, 2024 20:31
@kepstin kepstin merged commit 09e9efe into bigbluebutton:main Jun 10, 2024
5 checks passed
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.

3 participants