-
# Compressed Textures
Compressed textures as a first-class citizen, along with tools for on-line compression
### Motivation
Compressed textures offer a great amount of extra detail requiring only a…
Usnul updated
3 years ago
-
The 3D group is looking into repackaging the 3D models (GS models) in an easier way to access them. This leads to a number of exchanges that took place over e-mail that will now continue over GitHUB i…
-
# Dictionary Expressions
* [x] Proposed
* [ ] Prototype: Not Started
* [ ] Implementation: Not Started
* [ ] Specification: Not Started
## Summary
[summary]: #summary
[Collection Expressi…
-
#chating to my dog just doesn't seem anywhere near as pleasurable as petting my dog.
When he's been a good boy I'd really like to pet him.
:)
-
Goal: Document CEP-7
The idea is to draft the document CEP-7 for documentation style across multiple languages by referencing multiple styles and guides to generalize common style guidelines for docu…
-
Needs some thinking
-
The latest example of this I've seen was posted by @Veedrac to [Hacker News](https://news.ycombinator.com/item?id=15066502) ([try on playground](https://play.rust-lang.org/?gist=b60ec85886eff967b21c7a…
eddyb updated
3 years ago
-
Here's my environment:
```
cargo --version --verbose --verbose
cargo 1.69.0-nightly (9880b408a 2023-02-28)
release: 1.69.0-nightly
commit-hash: 9880b408a3af50c08fab3dbf4aa2a972df71e951
commit-…
-
I have a project that currently compiles and links with Rust 1.67 on the following toolchains:
- x86_64-unknown-linux-musl (built in rust:1.67-alpine3.17)
- aarch64-unknown-linux-musl (built in rust…
-
I find the function declaration style of return value last, after an arrow, very intuitive, descibing the flow clearly. In C++11 the style was adopted too. Albeit, the required auto keyword stinks. It…