Asger Nyman Christiansen

Results 25 issues of Asger Nyman Christiansen

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...

enhancement
renderer

- Deprecate egui implementation - Use egui-glow in examples

0.13

`PointCloud` struct that implement the `Geometry` trait and use an `InstancedMesh` internally

enhancement

Replace `RenderTarget::copy_from` and `RenderTarget::copy_from_array` with something more generic. Create a copy `ImageEffect` that takes a color and depth enum that can be any type of texture (Similar to ColorTarget and...

If a mesh is transparent and the blend mode is not ADD, the triangles has to be rendered back to front which requires sorting them cpu-side. In principle it should...

renderer

enhancement
renderer

enhancement
renderer

Needs to load shaders runtime.

enhancement
core

Add support to texture and render target

enhancement
core