thorvg / thorvg.web

ThorVG for Web System
https://www.thorvg.org
MIT License
3 stars 1 forks source link

Organize the project folders #17

Open hermet opened 1 month ago

hermet commented 1 month ago

In thorvg.web, we may plan to have multiple projects in single repo here. It'd be better to separate each projects on different dir.

root
- thorvg(submodule)/
- perf-test/
- lottie-player/
- thorvg-js/

Currently, perf-test is on separated dir and lottie-player is on just root. Now it doesn't seem to be issue because perf-test will be moved soon. I believe we can have good directory structures later likely mono repo! :)

Originally posted by @tinyjin in https://github.com/thorvg/thorvg.web/issues/13#issuecomment-2132751971