raven icon indicating copy to clipboard operation
raven copied to clipboard

Raven - OpenTimelineIO Viewer Application

Results 25 raven issues
Sort by recently updated
recently updated
newest added

Raven naively uses Dear ImGui in a way that re-renders the window even when not needed. The application's performance & power consumption could be improved by fixing this oversight. When...

help wanted

Bumps [libs/glfw](https://github.com/glfw/glfw) from `dc557ec` to `b35641f`. Commits b35641f Wayland: Cleanup 64906f8 Wayland: Cleanup 51b6434 Wayland: Fix possible segfault on drag enter dfebad7 Update macOS OpenGL compatibility notes 97892c6 Cocoa: Add...

dependencies
submodules

Bumps [libs/imgui](https://github.com/ocornut/imgui) from `9937660` to `b30df88`. Commits b30df88 Table: Angled Headers: internal refactor to facilitate changing angled header... 558c57a Fixed static analyzer warning "Pointer to local array 'overlay_buf' is stored......

dependencies
submodules

_Note: I'm not a C++ developer, nor do I have a lot of experience with WASM! Maybe I'm misunderstanding parts of this._ Today I was able to successfully deploy a...

Bumps [libs/implot](https://github.com/epezent/implot) from `33c5a96` to `f156599`. Commits f156599 Remove trailing blanks. 1f7a8c0 Using offsetof() instead of obsoleted IM_OFFSETOF() 065acc3 Fix EndPlot() not deducing auto color for ImPlotCol_PlotBorder (#517) 22ef01e Small...

help wanted
dependencies
submodules

Bumps [libs/ImGuiColorTextEdit](https://github.com/jminor/ImGuiColorTextEdit) from `7dec5d8` to `bc05d37`. Commits 2811968 use continue instead of return inside cursor loops e3d51f2 fix issue with move home and move end ccf6cef remove crap 444bf52 fix...

help wanted
dependencies
submodules

If Raven is given an OTIO file with a top-level object that isn't a Timeline, it crashes. The most common case of this is an OTIO file with a SerializableCollection...

help wanted
good first issue

This is a Work-In-Progress Pull Request meant to solve #19 Summary of Changes (WIP) --- `inspector.cpp` - added 'Enabled' checkbox for non-Gap items (Tracks and Clips) using `ImGui::Checkbox()`: ![image](https://github.com/OpenTimelineIO/raven/assets/78163326/2c24cc57-ef97-402e-9922-7a6fa0a86f37) `timeline.cpp`...

Background: - Clips (and other Items) have an `enabled` flag which toggles whether they are enabled or disabled. For audio clips, this is a mute/unmute toggle. For video clips, a...

help wanted
good first issue

At this time Raven doesn't display underlying key / values of `UnknownSchema` objects in an items metadata. The tree can't be expanded further than the schema root. To implement this...