2020<!-- PROJECT LOGO -->
2121<br />
2222<div align =" center " >
23- <!-- TODO: Add logo: <a href="https://github.com/scratchcpp/scratchcpp-gui ">
23+ <!-- TODO: Add logo: <a href="https://github.com/scratchcpp/scratchcpp-render ">
2424 <img src="images/logo.png" alt="Logo" width="80" height="80">
2525 </a> -->
2626
27- <h3 align =" center " >ScratchCPP GUI </h3 >
27+ <h3 align =" center " >ScratchCPP Render </h3 >
2828
2929 <p align =" center " >
3030 A Qt-based library which uses libscratchcpp and QNanoPainter to render running Scratch projects.
3131 <br />
32- <!-- TODO: Add link to documentation: <a href="https://github.com/scratchcpp/scratchcpp-gui "><strong>Explore the docs »</strong></a>
32+ <!-- TODO: Add link to documentation: <a href="https://github.com/scratchcpp/scratchcpp-render "><strong>Explore the docs »</strong></a>
3333 <br /> -->
3434 <br />
35- <a href="https://github.com/scratchcpp/scratchcpp-gui /issues">Report Bug</a>
35+ <a href="https://github.com/scratchcpp/scratchcpp-render /issues">Report Bug</a>
3636 ·
37- <a href="https://github.com/scratchcpp/scratchcpp-gui /issues">Request Feature</a>
37+ <a href="https://github.com/scratchcpp/scratchcpp-render /issues">Request Feature</a>
3838 </p >
3939</div >
4040
6262<!-- ABOUT THE PROJECT -->
6363## About The Project
6464
65- ** scratchcpp-gui ** is a library which provides a set of Qt Quick components that can be used to run Scratch projects.
65+ ** scratchcpp-render ** is a library which provides a set of Qt Quick components that can be used to run and render Scratch projects.
6666
6767It uses ** QNanoPainter** on top of Qt for hardware accelerated rendering
6868and ** libscratchcpp** to read, run and maintain the state of Scratch projects.
@@ -88,10 +88,10 @@ We're working on the documentation, it'll be available soon.
8888
8989<!-- USAGE EXAMPLES -->
9090## Usage
91- The most common way to get started is to use the ` ProjectPlayer ` component.
91+ Get started by using the ` ProjectPlayer ` component.
9292``` qml
9393import QtQuick
94- import ScratchCPPGui
94+ import ScratchCPP.Render
9595
9696Window {
9797 width: 480
@@ -140,7 +140,7 @@ Button {
140140- [ ] Speech and thought bubbles
141141- [ ] Question text box ("ask and wait" block)
142142
143- See the [ open issues] ( https://github.com/scratchcpp/scratchcpp-gui /issues ) for a full list of proposed features (and known issues).
143+ See the [ open issues] ( https://github.com/scratchcpp/scratchcpp-render /issues ) for a full list of proposed features (and known issues).
144144
145145<p align =" right " >(<a href =" #readme-top " >back to top</a >)</p >
146146
@@ -176,13 +176,13 @@ Distributed under the GNU Lesser General Public License. See [LICENSE](LICENSE)
176176
177177<!-- MARKDOWN LINKS & IMAGES -->
178178<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
179- [ contributors-shield ] : https://img.shields.io/github/contributors/scratchcpp/scratchcpp-gui .svg?style=for-the-badge
180- [ contributors-url ] : https://github.com/scratchcpp/scratchcpp-gui /graphs/contributors
181- [ forks-shield ] : https://img.shields.io/github/forks/scratchcpp/scratchcpp-gui .svg?style=for-the-badge
182- [ forks-url ] : https://github.com/scratchcpp/scratchcpp-gui /network/members
183- [ stars-shield ] : https://img.shields.io/github/stars/scratchcpp/scratchcpp-gui .svg?style=for-the-badge
184- [ stars-url ] : https://github.com/scratchcpp/scratchcpp-gui /stargazers
185- [ issues-shield ] : https://img.shields.io/github/issues/scratchcpp/scratchcpp-gui .svg?style=for-the-badge
186- [ issues-url ] : https://github.com/scratchcpp/scratchcpp-gui /issues
187- [ license-shield ] : https://img.shields.io/github/license/scratchcpp/scratchcpp-gui .svg?style=for-the-badge
188- [ license-url ] : https://github.com/scratchcpp/scratchcpp-gui /blob/master/LICENSE
179+ [ contributors-shield ] : https://img.shields.io/github/contributors/scratchcpp/scratchcpp-render .svg?style=for-the-badge
180+ [ contributors-url ] : https://github.com/scratchcpp/scratchcpp-render /graphs/contributors
181+ [ forks-shield ] : https://img.shields.io/github/forks/scratchcpp/scratchcpp-render .svg?style=for-the-badge
182+ [ forks-url ] : https://github.com/scratchcpp/scratchcpp-render /network/members
183+ [ stars-shield ] : https://img.shields.io/github/stars/scratchcpp/scratchcpp-render .svg?style=for-the-badge
184+ [ stars-url ] : https://github.com/scratchcpp/scratchcpp-render /stargazers
185+ [ issues-shield ] : https://img.shields.io/github/issues/scratchcpp/scratchcpp-render .svg?style=for-the-badge
186+ [ issues-url ] : https://github.com/scratchcpp/scratchcpp-render /issues
187+ [ license-shield ] : https://img.shields.io/github/license/scratchcpp/scratchcpp-render .svg?style=for-the-badge
188+ [ license-url ] : https://github.com/scratchcpp/scratchcpp-render /blob/master/LICENSE
0 commit comments