# StarTrail-cpp **Repository Path**: Kpure1000/StarTrail-cpp ## Basic Information - **Project Name**: StarTrail-cpp - **Description**: A CPP implementation of Star Trail - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-06 - **Last Updated**: 2023-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Star Trail CPP ver Mainly impliment the trajectory of dynamic-network visalization. ## TODO * data - [ ] json * network - [ ] node - [ ] edge - [ ] animation - [ ] trajectory with particle system * UI - [ ] vis elements switch - [ ] scale ## Vector Field Optimizer TODO * data - [ ] json load/save - [ ] serializer/deserializer * vector field - [x] render - [x] calculate the vector field from paths - [ ] drag to select range * path - [x] render - [x] draw - [x] split PathComponent and PathEditor into two objects - [ ] calculate the path from the vector field