Question
I wish to know what techniques are available for generating classes during run-time.Examples need not be language specific, but it has to be a language in which you'd expect graphic-intensive applications to be build in. (so no php example)
Explaination
I hope to use it for a simulation involving huge numbers of objects which can combine during the course of the simulation and form cluster-objects.The cluster-objects will have properties and behaviours based on the properties and behaviours of the sub-objects.
To keep the simulation running smoothly, the cluster-objects will be used to create new classes from which identical combinations will be instanced from.
The thought behind this is whenever two cluster-objects interact, the result can be calculated faster because you do not need to itterate through all the sub-objects but instead check the generalized properties of the cluster-object.


Sign In
Create Account

Back to top









