{"id":23469996,"url":"https://github.com/joshbaneycs/simucadsuite","last_synced_at":"2025-07-02T00:06:39.081Z","repository":{"id":253903174,"uuid":"844879517","full_name":"JoshBaneyCS/SimuCADSuite","owner":"JoshBaneyCS","description":"Are you an engineer and hate writing MatLab scripts? SimuCADSuite is here! Still in development***","archived":false,"fork":false,"pushed_at":"2024-10-23T00:40:28.000Z","size":1408,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"JoshBaneyCS-0.0.2","last_synced_at":"2025-04-13T00:17:16.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JoshBaneyCS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-20T06:32:36.000Z","updated_at":"2025-01-07T07:10:42.000Z","dependencies_parsed_at":"2024-10-23T06:48:26.743Z","dependency_job_id":"f95a1f0a-2eeb-4476-85f7-415e33753a4e","html_url":"https://github.com/JoshBaneyCS/SimuCADSuite","commit_stats":null,"previous_names":["joshbaneycs/simucadsuite"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/JoshBaneyCS/SimuCADSuite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshBaneyCS%2FSimuCADSuite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshBaneyCS%2FSimuCADSuite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshBaneyCS%2FSimuCADSuite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshBaneyCS%2FSimuCADSuite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoshBaneyCS","download_url":"https://codeload.github.com/JoshBaneyCS/SimuCADSuite/tar.gz/refs/heads/JoshBaneyCS-0.0.2","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshBaneyCS%2FSimuCADSuite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263052429,"owners_count":23406105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-24T15:37:45.067Z","updated_at":"2025-07-02T00:06:39.055Z","avatar_url":"https://github.com/JoshBaneyCS.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimuCADSuite\n\n![alt text](https://github.com/JoshBaneyCS/SimuCADSuite/blob/main/simucadsuitelogo.png?raw=true)\n\nSimuCADSuite is a comprehensive, modular simulation tool designed as an open-source physics simulation tool. The Program is made to fulfill the Undergraduate capstone for a BS- CS degree and to highlight scientific computing/ mathmatical analysis and computer science interests of the author. It combines the power of Python for complex computational tasks with the flexibility of Electron for a modern, interactive user interface. The suite includes modules for Fluid Dynamics Simulation, Kinematics Simulation, and Audio Decoding using Fast Fourier Transform and Discrete Fourier Transform (FFT and DFT), making it a versatile tool for a variety of engineering and scientific applications.\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n  - [Home Window](#home-window)\n  - [Fluid Dynamics Simulation](#fluid-dynamics-simulation)\n  - [Kinematics Simulation](#kinematics-simulation)\n  - [Audio Decoding](#audio-decoding)\n- [System Requirements](#system-requirements)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **Fluid Dynamics Simulation**: Simulate the flow of particles around CAD models using advanced fluid dynamics equations like Navier-Stokes, Euler’s equations, and Bernoulli's principle. Convert CAD models to NumPy arrays for simulation and visualize the results with vector fields.\n  \n- **Kinematics Simulation**: Analyze projectile motion with and without air resistance, visualize the paths and vector fields, and compare results in real-time. User-defined inputs for velocity, angle, drag, and more.\n  \n\n- **Audio Decoding**: Decompose audio files into their constituent sine waves using FFT/DFT, visualize frequency spectra, and analyze the results with user-defined parameters.\n\n- **Interactive GUI**: A modern Electron-based interface allows seamless navigation between modules, with an intuitive home window and back buttons for easy access to different tools.\n\n- **Multi-threading and GPU Acceleration**: Select between single-threaded, multi-threaded, or GPU-accelerated computation for optimal performance.\n\n- **Data Management**: Save and load simulation results in various formats, including Excel, CSV, and SQL databases.\n\n## Installation\n\nTo get started with SimuCADSuite, follow these steps:\n\n### Prerequisites\n\nEnsure you have the following installed on your system:\n\n- **Python 3.8+**\n- **Git**\n\n### Clone the Repository\n\n```bash\ngit clone https://github.com/JoshBaneyCS/SimuCADSuite.git\ncd SimuCADSuite\n\n```\n\n### Future Updates\n\n- **CUDA Acceleration*** \n- **Fixing Mesh bug with fluid dynamics**\n- **Using JavaScript or similar to run Simulation for better graphical handeling (Front End)\n- ** Implementing C++ backend for Fluid computation**\n- ** Improving Graphing/ CAS Calculator with more functionality and better UI/UX**\n- ** Adding more Physics functionalities (As shown on 0.0.2 Release)**\n\n### TIME FRAME FOR COMPLETION\n\nI expect to have this project complete within the next 9-12 months as I develop and hone my skills with C++ and JS.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshbaneycs%2Fsimucadsuite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshbaneycs%2Fsimucadsuite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshbaneycs%2Fsimucadsuite/lists"}