Skip to content

Latest commit

 

History

History
84 lines (61 loc) · 1.42 KB

File metadata and controls

84 lines (61 loc) · 1.42 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial project structure and setup
  • Core engine architecture with modular design
  • N-body physics simulation with multiple integration methods
  • Accurate astronomical data for solar system bodies
  • 3D visualization with Three.js
  • Interactive UI with control panels
  • Time controls for simulation speed and navigation
  • Display options for orbits, labels, and textures
  • Performance monitoring system
  • Comprehensive testing framework with Vitest
  • Documentation and examples

Changed

  • N/A

Deprecated

  • N/A

Removed

  • N/A

Fixed

  • N/A

Security

  • N/A

[1.0.0] - 2023-12-01

Added

  • Initial release of the 3D Solar System Visualization
  • Complete solar system with Sun and all planets
  • Basic orbital mechanics simulation
  • Simple 3D visualization
  • Basic UI controls
  • Time simulation with play/pause functionality

Changed

  • N/A

Deprecated

  • N/A

Removed

  • N/A

Fixed

  • N/A

Security

  • N/A

[0.1.0] - 2023-11-01

Added

  • Project initialization
  • Basic Three.js setup
  • Simple solar system model
  • Basic camera controls

Changed

  • N/A

Deprecated

  • N/A

Removed

  • N/A

Fixed

  • N/A

Security

  • N/A