I need a script engine for game development. I don't like lua (due to syntax and functions), I really like js, so I want to use google V8, but it doesn't seem to be very friendly on iOS? So, is there a C ++ bunch that can cross v8 and JavaScriptCore? In iOS, use JavaScriptCore, while others use V8 to link the same C ++ code.
source share