Josh Marinacci

Results 123 comments of Josh Marinacci

I'd love to help on the new nodejs port. Is there a separate repo that has your port of v8?

I'm first starting with the main branch then I'll switch to 0.11. I've just finished a std build. What is the generated node executable? obj/local/armeabi/bridge.node ?

Yeah. I need to understand how to build the node executable. I've checked out the 0.11 branch. Simply doing: ``` ~/projects/android-sdk-macosx/ndk/ndk-build NDK_PROJECT_PATH=. NDK_APPLICATION_MK=Application.mk ``` doesn't work. I get: ``` ➜...

The project is not under active development but it should still work. The error indicates it tried to build the native parts by hand and couldn't find the glfw3 library....

While we aren't active it should work just fine. The requirement is that you don't have glfw3 installed, which is required whether or not you are building from source or...

Hmm. That shouldn't happen. Is this reproducible? Could you post a small code snippet that demonstrates the problem?

Were you ever able to reproduce this issue?

I agree. Documentation is sorely lacking. I don't have anything currently besides the Readme.MD file. I'd start in the wiki. A few things you could create: - simple examples like:...

I'm okay with manually adding new boards from boards.txt. The official IDE isn't updated very often and they haven't decided if people should be using the 1.0 or 1.5 IDE,...

Yeah. Leave out the older boards for now. If it's important some one will ask for it.