bg
This commit is contained in:
parent
327193c503
commit
f3fc430845
2 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -1,6 +1,8 @@
|
||||||
<img src="Keishiki.webp" alt="Logo" width="300"/>
|
<img src="Keishiki.webp" alt="Logo" width="200" style="background-color: black;"/>
|
||||||
|
|
||||||
# Keishiki: Real-Time Compositor-Sequencer Framework
|
# Keishiki: Real-Time Compositor-Sequencer Framework
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
- [bgfx](https://github.com/bkaradzic/bgfx)
|
- [bgfx](https://github.com/bkaradzic/bgfx)
|
||||||
|
@ -10,13 +12,21 @@
|
||||||
- [Glaze](https://github.com/stephenberry/glaze)
|
- [Glaze](https://github.com/stephenberry/glaze)
|
||||||
- [imgui_impl_bgfx](https://gist.github.com/pr0g/aff79b71bf9804ddb03f39ca7c0c3bbb)
|
- [imgui_impl_bgfx](https://gist.github.com/pr0g/aff79b71bf9804ddb03f39ca7c0c3bbb)
|
||||||
- [ImPlot](https://github.com/epezent/implot)
|
- [ImPlot](https://github.com/epezent/implot)
|
||||||
- [SDL2](https://www.libsdl.org/)
|
- [SDL3](https://www.libsdl.org/)
|
||||||
- [stb](https://github.com/nothings/stb)
|
- [stb](https://github.com/nothings/stb)
|
||||||
- [SRELL](https://www.akenotsuki.com/misc/srell/en/)
|
- [SRELL](https://www.akenotsuki.com/misc/srell/en/)
|
||||||
- [plf::colony](https://plflib.org/colony.htm)
|
- [plf::colony](https://plflib.org/colony.htm)
|
||||||
|
|
||||||
|
Mostly using git submodules, please clone recursively.
|
||||||
|
|
||||||
## Runtime Dependency
|
## Runtime Dependency
|
||||||
- [ffmpeg](https://ffmpeg.org/)
|
- [ffmpeg](https://ffmpeg.org/)
|
||||||
|
- shaderc
|
||||||
|
|
||||||
|
Paths to runtime dependencies are currently hardcoded.
|
||||||
|
|
||||||
|
## Building
|
||||||
|
Use `CMakeLists.txt` in the root directory. The default target is `Keishiki`.
|
||||||
|
|
||||||
## Inspired by
|
## Inspired by
|
||||||
- [Automaton](https://github.com/0b5vr/automaton)
|
- [Automaton](https://github.com/0b5vr/automaton)
|
||||||
|
|
BIN
static/screenshot.png
Normal file
BIN
static/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 MiB |
Loading…
Add table
Reference in a new issue