how to integrate app42 in godot engine

+1 vote
what kind of api have I to use to integrate app42 in a godot engine game?

http://www.godotengine.org/projects/godot-engine
asked Sep 17, 2015 in App42 Cloud API-BaaS by dario iannaccone (15 points)

1 Answer

0 votes

Hello Dario,

I believe GoDot Engine is a c++ based game engine. You can try our c++ SDK work well on Cocos2dx so it should work on godpt as well. The SDK uses cURL internally to make HTTP request so you mat have to add curl to godot. Also our c++ SDK is Open Source so you can modify the SDK if required to support Dodot engine. 

Let me know if you any queries.

Thanks.

answered Sep 19, 2015 by rajeev.etc (1,660 points)
I'm trying to fill out a form with godot from source C ++ but I get some errors:

p42/App42/App42HTTP/App42HttpClient.cpp
In file included from modules/App42/App42/App42HTTP/App42HttpClient.h:13:0,
                 from modules/App42/App42/App42HTTP/App42HttpClient.cpp:9:
modules/App42/App42/App42HTTP/App42HttpRequest.h:73:1: warning: multi-line comment [-Wcomment]
 //            CCASSERT(false, "HttpResponse is used between network thread and ui thread \
 ^
modules/App42/App42/App42HTTP/App42HttpRequest.h:117:13: warning: identifier 'nullptr' is a keyword in C++11 [-Wc++0x-compat]
             return nullptr;
             ^
In file included from modules/App42/App42/App42HTTP/App42HttpClient.h:14:0,
                 from modules/App42/App42/App42HTTP/App42HttpClient.cpp:9:
modules/App42/App42/App42HTTP/App42HttpResponse.h:56:1: warning: multi-line comment [-Wcomment]
 //            CCASSERT(false, "HttpResponse is used between network thread and ui thread \
 ^
In file included from /usr/include/c++/5.3.0/thread:35:0,
                 from modules/App42/App42/App42HTTP/App42HttpClient.cpp:10:
/usr/include/c++/5.3.0/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
 #error This file requires compiler and library support for the \
  ^
modules/App42/App42/App42HTTP/App42HttpClient.cpp:17:27: fatal error: base/CCVector.h: No such file or directory
compilation terminated.
scons: *** [modules/App42/App42/App42HTTP/App42HttpClient.x11.tools.64.o] Error 1
scons: building terminated because of errors.
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...