Since you're using Visual Studio, why not export the project as a template?
- Viewing Profile: Posts: /a/non
Community Stats
- Group Members
- Active Posts 7
- Profile Views 393
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
User Tools
Contacts
/a/non hasn't added any contacts yet.
Latest Visitors
Posts I've Made
In Topic: Made my own small GameEngine, but how do i reuse it fast?
04 January 2013 - 10:40 PM
In Topic: Entity System
04 January 2013 - 10:17 PM
I managed to fit my UI system into my Entity system quite easily. You see all my entities are connected to a script, some entities can be visible (Player) others, invisible (Camera entity). I have my Menu Entity spawned in the world, and in it's corresponding script, I have a binded C++ function I call, something along the lines of;
function OnLoaded()
{
ShowUI("TestMenu.html");
}
In Topic: How to build Google V8?
17 December 2012 - 03:47 AM
I seemed to solve the issue wit "python not found", I had to change path I was using, so rather than;I can't help much since I didn't build it with GYP.
For "python not found", did you add Python folder to system environment variables?
Or to say, if you start a command terminal and type "python", does it work?
python build/gyp_v8
I had to use;
third_party/python_26/python.exe build/gyp_v8
When building I get the error, "Import error, no module named gyp" using python.
I've installed gyp and even went and placed it inside python's directory.
In Topic: How to build Google V8?
17 December 2012 - 02:55 AM
When building I get the error, "Import error, no module named gyp".Did you follow this guide to the letter?
http://code.google.c...BuildingWithGYP
I've installed gyp and even went and placed it inside python's directory. I'm hoping someone could just provide me with a built copy of v8 now ;_;
In Topic: How to build Google V8?
17 December 2012 - 02:37 AM
Did you try to build it? And what is specified error?
I compiled it when its build system was scon. It was really frustrated, but at least I can try to compile it with reading the document.
http://wiki.gametheorylabs.com/groups/judgementengine/wiki/af593/Build_GoogleV8.html
I've been trying to build it with the tutorial above, but the command line always seem to give a strange error at step 2 and 6. Also, whenever I attempt step 7, it always gives out the message, "python command not found".
I've installed python, yet I don't understand why this happens.
I'm hoping for someone to please provide me with a built copy of v8, the hassle of trying to build this MULTIPLE times has put me off ;_;
- Home
- » Viewing Profile: Posts: /a/non

Find content