Skip to content

VSReacT v0.0.8

Choose a tag to compare

@github-actions github-actions released this 17 Jul 08:17
  • @vsreact/core/components subpath export — the whole component
    kit importable on its own (import { Knob, Select, Meter } from "@vsreact/core/components"). Same exports as the root; exists for
    readability and as the boundary line if the kit ever becomes its own
    package. Everything still ships in the one @vsreact/core install.

Install

bun add @vsreact/core   # or npm install / yarn add / pnpm add

Fetch the native JUCE module with CMake:

include(FetchContent)
FetchContent_Declare(vsreact
  GIT_REPOSITORY https://github.com/N9RecordsTechnologiesIL/VSReacT.git
  GIT_TAG        v0.0.8
  SOURCE_SUBDIR  vsreact)
FetchContent_MakeAvailable(vsreact)

Docs: https://vsreact.n9records.com/docs