-
Notifications
You must be signed in to change notification settings - Fork 10
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
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
AlexEne marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.