three-d
three-d copied to clipboard
2D/3D renderer - makes it simple to draw stuff across platforms (including web)
should i also use [`trunk`](https://github.com/thedodd/trunk) to build for web? that would make deploying to web much easier (and more familiar to the rest of the wasm ecosystem). it would also...
WGPU Backend
It would be cool to have a WGPU backed for a couple of reasons - GLOW uses OpenGL which is deprecated on Apple platforms - OpenGL, although still extremely relevant,...
`.git/` directory is 193 MB A clean copy of the repository checked out after clone is currently at 440 MB. `examples/assets/` contributes 246 MB Here is the output of `du...
Is there a way to apply transformations to the space, such as translation, rotation and zoom? For instance, I would like to make the origin of the world the center...
Hi, I the distant memory i feel like i did this before? But i did a search and couldn't find it :man_shrugging: While i'm still reading though your code i...
This is a very WIP shot a #242. I'll update it over the coming days/weeks whenever I have some free time. Early feedback is welcome!
Idea: - Create a texture atlas with all the letters (eg using fontdue) - Add a `TextEffect` that renders a given string (or single letters?) using uvs to index into...
- Deprecate egui implementation - Use egui-glow in examples
Hi, I am searching for ways to show images on the panel, currently, I refer to [this ](https://github.com/emilk/egui/blob/master/examples/retained_image/src/main.rs#:~:text=ui.add(egui,))example in ```egui``` and write the code below ```rust let image = RetainedImage::from_image_bytes(...
`PointCloud` struct that implement the `Geometry` trait and use an `InstancedMesh` internally