Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightning Simulation

Continuation of CS 184 Spring 2025 Final Project, based on the CS 184 Project 3: ClothSim. For the original final project details, see here.

Instructions

  1. Clone the repository
git clone https://github.com/jaynye/lightning.git
  1. Create environment and install dependencies
conda create -n lightning python=3.11
conda activate lightning
pip install torch numpy
  1. Build & run
mkdir build
cd build
cmake ..
make
./clothsim
  1. Usage
  • Press [S] to simulate lightning
  • Press [P] to pause lightning when time-based simulation is active
  • Select Custom from the shader dropdown to apply the Bloom filter

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages