1.0.0 • Published 1 year ago

galxa v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Galxa

A simple Galaxy Simulation implemented in JavaScript using Sarata.js as a dependency.

Installation

You can install Galxa via npm:

npm install galxa

Usage

const Galaxy = require('galxa');

// Create a new instance of Galaxy
const myGalaxy = new Galaxy('MyGalaxy', 'large');

// Simulate the galaxy
myGalaxy.simulate();

Features

  • Simulates a galaxy based on provided parameters.
  • Easy-to-use API for galaxy simulation.

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.0

1 year ago