Draft
Conversation
Refactor/ workspace
50ms -> 20ms
ref: #11 (comment) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…dio/aexlo-rs into feature/suite-management
ref: #11 (comment) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
ref: #11 (comment) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…dio/aexlo-rs into feature/suite-management
Feature/ suite management
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a major restructuring and significant new functionality to the project, transitioning it to a Cargo workspace with a modular architecture. It adds the initial implementation of the
aexlocrate, which provides an After Effects plugin loader and emulator in Rust, and introduces several internal modules for diagnostics, parameter management, and callback emulation. Additionally, it improves development tooling and documentation, including Japanese-language support and coding standards.The most important changes are:
Workspace and Project Structure:
aexlo,wrapper, andexamples/*) for better modularity and maintainability. Common package metadata and build settings are now managed at the workspace level. (Cargo.toml[1]aexlo/Cargo.toml[2]Core Functionality and Modules:
aexlocrate, which implements the core After Effects plugin loader and emulator, including public API (PluginInstance), and internal modules for diagnostics, ANSI/math emulation, and plugin parameter management. (aexlo/src/lib.rs[1]aexlo/src/ansi.rs[2]aexlo/src/diagnostics.rs[3]aexlo/src/param_manager.rs[4]diagnosticsfeature is enabled. (aexlo/src/interact_callbacks.rs[1]aexlo/src/suites/effect_ui.rs[2]Diagnostics and Developer Experience:
aexlo/src/diagnostics.rsaexlo/src/diagnostics.rsR1-R166).github/copilot-instructions.md[1]GEMINI.md[2]Build and Tooling Improvements:
build.rsscript to theaexlocrate to build and link a static C library (unsafe) using CMake. (aexlo/build.rsaexlo/build.rsR1-R9).editorconfigand.vscode/settings.jsonfor consistent formatting and Rust analyzer features. (.editorconfig[1].vscode/settings.json[2]These changes lay the groundwork for a robust, extensible After Effects plugin emulation environment in Rust, with strong support for diagnostics and future expansion.
Summary by CodeRabbit
リリースノート
新機能
ドキュメント
リファクタリング