-
Notifications
You must be signed in to change notification settings - Fork 21
Home
Rafael C Fatou edited this page Nov 23, 2018
·
16 revisions
Titan is a comprehensive C++ library for GPU-accelerated physics simulation of mass-springs systems. Titan allows users to:
- Design and run GPU-accelerated point mass-spring physics simulations
- Extract data from and modify the simulation during the run
- Interface simulations with external code for expanded functionality (3D rendering, design of complex simulation cases, data analysis,...)
- Visualize simulations in real time (optional)
Titan was developed at Columbia University during Summer 2018 by Jacob Austin and Rafael Corrales-Fatou under the supervision of Professor Hod Lipson.
- Home
- Quickstart
-
About the Titan Library
- Basic Concepts
- Functions
- Data Structures
- CPU - GPU Architecture
- Tutorials