Skip to content

N21: rafx #598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions content/news/021/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,33 @@ GUI.
[KindNES]: https://github.com/henryksloan/kind-nes/releases/tag/v0.9.1-beta
[@henryksloan]: https://github.com/henryksloan

### [rafx]

[![Rafx WebGL 1.0 Demo](rafx-webgl1-demo.png)][rafx-webgl-demo]
_Rafx WebGL 1.0 support, [click for live demo][rafx-webgl-demo]!_

Rafx is a multi-backend renderer that optionally integrates with the
[distill][rafx-distill] asset pipeline. This month, frustum culling
and a new OpenGL ES 2.0/WebGL 1.0 backend were added.

[@dvd] revived the `rafx-visibility` crate and implemented frustum culling.
Frustum culling greatly reduces draw call counts, improving frame rate
in certain scenes. The changes also improve consistency between various
rendering feature implementations (i.e. meshes, text etc.) and avoids running
the extract-prepare-submit pipeline on entities that are not visible.

[@aclysma] implemented an OpenGL ES 2.0 backend. While ES2 cannot support all
funcionality in `rafx-api`, it provides very broad compatibility. This means
the core functionality of rafx-api can be used with almost any mobile device
or browser ([~98% web coverage][rafx-webgl-caniuse].)

[rafx]: https://github.com/aclysma/rafx
[rafx-webgl-demo]: https://aclysma.github.io/rafx/demo-web/index.html
[rafx-distill]: https://github.com/amethyst/distill
[rafx-webgl-caniuse]: https://caniuse.com/?search=webgl
[@aclysma]: https://github.com/aclysma
[@dvd]: https://github.com/DavidVonDerau

### [profiling]

[![Screenshot of Optick Profiler](profiling.png)](profiling.png)
Expand Down
Binary file added content/news/021/rafx-webgl1-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.