Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

vecnode/imgui-timeline

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgui-timeline

Under development.

imgui-timeline addon with professional track controls, solo/mute, and height adjustment.

Quick Start (Ubuntu/Linux)

./build_app.sh
./build/build_VULKAN_Release_ubuntu/bin/imgui_timeline_vulkan

Quick Start (macOS 12.2+)

./build_app.sh
./build/build_METAL_Release_macos/bin/imgui_timeline_metal

Manual Build

# Linux/Ubuntu (Vulkan)
cmake -S . -B build -DBUILD_DEMO=ON -DUSE_BACKEND=VULKAN
cmake --build build -j
./build/bin/imgui_timeline_vulkan

# macOS (Metal)
cmake -S . -B build -DBUILD_DEMO=ON -DUSE_BACKEND=METAL
cmake --build build -j
./build/bin/imgui_timeline_metal

Integration

add_subdirectory(addon)
#include <imgui_timeline.h>

ImGuiX::Timeline timeline;
std::vector<ImGuiX::TimelineTrack> tracks;
ImGuiX::TimelineEdit edit;
timeline.Frame("##timeline", tracks, &edit);

Note: libs/imgui/ is auto-fetched by the build script.

About

imgui-timeline a Timeline addon for ImGUI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.