- Added OwenSystemFactory for creating the animation system. - Introduced OwenAnimationContext to manage animations and states. - Created AnimationLoader and GLTFAnimationLoader for loading animations. - Developed state handlers: WaitStateHandler, ReactStateHandler, TypeStateHandler, SleepStateHandler. - Implemented StateFactory for managing state handlers. - Defined constants for clip types, states, and emotions. - Added type definitions for TypeScript support. - Configured Vite for building and serving the project. - Added licenses (dual) to project.
24 lines
358 B
JSON
24 lines
358 B
JSON
{
|
|
"source": {
|
|
"include": [
|
|
"./src"
|
|
],
|
|
"includePattern": "\\.(js|jsx)$",
|
|
"exclude": [
|
|
"node_modules/"
|
|
]
|
|
},
|
|
"opts": {
|
|
"destination": "./docs/",
|
|
"recurse": true,
|
|
"readme": "./README.md"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
],
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false
|
|
}
|
|
}
|