Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

SCXML apache stuff :/

SCXML apache stuff :/

Metron
My personal space of thoughts... · · 1 min read
456 0
Well, I've read through the SCXML stuff on the w3c site and have peeked much deeper into the apache java implementation of this. Man... while there are some good and interesting ideas the final implementation does look way aside what is actually descibed within the SCXML documentation. Some stuff are implemented in the wrong way (i.e. instead of having multiple parallel states there is only one possible), or the information stored in the classes are too much.

So I'll have to rebegin from scratch (since I started porting the java version to C++). Teaches me to want to port unknown java stuff...

Discussion

Loading comments...