File tree 1 file changed +31
-0
lines changed
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Known Issues
2
+
3
+ One of the goals of this working group is to improve the user experience of people using rust for game development.
4
+
5
+ ** This document tracks issues that we as a group would like to raise for the core Rust language team.** This may
6
+ include missing functionality, or problems that impede productivity. This is not an exhaustive list, and only
7
+ includes language-level issues.
8
+
9
+ If you feel that something should be added to this list:
10
+ * Please open an issue on this or another repository so that we can link to it
11
+ * Submit a PR to this document
12
+
13
+ If you're not sure, just open an issue in this repo. We're happy to help!
14
+
15
+ ## IDE/Debugging Experience
16
+ * [ wg #20 ] ( https://github.com/rust-gamedev/wg/issues/20 ) : Map/Set in .natvis files
17
+ * [ wg #22 ] ( https://github.com/rust-gamedev/wg/issues/22 ) : RLS for huge projects
18
+ * [ embark-rust-ecosystem #8 ] ( https://github.com/EmbarkStudios/rust-ecosystem/issues/8 ) : RLS in VS Code robustness & performance
19
+ * [ embark-rust-ecosystem #9 ] ( https://github.com/EmbarkStudios/rust-ecosystem/issues/9 ) : Better debugger experience in VS Code
20
+
21
+ ## Debug Performance
22
+ * [ wg #32 ] ( https://github.com/rust-gamedev/wg/issues/32 ) : Selective Enabling/Disabling optimizations at a crate/file/function level
23
+ * [ rust-lang #63484 ] ( https://github.com/rust-lang/rust/issues/63484 ) : Profile overrides do not work for code using generics (such as nphysics)
24
+ * [ embark-rust-ecosystem #5 ] ( https://github.com/EmbarkStudios/rust-ecosystem/issues/5 ) : More efficient runtime code generation for debug builds
25
+
26
+ ## Iteration Times
27
+ * [ embark-rust-ecosystem #13 ] ( https://github.com/EmbarkStudios/rust-ecosystem/issues/13 ) : Dynamic libraries (dll/dylib) for fast iteration
28
+ * [ embark-rust-ecosystem #11 ] ( https://github.com/EmbarkStudios/rust-ecosystem/issues/11 ) : Distributed compilation for fast iteration
29
+
30
+ ## Runtime Performance
31
+ * [ embark-rust-ecosystem #2 ] ( https://github.com/EmbarkStudios/rust-ecosystem/issues/2 ) : Fast fp math support
You can’t perform that action at this time.
0 commit comments