Skip to content

Commit

Permalink
Deploy bevyengine/bevy-website to bevyengine/bevy-website:gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Sep 15, 2024
0 parents commit e4d05a3
Show file tree
Hide file tree
Showing 3,199 changed files with 942,864 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file added .nojekyll
Empty file.
295 changes: 295 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,295 @@



















<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Bevy Engine" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bevyengine.org" />
<meta property="og:image"
content="https://bevyengine.org/assets/bevy_logo_fill.png" />
<meta property="og:description"
content="Bevy is a refreshingly simple data-driven game engine built in Rust. It is free and open-source forever!" />
<link rel="shortcut icon" type="image/png" href="/assets/favicon.png">
<link rel="stylesheet" href="/site.css" />
<link href="/atom.xml" rel="alternate" type="application/atom+xml" />


<title>Bevy Engine</title>

</head>
<body>
<div class="layout">
<input id="mobile-menu-state" class="hidden" type="checkbox">
<header class="layout__header header print:hidden" data-mobile-menu-state-container>
<div class="header__content">
<label class="main-menu-backdrop" for="mobile-menu-state"></label>
<label class="header__hamburger button-square button-square--header"
for="mobile-menu-state">
<img src="/assets/icon-hamburger.svg"
alt="Three horizontal lines stacked on top of eachother"
width="20"
height="16">
</label>
<div class="header__left-block">
<a class="header__logo" href="/">
<img class="logo"
src="/assets/bevy_logo_dark.svg"
alt="Bevy Engine"
width="520"
height="130">
</a>
<div class="header__message">



</div>
</div>

<nav class="header__menu main-menu "
role="navigation"
data-page-menu-switch-state-container>
<div class="main-menu__header">
<a href="/">
<img class="logo"
src="/assets/bevy_logo_dark.svg"
alt="Bevy Engine"
width="520"
height="130">
</a>
<label class="button-square button-square--header" for="mobile-menu-state">
<img src="/assets/icon-times.svg"
alt="A saltire or x-cross"
width="16"
height="16">
</label>
</div>

<div class="main-menu__content">
<div class="main-menu__page-menu">

</div>
<ul class="main-menu__menu">










<li class="main-menu__entry main-menu__entry--getting-started">
<a href="&#x2F;learn&#x2F;quick-start&#x2F;getting-started" class="main-menu__link">
<span>Getting Started</span>
</a>
</li>











<li class="main-menu__entry ">
<a href="&#x2F;learn" class="main-menu__link">
<span>Learn</span>
</a>
</li>











<li class="main-menu__entry ">
<a href="&#x2F;news" class="main-menu__link">
<span>News</span>
</a>
</li>











<li class="main-menu__entry ">
<a href="&#x2F;community" class="main-menu__link">
<span>Community</span>
</a>
</li>











<li class="main-menu__entry ">
<a href="&#x2F;foundation" class="main-menu__link">
<span>Foundation</span>
</a>
</li>











<li class="main-menu__entry ">
<a href="&#x2F;assets" class="main-menu__link">
<span>Assets</span>
</a>
</li>











<li class="main-menu__entry ">
<a href="&#x2F;examples" class="main-menu__link">
<span>Examples</span>
</a>
</li>


</ul>
</div>
</nav>
<div class="header__cta-container">
<a class="button button--pink header__cta" href="/donate">Donate
<img class="button__icon"
src="/assets/heart.svg"
alt="heart icon"
width="512"
height="512" />
</a>
<a class="header__cta header__cta--github"
href="https://github.com/bevyengine/bevy">
<img src="/assets/github-mark-white.svg"
alt="GitHub repo"
width="98"
height="96" />
</a>
</div>
</div>
</header>
<main class="layout__content">
<div class="container">


<div class="fourohfour">
<h1>404</h1>
<p>Sorry, we couldn't find that page.</p>
<img src="/assets/bevy_icon_dark.svg"
alt="Bevy logo"
width="176"
height="130">
</div>

</div>
</main>
<footer class="print:hidden">

<div class="footer__social-container">
<a class="footer__social" href="https://github.com/bevyengine/bevy">
<img src="/assets/github-mark-white.svg"
alt="Bevy engine's GitHub repo"
width="32"
height="32" />
</a>
<a class="footer__social" href="https://discord.gg/bevy">
<img src="/assets/discord.svg"
alt="Bevy Discord server"
width="32"
height="32" />
</a>
<a class="footer__social" href="https://mastodon.social/@bevy">
<img src="/assets/mastodon-logo-purple.svg"
alt="Bevy Mastodon account"
width="32"
height="32" />
</a>
<a class="footer__social" href="https://twitter.com/BevyEngine">
<img src="/assets/twitter.svg"
alt="Bevy Twitter account"
width="32"
height="32" />
</a>
<a class="footer__social" href="https://www.reddit.com/r/bevy/">
<img src="/assets/reddit.svg"
alt="Bevy subreddit"
width="32"
height="32" />
</a>
<a class="footer__social" href="/atom.xml">
<img src="/assets/feed.svg"
alt="Bevy news feed"
width="32"
height="32" />
</a>
</div>
</footer>
</div>
<script>
const search_params = new URLSearchParams(window.location.search);
if (search_params.has("show_drafts") || document.cookie.indexOf("show_drafts") >= 0) {
if (search_params.get("show_drafts") === "0") {
document.cookie = "show_drafts=;path=/;expires=Thu, 01 Jan 1970 00:00:00 UTC";
} else {
document.cookie = "show_drafts=1;path=/"
document.body.classList.add('show_drafts');
}
}
</script>
</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bevyengine.org
3 changes: 3 additions & 0 deletions assets-docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Documentation Assets

The `assets-docs` directory contains asset files used in the bevy crate rustdoc / docs.rs documentation.
9 changes: 9 additions & 0 deletions assets-docs/tonemapping/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Tonemapping Algorithms

The files in this directory were created using the `tonemapping` example from the `bevy` repository.
The left side is the color sweep mode.
The right side is from two separate EXR images in the image viewer mode, using the `exr` feature.
The top-right image is `dragonscene_ap0_v01_1001.exr` from Scott Dyer's (Senior Imaging Engineer at Academy of Motion Picture Arts and Sciences) [source images intended for tonemapping research and testing](https://www.dropbox.com/sh/zea11rkxkivv7w7/AAD51uKh-gjCl0uCCg15G9oya/original/monsieur-lixm?dl=0&subfolder_nav_tracking=1).
The bottom-right image is `blue_bar_709.exr` which is from [Martin Smekal](https://community.acescentral.com/t/vfx-work-in-acescg-with-out-of-gamut-devices/2385/3) but the specific file used was via [Troy Sobotka's collection of testing imagery](https://github.com/sobotka/Testing_Imagery/blob/main/blue_bar_709.exr).

The example was run, PNG screenshots were taken making sure the ui text did not overlap the images, and then the images were cropped and composed using imagemagick command line tools.
Binary file added assets-docs/tonemapping/aces_fitted.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 assets-docs/tonemapping/agx.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 assets-docs/tonemapping/blender_filmic.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 assets-docs/tonemapping/disabled.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 assets-docs/tonemapping/reinhard.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 assets-docs/tonemapping/reinhard_luminance.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 assets-docs/tonemapping/sbdt.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 assets-docs/tonemapping/tonymcmapface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e4d05a3

Please sign in to comment.