Skip to content

Commit

Permalink
News: Release 0.11 (#657)
Browse files Browse the repository at this point in the history
Co-authored-by: robtfm <50659922+robtfm@users.noreply.github.com>
Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
Co-authored-by: Nicola Papale <nicopap@users.noreply.github.com>
Co-authored-by: IceSentry <IceSentry@users.noreply.github.com>
Co-authored-by: mwbryant <65699744+mwbryant@users.noreply.github.com>
Co-authored-by: ickk <git@ickk.io>
Co-authored-by: Nicola Papale <nico@nicopap.ch>
  • Loading branch information
9 people authored Jul 9, 2023
1 parent 63dc14c commit 564f71c
Show file tree
Hide file tree
Showing 47 changed files with 2,333 additions and 4 deletions.
Binary file added content/news/2023-07-09-bevy-0.11/2d_gizmos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/news/2023-07-09-bevy-0.11/3d_gizmos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/news/2023-07-09-bevy-0.11/aa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/news/2023-07-09-bevy-0.11/borders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/news/2023-07-09-bevy-0.11/codespan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/news/2023-07-09-bevy-0.11/grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,149 changes: 2,149 additions & 0 deletions content/news/2023-07-09-bevy-0.11/index.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added content/news/2023-07-09-bevy-0.11/msaa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/news/2023-07-09-bevy-0.11/no_ssao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/news/2023-07-09-bevy-0.11/rcas_off.png
Binary file added content/news/2023-07-09-bevy-0.11/rcas_on.png
61 changes: 61 additions & 0 deletions content/news/2023-07-09-bevy-0.11/ridge-light-view-1.svg
Binary file added content/news/2023-07-09-bevy-0.11/skybox.png
Binary file added content/news/2023-07-09-bevy-0.11/ssao_only.png
Binary file added content/news/2023-07-09-bevy-0.11/text_wrap.png
Binary file not shown.
Binary file added content/news/2023-07-09-bevy-0.11/ui_profile.png
113 changes: 113 additions & 0 deletions content/news/2023-07-09-bevy-0.11/webgpu.svg
Binary file added content/news/2023-07-09-bevy-0.11/with_ssao.png
14 changes: 10 additions & 4 deletions sass/components/_image_compare.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
div.image-compare {
display: flex;
align-items: center;
// display: flex;
// align-items: center;
position: relative;
border-radius: 10px;
width: 100%;
Expand All @@ -12,15 +12,21 @@ div.image-compare {
&::after {
position: absolute;
font-weight: bolder;
font-size: 175%;
writing-mode: vertical-rl;
font-size: 1.8rem;
width: 100%;
}
&::before {
content: attr(data-title-a);
z-index: 1;
-webkit-clip-path: inset(0 calc(100% - var(--slider-value) + 1.5px) 0 0);
clip-path: inset(0 calc(100% - var(--slider-value) + 1.5px) 0 0);
width: 100%;
}
&::after {
content: attr(data-title-b);
text-align: end;
-webkit-clip-path: inset(0 0 0 calc(var(--slider-value) + 1.5px));
clip-path: inset(0 0 0 calc(var(--slider-value) + 1.5px));
width: 100%;
}

Expand Down

0 comments on commit 564f71c

Please sign in to comment.