Skip to content

Commit

Permalink
Merge pull request #26 from BarthPaleologue/WIP
Browse files Browse the repository at this point in the history
1.5.0 - Better ocean
  • Loading branch information
BarthPaleologue authored Feb 14, 2024
2 parents 504ae66 + 6ff5e99 commit 80ba661
Show file tree
Hide file tree
Showing 241 changed files with 2,015 additions and 1,861 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"import/no-unresolved": "off",
"@typescript-eslint/switch-exhaustiveness-check": "error",
"@typescript-eslint/no-inferrable-types": "off",
"eqeqeq": "error"
"eqeqeq": "error",
"camelcase": "warn"
}
}
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to CosmosJourneyer
# Contributing to Cosmos Journeyer

CosmosJourneyer is an open source project and contributions are welcome! There is too much to do for one person alone. If you want to contribute, please read the following guidelines first.
Cosmos Journeyer is an open source project and contributions are welcome! There is too much to do for one person alone. If you want to contribute, please read the following guidelines first.

## How to contribute

Expand Down Expand Up @@ -31,7 +31,7 @@ Code that does not pass the linter or the unit tests will not be merged.

## Contribution ideas

There is still plenty to do on CosmosJourneyer. Here are some ideas of contributions you can make (with stars indicating the difficulty of the task):
There is still plenty to do on Cosmos Journeyer. Here are some ideas of contributions you can make (with stars indicating the difficulty of the task):

### Visuals

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CosmosJourneyer
# Cosmos Journeyer

[![NodeJS with Webpack](https://github.com/BarthPaleologue/planetEngine/actions/workflows/webpack.yml/badge.svg)](https://github.com/BarthPaleologue/planetEngine/actions/workflows/webpack.yml)
[![pages-build-deployment](https://github.com/BarthPaleologue/planetEngine/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/BarthPaleologue/planetEngine/actions/workflows/pages/pages-build-deployment)
[![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)

CosmosJourneyer is the procedural universe running inside a web page that makes space exploration accessible for everyone.
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 @@ -33,21 +33,21 @@ Every telluric planet and moon has a surface that can be explored by the player

![From Space](./coverImages/space.png)

CosmosJourneyer allows to travel from one celestial body to another without any loading screen, giving the player a seamless experience while exploring.
Cosmos Journeyer allows to travel from one celestial body to another without any loading screen, giving the player a seamless experience while exploring.

![A little bit closer](./coverImages/moon.png)

Planet surfaces are filled with procedural vegetation and rocks and butterflies to make them feel more alive.

![On the surface](./coverImages/ground.png)

CosmosJourneyer generates a virtually infinite amount of star systems that all have a star, often planets, and sometimes moons.
Cosmos Journeyer generates a virtually infinite amount of star systems that all have a star, often planets, and sometimes moons.

![Star map](./coverImages/starmap.png)

## Contributors

Thank you to all the people who have contributed to CosmosJourneyer!
Thank you to all the people who have contributed to Cosmos Journeyer!

![Contributors](https://contrib.rocks/image?repo=BarthPaleologue/CosmosJourneyer)

Expand Down
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"devDependencies": {
"@babel/preset-env": "^7.23.8",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babylonjs/core": "^6.39.0",
"@babylonjs/gui": "^6.39.0",
"@babylonjs/havok": "^1.3.0",
"@babylonjs/loaders": "^6.39.0",
"@babylonjs/core": "^6.42.0",
"@babylonjs/gui": "^6.42.0",
"@babylonjs/havok": "^1.3.1",
"@babylonjs/loaders": "^6.42.0",
"@jest/types": "^29.6.3",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/seedrandom": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@webpack-cli/generators": "^3.0.7",
"babel": "^6.23.0",
"babel-jest": "^29.7.0",
"css-loader": "^6.9.1",
"css-loader": "^6.10.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"extended-random": "^1.2.2",
Expand All @@ -26,7 +26,7 @@
"http-server": "^14.1.1",
"jest": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"mini-css-extract-plugin": "^2.7.7",
"mini-css-extract-plugin": "^2.8.0",
"ml-matrix": "^6.11.0",
"prettier": "^2.8.8",
"raw-loader": "^4.0.2",
Expand All @@ -35,18 +35,20 @@
"squirrel-noise": "^1.0.0",
"style-loader": "^3.3.4",
"terrain-generation": "^1.8.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"ts-shader-loader": "^2.0.2",
"typedoc": "^0.24.8",
"typescript": "^5.1.6",
"typescript-plugin-css-modules": "^5.0.2",
"webpack": "^5.89.0",
"typedoc": "^0.25.8",
"typedoc-material-theme": "^1.0.2",
"typedoc-plugin-missing-exports": "^2.2.0",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.1.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"version": "1.4.2",
"version": "1.5.0",
"description": "CosmosJourneyer",
"name": "cosmos-journeyer",
"scripts": {
Expand Down
Loading

0 comments on commit 80ba661

Please sign in to comment.