hollywoo README with type param guide

This commit is contained in:
2023-03-29 06:33:57 -06:00
parent 6f425d4c74
commit 3b17dee61e

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# hollywoo
Portable interface for kinetic novel dev/animated filmmaking
## Principles
TODO explain Director
## Maintenance
### How to add a type to Director:
You must add the type parameter in many places:
* Movie.hx (on class Movie)
* Movie.kiss (on prop director)
* Scene.hx (on typedef Scene) (if scenes will contain it)
* Director.hx (on class Director AND field movie)
* YourMovieType.hx, YourMovieType.kiss and YourDirectorType.hx, YourDirectorType.kiss in your Hollywoo director implementation