|
12 | 12 | <a href="https://kunitoki.github.io/yup/demos/web_render_4/"><img src="./docs/demos/web_render_4.png" style="width:23.5%;" /></a> |
13 | 13 | </div> |
14 | 14 |
|
| 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 | + |
15 | 21 | <div style="display: flex; width: 100%; flex-wrap: nowrap;"> |
16 | 22 | <a href="./examples/graphics/source/examples/FilterDemo.h"><img src="./docs/images/yup_dsp_filter_rbj.png" style="width:26.5%;" /></a> |
17 | 23 | <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) |
42 | 48 | 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. |
43 | 49 |
|
44 | 50 |
|
45 | | -> [!CAUTION] |
| 51 | +> [!CAUTION] |
46 | 52 | > The project is still in embryonic stage, use it at your own risk! |
47 | 53 |
|
48 | 54 |
|
49 | | -> [!IMPORTANT] |
50 | | -> We are looking for collaborators to bring forward the framework! |
51 | | -
|
52 | | - |
53 | 55 | ## Features |
54 | 56 | YUP brings a suite of powerful features, including: |
55 | 57 | - **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 |
335 | 337 | Join our growing community and contribute to the YUP project. Connect with us and other YUP developers: |
336 | 338 | - **GitHub:** [YUP Repository](https://github.com/kunitoki/yup) |
337 | 339 |
|
| 340 | +> [!IMPORTANT] |
| 341 | +> We are looking for collaborators to bring forward the framework! |
338 | 342 |
|
339 | 343 | ## License |
340 | 344 | YUP is distributed under the ISC License, supporting both personal and commercial use, modification, and distribution without restrictions. |
|
0 commit comments