godmodelabs / ejecta-v8

A port of @phoboslabs EjectaJS which uses v8 instead of JavaScriptCore.
http://godmodelabs.github.io/ejecta-v8/
85 stars 16 forks source link

Compilation error and example instruction #49

Open osov opened 2 years ago

osov commented 2 years ago

I can't run the ejecta-v8-sample example, please update the instructions and the example code. I am getting a lot of errors: Could not find de.boersego:ejecta-v8:1.0.0. Searched in the following locations:

It also fails to compile this project: ../../../../src/main/cpp/bgjs/BGJSV8Engine.cpp:1748: error: undefined reference to 'v8::HeapProfiler::TakeHeapSnapshot(v8::ActivityControl, v8::HeapProfiler::ObjectNameResolver, bool)' ...

Still no WebGL support?

ADopeReader commented 2 years ago

Ah yes sorry for the inconvenience, we forgot to update the linked precompiled lib versions after the last v8 update. Compilation should work again if you use the updated versions from the dropbox link.

osov commented 2 years ago

Thank you. What about WebGL support?