mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
README: adds for contributors we want
This commit is contained in:
parent
e7a01c24a3
commit
10fa51a085
38
README.md
38
README.md
@ -56,6 +56,44 @@ clarity.
|
||||
* Reddit: [/r/zig](https://www.reddit.com/r/zig)
|
||||
* Email list: [ziglang@googlegroups.com](https://groups.google.com/forum/#!forum/ziglang)
|
||||
|
||||
### Wanted: Windows Developers
|
||||
|
||||
Help get the tests passing on Windows, flesh out the standard library for
|
||||
Windows, streamline Zig installation and distribution for Windows. Work with
|
||||
LLVM and LLD teams to improve PDB/CodeView/MSVC debugging. Implement stack traces
|
||||
for Windows in the MinGW environment and the MSVC environment.
|
||||
|
||||
### Wanted: MacOS and iOS Developers
|
||||
|
||||
Flesh out the standard library for MacOS. Improve the MACH-O linker. Implement
|
||||
stack traces for MacOS. Streamline the process of using Zig to build for
|
||||
iOS.
|
||||
|
||||
### Wanted: Android Developers
|
||||
|
||||
Flesh out the standard library for Android. Streamline the process of using
|
||||
Zig to build for Android and for depending on Zig code on Android.
|
||||
|
||||
### Wanted: Web Developers
|
||||
|
||||
Figure out what are the use cases for compiling Zig to WebAssembly. Create demo
|
||||
projects with it and streamline experience for users trying to output
|
||||
WebAssembly. Work on the documentation generator outputting useful searchable html
|
||||
documentation. Create Zig modules for common web tasks such as WebSockets and gzip.
|
||||
|
||||
### Wanted: Embedded Developers
|
||||
|
||||
Flesh out the standard library for uncommon CPU architectures and OS targets.
|
||||
Drive issue discussion for cross compiling and using Zig in constrained
|
||||
or unusual environments.
|
||||
|
||||
### Wanted: Game Developers
|
||||
|
||||
Create cross platform Zig modules to compete with SDL and GLFW. Create an
|
||||
OpenGL library that does not depend on libc. Drive the usability of Zig
|
||||
for video games. Create a general purpose allocator that does not depend on
|
||||
libc. Create demo games using Zig.
|
||||
|
||||
## Building
|
||||
|
||||
[](https://travis-ci.org/zig-lang/zig)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user