README: update status + add prebuilt-release run instructions

Export system and node editor UI are complete; piano roll editor is in progress.
Add a "Download a prebuilt release" section (GitHub releases) for users who don't
want to build from source, and nest the build-from-source steps under their own heading.
This commit is contained in:
Skyler Lehmkuhl 2026-07-12 09:39:01 -04:00
parent ddd6e0cdbc
commit 9f67a82e3e
1 changed files with 13 additions and 5 deletions

View File

@ -58,13 +58,21 @@ Lightningbeam is developed on the `main` branch. The project has been rewritten
- ✅ Audio engine with node graph processing - ✅ Audio engine with node graph processing
- ✅ GPU waveform rendering with mipmaps - ✅ GPU waveform rendering with mipmaps
- ✅ Video decoding integration - ✅ Video decoding integration
- 🚧 Export system (in progress) - ✅ Export system (video, image, audio, animated GIF, SVG)
- 🚧 Node editor UI (planned) - ✅ Node editor UI
- 🚧 Piano roll editor (planned) - 🚧 Piano roll editor (in progress)
## Getting Started ## Getting Started
### Prerequisites ### Download a prebuilt release
If you don't want to build from source, prebuilt binaries for each release are on the
[GitHub releases page](https://github.com/skykooler/lightningbeam/releases). Download the build for
your platform and run it directly.
### Building from source
#### Prerequisites
- Rust (stable toolchain via [rustup](https://rustup.rs/)) - Rust (stable toolchain via [rustup](https://rustup.rs/))
- System dependencies: - System dependencies:
@ -74,7 +82,7 @@ Lightningbeam is developed on the `main` branch. The project has been rewritten
See [docs/BUILDING.md](docs/BUILDING.md) for detailed setup instructions. See [docs/BUILDING.md](docs/BUILDING.md) for detailed setup instructions.
### Building and Running #### Building and Running
```bash ```bash
# Clone the repository # Clone the repository