| Crates.io | of-vscode-project-generator-rs |
| lib.rs | of-vscode-project-generator-rs |
| version | 0.1.6 |
| created_at | 2025-08-17 06:55:21.47801+00 |
| updated_at | 2025-08-19 22:47:45.114051+00 |
| description | openFrameworks VSCode Project Generator (for static analysis only) |
| homepage | |
| repository | https://github.com/funatsufumiya/of-vscode-project-generator-rs |
| max_upload_size | |
| id | 1799176 |
| size | 245,068 |
| Code suggestion | Static analysis (and AI etc...) |
|---|---|
![]() |
![]() |
NOTE: This tool is NOT official one of openFrameworks.
openFrameworks project generator for Visual Studio Code. (Rust ported from bash version)
(only for static code analysis like syntax-highlighting, definition jumping or intellisense. Not for building or debug.)
NOTE: You first need to generate project using default projectGenerator.
$ cd /path/to/your/openFrameworks/apps/myApps
$ cd your_project
$ of-vscode-project-generator-rs .
$ cargo install of-vscode-project-generator-rs
or nightly (directly from github):
$ git clone https://github.com/funatsufumiya/of-vscode-project-generator-rs
$ cd of-vscode-project-generator-rs
$ cargo install --path .
$ cargo uninstall of-vscode-project-generator-rs
addon_config.mk incompletedly (and not load config.make). If you need more, please modify .vscode/c_cpp_properties.json manually after running this script..vscode directory in your git repository.Code port from bash into Rust is mainly done by GitHub Copilot.
Already tested well, but use with care.
WTFPL or 0BSD