Skip to content

Commit 06a6d66

Browse files
authored
Added charter (#5)
* Added charter
1 parent 1662aa4 commit 06a6d66

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# wg
2-
Coordination repository of the Game Development Working Group
1+
2+
# Rust game development working group
3+
4+
The game development working group's main purpose is to make Rust a first-class option for game developers.
5+
6+
## What are we doing?
7+
8+
At the very high level we have two main tasks:
9+
10+
* To improve the experience of people using rust for game development.
11+
We want game developers to have a representation in the Rust project.
12+
We are a bridge between them and the Rust dev team.
13+
14+
* Share knowledge and make game engine development more accessible for people that are not engine developers. We know it can be an intimidating and scary field when you're just starting out.
15+
16+
## How can you help
17+
18+
Let us know where the gaps currently are. If there are problems in the tooling, documentation crate ecosystem, or even the language, we would like to know about it.
19+
20+
If you have an idea, proposal or issue where you think the rust language or ecosystem needs to improve in order to make it a better option for game development open an issue on this repository. It will be discussed and triaged here.
21+
22+
You can also look for issues tagged with `good first issue` or `help wanted` in this organization.
23+

docs/charter.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Rust game development working group
2+
3+
The game development working group's main purpose is to make Rust a first-class option for game developers.
4+
5+
## What are we doing?
6+
7+
At the very high level we have two main tasks:
8+
9+
* To improve the experience of people using rust for game development.
10+
We want game developers to have a representation in the Rust project.
11+
We are a bridge between them and the Rust dev team.
12+
13+
* Share knowledge and make game engine development more accessible for people that are not engine developers. We know it can be an intimidating and scary field when you're just starting out.
14+
15+
## Goals
16+
17+
* Gather a list of all the main gaps that separate us from the ideal state described in the introduction. Could be tooling gaps, a language feature gap, a library feature (eg. custom allocators). After this is gathered, we can start working on the biggest issues in that list. There are a few initial candidates but we encourage you to tell us where you are having issues so we can help. It may involve helping out with a low-level library.
18+
19+
* Write guides to make game development in Rust more accessible for everyone.
20+
21+
## What we are not doing
22+
23+
* We will not build games or a game engine as this working group. However, we can create low-level tooling or libraries that are aimed at the healthy growth of the ecosystem and is not meant to be opinionated or favor an engine over another.
24+
* We will not be curators for "approved" game development libraries. Our purpose is to help such engines to exist, not to promote one library over another.

0 commit comments

Comments
 (0)