Closed vheun closed 8 years ago
At this point the API for connecting models is messy. The new API is already proposed in to the files, but it is not implemented.
This API allows the hybrid object to be easily connected to any kind of system it is compiled on.
The connecting API enabling other platforms to connect should look like this:
function addIO () {
}
function writeIO () {
} function readIO () {
function developerIO () {
@Carsten87 did a great job on this. API is done.
At this point the API for connecting models is messy. The new API is already proposed in to the files, but it is not implemented.
This API allows the hybrid object to be easily connected to any kind of system it is compiled on.
The connecting API enabling other platforms to connect should look like this:
function addIO () {
}
function writeIO () {
} function readIO () {
}
function developerIO () {
}