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:
parent
ddd6e0cdbc
commit
9f67a82e3e
18
README.md
18
README.md
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue