Graphite/website/content/volunteer/_index.md

128 lines
3.4 KiB
Markdown

+++
title = "Volunteer"
[extra]
css = ["volunteer.css"]
+++
<section>
<div class="block">
# Volunteer
**Graphite is built by volunteers.** Join the effort to bring great, free creative software to the world.
</div>
</section>
<section>
## Code contributions
<div class="info-box">
<a href="/volunteer/guide">
<img src="https://static.graphite.rs/content/volunteer/code-contributions.avif" style="aspect-ratio: 3/1 auto; background: var(--color-seaside)" onerror="this.onerror = null; this.src = this.src.replace('.avif', '.jpg')" alt="Flavor graphic depicting a library of knowledge in a digital realm" />
</a>
**Get started by reading the contributor guide:**
<a href="/volunteer/guide" class="button arrow">Contributor guide</a>
</div>
<div class="diptych code-contributions">
<div class="block info-box">
### EDITOR TEAM
The Graphite editor is built much like a game engine, split across user interface application tooling and a renderer with nodes implementing an assortment of graphics algorithms.
</div>
<div class="block info-box">
### GRAPHENE TEAM
[Graphene](/volunteer/guide/graphene) is a programming language, interpreter, and runtime environment built upon Rust which enables Graphite artwork to compile to executable programs for fast rendering.
</div>
</div>
</section>
<section>
## Creative contributions
<div class="info-box">
<a href="https://discord.graphite.rs">
<img src="https://static.graphite.rs/content/volunteer/creative-contributions.avif" style="aspect-ratio: 3/1 auto; background: var(--color-lemon)" onerror="this.onerror = null; this.src = this.src.replace('.avif', '.jpg')" alt="Flavor graphic depicting a fountain pen, ink pots, and a book" />
</a>
**Ask how to get started by reaching out to a [core team](/about#core-team) member on Discord:**
<a href="https://discord.graphite.rs" class="button arrow">Reach out on Discord</a>
</div>
<div class="diptych creative-contributions">
<div class="block info-box">
### ART TEAM
Use your artistic talents to conceptualize and produce high-quality open art projects published by the Graphite project to stress-test and showcase the editor's capabilities.
</div>
<div class="block info-box">
### MARKETING TEAM
Help write, edit, and design content for this website, social media, newsletters, blog posts, user manual pages, videos, fundraising campaigns, press releases, and industry outreach.
</div>
</div>
</section>
<section>
## User contributions
<div class="info-box">
<a href="/volunteer/guide">
<img src="https://files.keavon.com/-/KosherGregariousBluefish/qa_testing.png" style="aspect-ratio: 3/1 auto; background: var(--color-lilac)" onerror="this.onerror = null; this.src = this.src.replace('.avif', '.jpg')" alt="Flavor graphic depicting a library of knowledge in a digital realm" />
</a>
**Ask how to get started by reaching out to a [core team](/about#core-team) member on Discord:**
<a href="https://discord.graphite.rs" class="button arrow">Reach out on Discord</a>
</div>
<div class="diptych user-contributions">
<div class="block info-box">
### QA TEAM
Get familiar with the ins-and-outs of the editor and respond actively to developer requests on a recurring basis to test out new features and find bugs and breakages.
</div>
<div class="block info-box">
### NODES TEAM
Explore and push the limits of the node graph with complex procedural designs. Report your findings about limitations, opportunities, and use cases to help in designing new nodes.
</div>
</div>
</section>