Skip to content

Added charter #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# wg
Coordination repository of the Game Development Working Group

# Rust game development working group

The game development working group's main purpose is to make Rust a first-class option for game developers.

## What are we doing?

At the very high level we have two main tasks:

* To improve the experience of people using rust for game development.
We want game developers to have a representation in the Rust project.
We are a bridge between them and the Rust dev team.

* 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.

## How can you help

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.

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.

You can also look for issues tagged with `good first issue` or `help wanted` in this organization.

24 changes: 24 additions & 0 deletions docs/charter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Rust game development working group

The game development working group's main purpose is to make Rust a first-class option for game developers.

## What are we doing?

At the very high level we have two main tasks:

* To improve the experience of people using rust for game development.
We want game developers to have a representation in the Rust project.
We are a bridge between them and the Rust dev team.

* 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.

## Goals

* 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.

* Write guides to make game development in Rust more accessible for everyone.

## What we are not doing

* 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.
* 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.