Skip to content

Commit

Permalink
Update README.md to improve the presentation of the project (#1781)
Browse files Browse the repository at this point in the history
* Update README.md

Small changes to improve the presentation of the project: removed broken link, added tutorials link, added additional text

* Update README.md

---------

Co-authored-by: Jakob Gahde <[email protected]>
  • Loading branch information
thomnath and J5lx authored Aug 31, 2023
1 parent 160435c commit 339d074
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

**Pencil2D** is an animation/drawing software for Windows, macOS, Linux, and FreeBSD. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics. Pencil2D is free and open source.

Here is a video demonstrating the project: <https://www.youtube.com/watch?v=ma52j9B1kEM>

Pencil2D Website: <https://www.pencil2d.org/>

### User Showcase
Expand All @@ -14,42 +12,48 @@ Pencil2D Website: <https://www.pencil2d.org/>

_User Showcase Reel 2022_

### Using Pencil2D
Note that the following guides and documentation are outdated.

* [Quick Reference](https://www.pencil2d.org/doc/quick-reference.html) - Web version of the PDF guide included with Pencil2D
* [User Manual](https://www.pencil2d.org/doc/user-manual.html) - End user documentation how-to
* [FAQ](https://www.pencil2d.org/doc/faq.html) - Frequently Asked Questions

## Download

### Pencil2D 0.6.6 (17 Feb 2021)

You can download Pencil2D from the [Official Website][p2d-download] or [Github releases][gh-release]
You can download Pencil2D from the [Official Website][p2d-download] or [Github releases][gh-release].

[p2d-download]: https://www.pencil2d.org/download/
[gh-release]: https://github.com/pencil2d/pencil/releases

For first time users refer to the [User Manual][user-man]
### Nightly Builds

Nightly builds are the bleeding edge versions of Pencil2D, which contains the most recent fixes and features. We currently do not offer legacy mac or 32-bit linux nightly builds. If you have one of these systems, you will have to wait for official releases or build the program from source.

[user-man]: https://www.pencil2d.org/doc/user-manual.html
[Download Nightly Buildls](https://www.pencil2d.org/download/nightly/)

If you run into any issues, make sure to check out the [FAQ][p2d-faq]
## Using Pencil2D

[p2d-faq]: https://www.pencil2d.org/doc/faq.html
Note that the following guides and documentation are outdated.

Pencil2D comes with a Quick Reference that you can use to familiarize yourself with the tools and functions at your disposal. After opening Pencil2D, you can access it through the main menu: Help > Quick Reference Guide.

### Nightly Builds
We encourage you to visit our [User Manual][user-man] for a quick guide for novice users, then play around with the program – it's fun!

Nightly builds are the bleeding edge versions of Pencil2D, which contains the most recent fixes and features. We currently do not offer legacy mac or 32-bit linux nightly builds. If you have one of these systems, you will have to wait for official releases or build the program from source.
[user-man]: https://www.pencil2d.org/doc/user-manual.html

[Download Nightly Buildls](https://www.pencil2d.org/download/nightly/)
After you feel a little more comfortable with the basics, check out these [tutorials][pencil-tutorials] provided by Pencil developers and users. While some of these resources might reference previous versions of Pencil2D, the underlying concepts are still the same.

[pencil-tutorials]: https://www.pencil2d.org/doc/tutorials.html

If you encounter difficulty or have additional questions, we have a large community of users who are glad to help out. View the [FAQ][p2d-faq] on our website or visit our [discussion forums][p2d-discussion] to post a new question.

[p2d-faq]: https://www.pencil2d.org/doc/faq.html
[p2d-discussion]: https://discuss.pencil2d.org/c/support/5

## Contributing

Interested in contributing to Pencil? There are many ways to help. Take a look at our issues and see what you can help out with, check out the developer guide, or help out with making Pencil2D available to more people by contributing to translation.

* [Issue Tracker](https://github.com/pencil2d/pencil/issues) - Report bugs or request features.
* [Developer Guide](https://dev.pencil2d.org/) - Learn how to compile Pencil2D yourself.
* [Transifex](https://www.transifex.com/pencil2d/) - You can help translate Pencil2D, too.
* [Documentation contributions](https://www.pencil2d.org/doc/CONTRIBUTING) - Guidelines for contributing to documentation.

## Source Code

Expand Down

0 comments on commit 339d074

Please sign in to comment.