-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize and shuffle things around
- Loading branch information
Showing
4 changed files
with
74 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
<html> | ||
|
||
<head> | ||
<title>Dogoap Bevy Examples</title> | ||
<link rel="stylesheet" href="./3rd-party/speed-highlight.css"> | ||
<link rel="stylesheet" href="./style.css"> | ||
</head> | ||
|
||
<body> | ||
<div id="title"> | ||
<div>Dogoap - WASM Examples</div> | ||
</div> | ||
<div id="menu"> | ||
<a href="#cells">Cells / Quickstart</a> | ||
<a href="#miner">Miner / Longer plans</a> | ||
<a href="https://github.com/victorb/dogoap" class="right-aligned">Source Code / GitHub</a> | ||
</div> | ||
|
||
<div id="wrapper"> | ||
<div id="container"> | ||
<span id="loading">Loading example...</span> | ||
<canvas id="example-canvas"></canvas> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta property="og:title" content="Dogoap Bevy Examples"> | ||
<meta property="og:description" content="Live demonstration of using the dogoap & bevy_dogoap library with Bevy"> | ||
<meta property="og:image" content="./images/live_demo.png"> | ||
<title>Dogoap Bevy Examples</title> | ||
<link rel="stylesheet" href="./3rd-party/speed-highlight.css"> | ||
<link rel="stylesheet" href="./style.css"> | ||
</head> | ||
<body> | ||
<div id="title"> | ||
<div>Dogoap - Bevy Examples</div> | ||
</div> | ||
<div id="code" class='shj-lang-rs'></div> | ||
</div> | ||
<script type="module" src="./app.js"></script> | ||
</body> | ||
|
||
</html> | ||
<div id="menu"> | ||
<a href="#cells">Cells / Quickstart</a> | ||
<a href="#miner">Miner / Longer plans</a> | ||
<a href="https://github.com/victorb/dogoap" class="right-aligned">Source Code / GitHub</a> | ||
</div> | ||
<div id="wrapper"> | ||
<div id="container"> | ||
<span id="loading">Loading example...</span> | ||
<canvas id="example-canvas"></canvas> | ||
</div> | ||
<div id="code" class='shj-lang-rs'></div> | ||
</div> | ||
<script type="module" src="./app.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters