Questions tagged [gameplay3d]

GamePlay3D is an open-source, cross-platform 3D native C++ game framework aimed at the indie game developer ecosystem.

GamePlay3D is an open-source, cross-platform 3D native C++ game framework aimed at the indie game developer ecosystem, that is designed to make it easy to learn to write 3-D mobile and desktop games.

Supported Platforms

  • BlackBerry 10 and PlayBook
  • Apple iOS 5+
  • Android NDK 2.3+
  • Microsoft Windows 7
  • Apple MacOS X
  • Linux

License

The project is open sourced under the Apache 2.0 license.

8 questions
1
vote
1 answer

GLSL shader syntax error unexpected tokens following the preprocessor directive - expected a newline

I'm trying to modify the shader 'textured.vert' taken from samples of GamePlay3d, but get following error: ERROR: 0:108: '' : syntax error incorrect preprocessor directive ERROR: 0:108: '' : syntax error unexpected tokens following the …
Nianliang
  • 2,926
  • 3
  • 29
  • 22
1
vote
3 answers

XCode: "undefined symbols" for one specific method from library (iOS)

I have a test project that is linked against a game engine static library. I managed to successfully build it for OS X and iOS, and then, during my experiments, added a new usage of library method to my application code (having some other usages…
0xc0dec
  • 11
  • 4
1
vote
1 answer

Gameplay3d - 'float round(float) throw()' already has a body

I'm following this wiki: https://github.com/blackberry/GamePlay/wiki/Visual-Studio-Setup After opening 'gameplay.sln' in 'VS Express 2013 for Desktop', and hitting 'F7' I'm getting over 100 error like this: error C2084:function 'float round(float)…
Dan Methad
  • 217
  • 2
  • 6
  • 17
1
vote
1 answer

How to load multiple languages for gameplay3d?

How to load multiple languages for gameplay3d? I want to join other countries to support the text.
aipame
  • 43
  • 2
0
votes
1 answer

I am trying to install gameplay game engine ,But encountered an error

I am trying to install gameplay game engine on my ubuntuMATE 17.10, following steps here. After cmake I type make and get errors below: /usr/bin/ld:…
Samdare
  • 11
  • 2
0
votes
1 answer

Gameplay3D gameplay::TimeListener

Can someone write a concrete example about how to use this function in Gameplay3D: virtual void gameplay::TimeListener::timeEvent ( long timeDiff, void * cookie ) [pure virtual] I mean a would like to call a function after t…
huse
  • 324
  • 2
  • 11
0
votes
1 answer

GamePlay3d engine won't show model imported from fbx

I am a newbie with gameplay3d and went through all tutorials, however I cant manage to display this simple(not much polygons and material) model that I encoded from Fbx. I checked the model with unity3D, and a closed source software that uses…
happycoder
  • 33
  • 8
-5
votes
1 answer

Can i program games with unity by python ?? I don't know c#

I want to start 3d games programming , should I start 2d first ? please give me useful course . Does unity accept python ? If not , what do you prefer( directpython, openlg,panda3d ) Please give me useful course . I'm beginner Sorry about my bad…
Mohamed Hamdy
  • 137
  • 1
  • 12