• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H17-Feb-2021-6210

.tx/H17-Feb-2021-1612

app/H17-Feb-2021-19,81816,069

core_lib/H17-Feb-2021-40,12029,176

docs/H17-Feb-2021-356215

tests/H17-Feb-2021-16,13112,090

translations/H07-May-2022-158,105157,998

util/H17-Feb-2021-764579

.gitattributesH A D17-Feb-2021483 2320

.gitignoreH A D17-Feb-2021671 7865

.travis.ymlH A D17-Feb-20212.4 KiB10494

CODE_OF_CONDUCT.mdH A D17-Feb-20213.3 KiB7657

ChangeLog.mdH A D17-Feb-202125.8 KiB462370

DoxyfileH A D17-Feb-2021107.2 KiB2,4941,945

README.mdH A D17-Feb-20212.1 KiB4729

appveyor.ymlH A D17-Feb-20211.9 KiB6353

common.priH A D17-Feb-20211.3 KiB5039

pencil2d.proH A D17-Feb-20211.6 KiB5243

README.md

1
2[![Build Status](https://travis-ci.com/pencil2d/pencil.svg?branch=master)](https://travis-ci.com/pencil2d/pencil)
3[![Build status](https://ci.appveyor.com/api/projects/status/hq8ry618wixilfmq/branch/master?svg=true)](https://ci.appveyor.com/project/chchwy/pencil2d/branch/master)
4
5# Pencil2D Animation
6
7**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.
8
9Pencil2D Website: <https://www.pencil2d.org/>
10
11## Download ###
12
13### Pencil2D 0.6.6 (17 Feb 2021)
14
15You can download Pencil2D from the [Official Website][p2d-download] or [Github releases][gh-release]
16
17[p2d-download]: https://www.pencil2d.org/download/
18[gh-release]: https://github.com/pencil2d/pencil/releases
19
20
21### Nightly Builds
22
23Nightly builds are the bleeding edge versions of Pencil2D, which contains the most recent fixes and features.
24The link will direct you to Google Drive, please right-click on a file and select Download. The filename is `pencil2d-OS-year-month-date`.
25We 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.
26
27| Windows 64 bit   | Windows 32 bit    | Mac             | Linux 64 bit      |
28| :--------------: | :---------------: | :-------------: | :---------------: |
29| [Download][4]    | [Download][5]     | [Download][6]   | [Download][7]     |
30
31[4]: https://goo.gl/ZaYAtw
32[5]: https://goo.gl/cKbtgM
33[6]: https://goo.gl/WrAVu9
34[7]: https://goo.gl/9TzYRV
35
36## Contributing
37
38* [Issue Tracker](https://github.com/pencil2d/pencil/issues) - Report bugs or request features.
39* [Developer Guide](https://github.com/pencil2d/pencil/wiki) - Learn how to compile Pencil2D yourself.
40* [Transifex](https://www.transifex.com/pencil2d/) - You can help translate Pencil2D, too.
41
42## Source Code
43
44* GitHub: <https://github.com/pencil2d/pencil> (Primary)
45* Bitbucket: <https://bitbucket.org/chchwy/pencil2d> (Mirror)
46* GitLab: <https://gitlab.com/chchwy/pencil2d> (Mirror 2)
47