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

Basic Lenses #33

Closed
acmertz opened this issue Mar 13, 2015 · 0 comments
Closed

Basic Lenses #33

acmertz opened this issue Mar 13, 2015 · 0 comments
Labels
Milestone

Comments

@acmertz
Copy link
Owner

acmertz commented Mar 13, 2015

Add basic color effects ("Lenses") to the Editor. A lens effect lives in the Timeline with all other clips and may be used to manipulate the coloration of the playback canvas.

@acmertz acmertz added this to the Beta 0.6 milestone Mar 13, 2015
@acmertz acmertz changed the title "Lens" effects, filters, and titles Basic Lenses Mar 13, 2015
acmertz pushed a commit that referenced this issue Aug 5, 2015
Changes include:
- Removed a couple entries from Ensemble.Editor.UI and moved them to
Ensemble.Pages.Editor to be more compartmentalized.
- Corrected some of the overflow positioning of the playback canvas and
its controls (the upper half contents previously overflowed their bounds
by a small amount due to an incorrect calculation).
- Scaffold code preparation for #30, #33, and #86. The playback canvas
and its controls are now part of the same container, making it easier to
displace it in the event a mini-app is open.
acmertz pushed a commit that referenced this issue Aug 5, 2015
Changes include:
- Additional scaffold code for Editor widgets (#30, #33, #86).
- Fixed another minor bug in the Editor's resize code.
acmertz pushed a commit that referenced this issue Aug 6, 2015
Changes include:
- Scaffold code for #33. Lenses can now be created, but don't currently
do anything.
- Lenses use the default picture duration during insertion and do not
show a thumbnail image in the Timeline.
- Lenses may not properly undo/redo after their creation. This will be
fixed in a future update.
- Projects containing Lenses will fail to load, causing Ensemble of One
to get stuck on the loading screen. This will be fixed in a future
update.
- Fixed a bug with FileIO that could cause a crash when attempting to
load a project with clip volume change forward History items.
acmertz pushed a commit that referenced this issue Aug 7, 2015
Changes include:
- Continued work on #33. Lenses can now be created, renamed, moved,
trimmed, and deleted just like any other Clip items.
- Lenses currently do nothing aside from take up space. They will affect
Canvas rendering in a future update.
acmertz pushed a commit that referenced this issue Aug 11, 2015
Changes include:
- Additional scaffold code for #33.
- Including GLFX library for WebGL graphics processing. Scaffold code
currently causes a crash.
- Updated UAP packaging to work with the Windows 10 RTM build (10240).
acmertz pushed a commit that referenced this issue Aug 12, 2015
Changes include:
- Continued prototyping #33. Lenses now display an "invert" effect.
- Lenses are very, VERY slow in this implementation since all pixel
manipulation is done on the CPU.
acmertz pushed a commit that referenced this issue Aug 12, 2015
Changes include:
- Continued work on #33.
@acmertz acmertz closed this as completed Oct 31, 2015
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