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

Composition and Translation #87

Open
escape-llc opened this issue Jan 23, 2022 · 0 comments
Open

Composition and Translation #87

escape-llc opened this issue Jan 23, 2022 · 0 comments
Labels
Milestone

Comments

@escape-llc
Copy link
Owner

Summary

With the advent of the Visual Layer, start taking advantage.

Actual Behavior

Framework does not make use of composition or Translation.

Expected Behavior

Switch over implementations or create parallel implementations.

Additional Details

For the most part, the matrix algebra works out way easier; in particular everything is based on System.Numerics.

Also a "problem" is with styling; composition objects do not participate in the XAML Style system.

Major points:

  • switch everything over to System.Numerics wrt creating series geometry etc.
  • switch all uses of Canvas.Offset to UIElement.Translation which is a Vector3.
  • create new series based on CompositionGeometry.
@escape-llc escape-llc added this to the Nuget 2.0.0 milestone Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant