70 lines
1.4 KiB
Markdown
70 lines
1.4 KiB
Markdown
+++
|
|
title = "Volunteer"
|
|
|
|
[extra]
|
|
css = ["volunteer.css"]
|
|
+++
|
|
|
|
<section>
|
|
<div class="section">
|
|
|
|
# Volunteer
|
|
|
|
**Graphite is built by volunteers.** Join the effort to bring great, free creative software to the world.
|
|
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<div class="diptych">
|
|
|
|
<div class="section creative-contributions">
|
|
|
|
## Creative contributions
|
|
|
|
<a href="https://discord.graphite.rs" class="button arrow">Ask how to begin (Discord)</a>
|
|
|
|
<div class="info-box">
|
|
|
|
### ART TEAM
|
|
|
|
Use your artistic talents to plan and produce ambitious open art projects published by the Graphite project to stress-test and showcase the editor's capabilities.
|
|
|
|
</div>
|
|
<div class="info-box">
|
|
|
|
### PUBLICITY TEAM
|
|
|
|
Become the author of release notes, feature announcements, blog posts, website content, the user manual, press releases, social media posts, and industry outreach.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<div class="section code-contributions">
|
|
|
|
## Code contributions
|
|
|
|
<a href="/volunteer/guide" class="button arrow">Contributor guide</a>
|
|
|
|
<div class="info-box">
|
|
|
|
### EDITOR TEAM
|
|
|
|
Write code to build and maintain the Graphite editor itself, ranging from the Svelte/TypeScript frontend UI to the tooling business logic written in Rust.
|
|
|
|
</div>
|
|
<div class="info-box">
|
|
|
|
### GRAPHENE TEAM
|
|
|
|
Develop the core engine that powers Graphite's node graph and rendering. Graphene is a programming language, compiler, and distributed runtime ecosystem built upon Rust.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|