# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added - Initial setup of the project with basic structure and WebGPU integration. - High-performance plasma arc simulation prototype. - Realistic visualizations using WebGPU. - Modular and extendable codebase including `wgpu-device.js`, `wgpu-state.js`, `wgpu-utility.js`, `wgpu-pipeline.js`, `wgpu-shader.js`, `wgpu-texture.js`, `wgpu-buffer.js`, and `wgpu-timing.js`. - User-friendly interface with fast iterative development features. - Basic documentation including README, LICENSE, CONTRIBUTING, ETHICS, and SECURITY files. - Initial FAQ for common questions and clarifications. ## [0.0.1] - 2024-12-13 ### Added - Initial prototype release. - Core simulation functionality with configurable parameters. - Integration with WebGPU for high-performance computation and rendering. - Basic modular components for state management and pipeline creation. ### Changed - N/A ### Fixed - N/A --- This document will be updated as new versions are released and changes are made. Stay tuned for more updates!