Skip to content

Commit

Permalink
Merge pull request #55 from BarthPaleologue/NextRelease
Browse files Browse the repository at this point in the history
1.8 - Interstellar travel + QoL
  • Loading branch information
BarthPaleologue committed Mar 6, 2024
2 parents c89fc2d + 91ed040 commit 16311ae
Show file tree
Hide file tree
Showing 104 changed files with 2,284 additions and 1,401 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
[![Jest Coverage](https://github.com/BarthPaleologue/CosmosJourneyer/actions/workflows/tests.yml/badge.svg)](https://github.com/BarthPaleologue/CosmosJourneyer/actions/workflows/tests.yml)
[![License](https://img.shields.io/github/license/BarthPaleologue/planetEngine)](./LICENSE.md)

[![Teaser Video](./coverImages/video.png)](https://youtu.be/5pXZqHRShTE)

Cosmos Journeyer is the procedural universe running inside a web page that makes space exploration accessible for everyone.

The main website of the project is online at https://cosmosjourneyer.com/
Expand Down Expand Up @@ -52,7 +54,7 @@ First, clone the repository and install the dependencies with `pnpm install`.

### Web

To build the web version of Cosmos Journeyer, run `pnpm build`. Everything will be built in the `dist` folder.
To build the web version of Cosmos Journeyer, run `pnpm run build`. Everything will be built in the `dist` folder.

### Tauri

Expand Down
Binary file added coverImages/video.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"eslint-plugin-import": "^2.29.1",
"extended-random": "^1.2.2",
"fast-simplex-noise": "^4.0.0",
"glslify-loader": "^2.0.0",
"handle-sliderjs": "^1.3.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.6.0",
Expand Down Expand Up @@ -50,7 +49,7 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"version": "1.7.1",
"version": "1.8.0",
"description": "CosmosJourneyer",
"name": "cosmos-journeyer",
"scripts": {
Expand Down
179 changes: 0 additions & 179 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed src/asset/lensflare.png
Binary file not shown.
Binary file removed src/asset/lensflare.webp
Binary file not shown.
Binary file not shown.
Binary file removed src/asset/textures/lensflare.jpeg
Binary file not shown.
Binary file removed src/asset/textures/lensflare2.png
Binary file not shown.
Binary file removed src/asset/textures/lensflare3.png
Binary file not shown.
Binary file removed src/asset/textures/lensflare4.png
Binary file not shown.
Binary file removed src/asset/textures/starfield.png
Binary file not shown.
Binary file removed src/asset/warpNoise.png
Binary file not shown.
9 changes: 7 additions & 2 deletions src/html/helmetOverlay.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
<div id="bodyData">
<p id="bodyName"></p>
</div>
<div id="speedometer"></div>
<div id="throttle">
<div id="throttleStripes"></div>
</div>
<div id="speed"></div>
<div id="targetHelper">
<div id="targetDot"></div>
</div>
</section>
</section>

<div id="notificationContainer"></div>
Loading

0 comments on commit 16311ae

Please sign in to comment.