Skip to content

Commit 35cc25f

Browse files
committed
Update readme
(cherry picked from commit cf58f57)
1 parent c607806 commit 35cc25f

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
<a href="https://kunitoki.github.io/yup/demos/web_render_4/"><img src="./docs/demos/web_render_4.png" style="width:23.5%;" /></a>
1313
</div>
1414

15+
<div style="display: flex; width: 100%; flex-wrap: nowrap;">
16+
<a href="./examples/graphics/source/examples/Svg.h"><img src="./docs/images/yup_svg_tiger.png" style="width:33%;" /></a>
17+
<a href="./examples/graphics/source/examples/Svg.h"><img src="./docs/images/yup_svg_lambo.png" style="width:33%;" /></a>
18+
<a href="./examples/graphics/source/examples/Svg.h"><img src="./docs/images/yup_svg_yellow_car.png" style="width:33%;" /></a>
19+
</div>
20+
1521
<div style="display: flex; width: 100%; flex-wrap: nowrap;">
1622
<a href="./examples/graphics/source/examples/FilterDemo.h"><img src="./docs/images/yup_dsp_filter_rbj.png" style="width:26.5%;" /></a>
1723
<a href="./examples/graphics/source/examples/FilterDemo.h"><img src="./docs/images/yup_dsp_filter_butter.png" style="width:26.5%;" /></a>
@@ -42,14 +48,10 @@ Example Rive animation display ([source code](./examples/render/source/main.cpp)
4248
YUP is an open-source library dedicated to empowering developers with advanced tools for cross-platform application and plugin development, featuring state-of-the-art rendering and audio processing. Originating from a fork of [JUCE7](https://juce.com/)'s ISC-licensed modules, YUP builds on the robust, high-performance capabilities that made JUCE7 popular among audio and visual application developers. Unlike its successor JUCE8, which moved to a restrictive AGPL license and an even more costly commercial one, YUP maintains the more permissive ISC license and ensures that all of its dependencies are either liberally licensed or public domain, remaining a freely accessible and modifiable resource for developers worldwide.
4349

4450

45-
> [!CAUTION]
51+
> [!CAUTION]
4652
> The project is still in embryonic stage, use it at your own risk!
4753
4854

49-
> [!IMPORTANT]
50-
> We are looking for collaborators to bring forward the framework!
51-
52-
5355
## Features
5456
YUP brings a suite of powerful features, including:
5557
- **High-Performance Rendering:** From intricate visualizations to high-speed gaming graphics, YUP handles it all with ease and efficiency, relying on the open source [Rive](https://rive.app/) Renderer, backed by Metal, Direct3D, OpenGL, Vulkan and WebGPU.
@@ -335,6 +337,8 @@ For full documentation, including more detailed tutorials and comprehensive API
335337
Join our growing community and contribute to the YUP project. Connect with us and other YUP developers:
336338
- **GitHub:** [YUP Repository](https://github.com/kunitoki/yup)
337339

340+
> [!IMPORTANT]
341+
> We are looking for collaborators to bring forward the framework!
338342
339343
## License
340344
YUP is distributed under the ISC License, supporting both personal and commercial use, modification, and distribution without restrictions.

docs/images/yup_svg_lambo.png

265 KB
Loading

docs/images/yup_svg_tiger.png

313 KB
Loading

docs/images/yup_svg_yellow_car.png

248 KB
Loading

0 commit comments

Comments
 (0)