Skip to content

Commit

Permalink
Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasDwyer committed Jun 26, 2024
1 parent 8c4f8f5 commit ba72e47
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 83 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ In the future, development is planned for the following parts of the engine:
- 0.3.3: Fixed a critical issue with network chunk synchronization.
- 0.5.0: Removed all voxel-related code from the engine. Implemented new voxel data structures with ray marched graphics.
- 0.6.0: Major improvements to ray marcher performance. In addition, added back world editing, LODs, and some multiplayer functionality.
- 0.7.0: Added path-traced indirect lighting, including ambient occlusion and emissive voxels.
- 0.7.0: Added path-traced indirect lighting, including ambient occlusion and emissive voxels.
- 0.7.1: Upgraded winit to fix bug with mouse input on web.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html><html lang="en"><head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">

<link rel="preload" href="./web-78ad387475d3b3ed_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="./web-78ad387475d3b3ed.js"></head>
<link rel="preload" href="./web-1b9437e1ec3ce582_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="./web-1b9437e1ec3ce582.js"></head>
<body style="position:fixed;left:0;top:0;min-width:100%;height:100%;outline:none;overscroll-behavior: contain;" tabindex="-1" onfocus="Array.prototype.slice.call(document.body.children)[0]">
<div id="canvas-holder" style="position:fixed;left:0;top:0;min-width:100%;height:100%;outline:none;overscroll-behavior: contain;">
</div>
Expand Down Expand Up @@ -51,6 +51,6 @@
};
</script>
<script src="./coi-serviceworker.min-3ab9f3ea9501efd5.js"></script>
<script type="module">import init from './web-78ad387475d3b3ed.js';init('./web-78ad387475d3b3ed_bg.wasm');</script>
<script type="module">import init from './web-1b9437e1ec3ce582.js';init('./web-1b9437e1ec3ce582_bg.wasm');</script>

</body></html>
Loading

0 comments on commit ba72e47

Please sign in to comment.