
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@kajws/galaxy-vr
Advanced tools
A VR web component for galaxy simulation using Three.js and WebXR, built on top of @kajws/galaxy-js. This component provides an immersive experience for visualizing galaxy dynamics in a virtual reality environment.
<vr-galaxy-simulation> custom element.@kajws/galaxy-js library.See index.html for a live demo.
To install the component, you can use any package manager:
npm install @kajws/galaxy-vr
or
pnpm install @kajws/galaxy-vr
Embed the component in your HTML and import the module:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Galaxy VR</title>
<style>
body {
margin: 0;
height: 100vh;
}
vr-galaxy-simulation {
display: block;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<vr-galaxy-simulation></vr-galaxy-simulation>
<script type="module">
import 'galaxy-vr';
</script>
</body>
</html>
To run the project locally, follow these steps:
Clone the repository:
git clone https://github.com/kajws/galaxy-js.git
cd galaxy-js/galaxy-vr
Install dependencies:
pnpm install
Start the development server:
pnpm run dev
To build the component for production, run:
pnpm run build
This will generate the necessary files in the dist directory.
Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License.
FAQs
A VR web component for galaxy simulation using Three.js and WebXR
We found that @kajws/galaxy-vr demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.