random-3d-points

Crates.iorandom-3d-points
lib.rsrandom-3d-points
version0.1.0
created_at2025-01-10 17:18:47.087233+00
updated_at2025-01-10 17:18:47.087233+00
descriptionGenerates random 3D points within a specified range, compiled to WebAssembly.
homepagehttps://your-project-homepage.com
repositoryhttps://github.com/your-username/random-3d-points
max_upload_size
id1511514
size6,971
(Richard-Thompson)

documentation

https://docs.your-project.com

README

Random 3D Points Generator in WebAssembly

This project generates random 3D points within a specified range ([-2.0, 2.0] for each coordinate). It is written in Rust and compiled to WebAssembly for high performance and ease of use in web environments.

  • Generates 1,000,000 random 3D points on the fly.
  • Exposed as a WebAssembly module for use in JavaScript and web applications.
  • Uses the random-fast-rng crate for fast random number generation.

Features:

  • WebAssembly-backed for optimal performance.
  • Seamless integration with JavaScript.
  • Works across modern browsers.

How to Use:

  1. Install the WebAssembly module by downloading the files.
  2. Import the generated WebAssembly module into your JavaScript code.
  3. Call the generate_points() function to retrieve random 3D points.
Commit count: 0

cargo fmt