File: main.md

package info (click to toggle)
pencil2d 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,752 kB
  • sloc: cpp: 59,293; xml: 361; makefile: 8
file content (23 lines) | stat: -rw-r--r-- 1,646 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Contribute {#mainpage}
==========

Welcome! This documentation is aimed at developers working *on* Pencil2D, if you’re just looking for help working *with* Pencil2D, please have a look at [our user documentation](https://www.pencil2d.org/doc/) and [our community](https://www.pencil2d.org/community/) instead. Also please note that this documentation is still very much work in progress and far from complete. It is generated from comments in the source code and pages in the docs/ directory, so if you’d like to help out don’t hesitate to contribute!

To work on Pencil2D, you will need to use C++ and %Qt. If you have any difficulties getting involved or finding answers to your questions, please bring those to [our Discord chat room](https://discord.gg/8FxdV2g) or [our forum](https://discuss.pencil2d.org) so that we can help you.

## Getting Started

Get started with this documentation and start building and fixing bugs in just a few steps.

- [How to compile Pencil2D on macOS](@ref build_macos)
- [How to compile Pencil2D on Linux](@ref build_linux)
- [How to compile Pencil2D on Windows](@ref build_windows)

## Development

- [Current Development Status](https://github.com/pencil2d/pencil/projects/1): See what developers are doing at the moment
- [Issue List](https://github.com/pencil2d/pencil/issues/): A pending list of bugs, information and to-do tasks
- [Roadmap](https://github.com/pencil2d/pencil/issues/540)
- Developers’ online chat room (both channels are synced):
  - [\#pencil2d on Libera Chat IRC](https://web.libera.chat/#pencil2d)
  - \#general-development on [our Discord server](https://discord.gg/8FxdV2g)