up vote 5 down vote favorite
2
Share on Facebook

The examples are quite challenging to grasp if you are still getting your head around other things, so the simplest example would be great.

Is there a simpler example?

link|flag

2 Answers

up vote 1 down vote accepted

Some links :

1) A helper class i wrote (non-revolutionary) : http://blog.owned.co.za/?p=205

2) CProxyV8 extends on the point/line samples by using their binding code

3) v8Juice is also a binding system for v8, has some simpler examples

4) Find other v8 projects and have a look inside their code (if possible)

5) Ask on gamedev.stackexchange.com

6) Ask on the v8 channel on iRC, freenode server

link|flag
1  
You might want to reconsider your choice of grey-on-grey for your blog. The code comments are unreadable and with subpixel hinting on a 1024x768 screen the code itself is also almost unreadable. – Joe Wreschnig Aug 15 at 17:10
I'll adjust the css for the comments, thanks. Weirdly enough i don't know anyone using 1024x768 ;P Not since i posted has anyone mentioned it being a problem - but thanks for the feedback. I updated the CSS to a blue color. Hope that helps legibility. – FuzzYspo0N Aug 15 at 17:15
up vote 1 down vote

I've been slowly working on a pygame alternative based on V8.

Although the project is stalled at the moment, the code is still up on Github.

Have a look at the bindings files and jsgame.cpp for some examples. Particularly, JSGame::initialize().

link|flag

Your Answer

 
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.