8000 GitHub - crnewell/RaidenWSimulations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

crnewell/RaidenWSimulations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Discrete Structures Visualizer

This repository contains a simulation suite runnable either from source (Python) or via standalone executables for Windows and macOS.


🔧 Run from Source (Python)

1. Clone the Repository

git clone https://github.com/crnewell/RaidenWSimulations.git
cd RaidenWSimulations

2. Create a Virtual Environment (if necessary)

python -m venv ./venv

3. Activate the Virtual Environment

  • Windows:

    .\venv\Scripts\activate
  • macOS/Linux:

    source venv/bin/activate

4. Install Dependencies (if necessary)

pip install -r requirements.txt

5. Run the Simulation

python main.py

💡 Note: Ensure you have Python 3.8+ installed. If dependencies or virtual environments are unfamiliar, consult Python's official venv guide.


📦 Run as Executable (Windows & macOS)

1. Download the Executable

2. Extract the Contents

  • Unzip the downloaded file for your platform.
  • Do not move the main executable (main.exe or main.app) or its accompanying folders/files.

3. Run the Simulation

  • Windows

    • Double-click main.exe, or
    • Open Command Prompt in the extracted folder:
      cd path\to\unzipped\folder
      main.exe
  • macOS

    • Double-click main.app, or
    • Use Terminal:
      cd /path/to/unzipped/folder
      open main.app

⚠️ macOS: You may need to approve the app in System Preferences → Security & Privacy the first time you run it.


📁 File Structure Suggestions

To avoid confusion or execution errors:

  • Keep all files in their original unzipped structure
  • Avoid renaming or moving the .exe or .app file or its dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0