Home › Forums › TimelineFX Module › C++ Engine › Reply To: C++ Engine
Sure.
I’m just going through some final tests ( discovered animated frames was not working ).
Also trying to slim the classes down a bit…
I currently have it running on an iOS environment ( iPad ). Will run off some profile numbers for some specific effects. iOS is almost always pixel bound ( especially with a lot of alpha blending going on ). But besides that, I’ll find out how much CPU time is spend for particle updates.
Will post code soon.