Content Development: Difference between revisions
Jump to navigation
Jump to search
New page: == Development Use Cases == === Programmed Object Creation === * Creator wants to build a family of complex objects ** Creator builds or buys and uses appropriate builder tools to develop ... |
No edit summary |
||
Line 5: | Line 5: | ||
** Other members of the object family are built by using the first as a component or template for building others and letting the builder tool ''compile'' the rest. | ** Other members of the object family are built by using the first as a component or template for building others and letting the builder tool ''compile'' the rest. | ||
** Design changes can be done by modifying the initial object framework and using the builder tool to ''recompile'' the family members. | ** Design changes can be done by modifying the initial object framework and using the builder tool to ''recompile'' the family members. | ||
Practically, this is probably only possible if 3rd parties can build and sell development tools that will run off world. |
Revision as of 21:08, 20 September 2007
Development Use Cases
Programmed Object Creation
- Creator wants to build a family of complex objects
- Creator builds or buys and uses appropriate builder tools to develop the object framework for the family of objects.
- Other members of the object family are built by using the first as a component or template for building others and letting the builder tool compile the rest.
- Design changes can be done by modifying the initial object framework and using the builder tool to recompile the family members.
Practically, this is probably only possible if 3rd parties can build and sell development tools that will run off world.