The engine tag has no wiki summary.
0
votes
0answers
6 views
GqlQuery returns random results
I'm writing a quite simple web application based on Google's Application Engine. It's the first time I'm working with Python and Google's datastore.
The application should display some questions on ...
-3
votes
0answers
21 views
Which software would have been used to create this game [on hold]
This is the link of the android game Speed Racing: http://www.topapps.net/android/speed-racing-app-review.html/
I am new to 3d gaming, I wanna know which game engine is used to create top view car ...
0
votes
1answer
6 views
How to make the Camera of UDK (Unreal Developement Kit) Move alone side scrolling?
Hello everyone and thanks for your time,
I am on a project for a space side scrolling game and I am trying to make the camera of the engine act like an old space shooter game(move alone and when the ...
-1
votes
0answers
17 views
Making a custom search engine that fetches data from a database? [on hold]
Sorry in advance for asking such a general question...
How do I make a search engine as seen on online dictionaries? So you type in a word and it returns the term with all of its corresponding data ...
-1
votes
1answer
29 views
Good free AR engine for android [on hold]
I'm making a (supposedly) easy AR app for android, The idea is simple: show a model of a product in a Image Marker, So I started to search for the best option, I looked lots of engines (Vuforia, ...
0
votes
1answer
34 views
Cross-platform 3D game engine with WYSIWYP editor? [on hold]
I'm an indie developer looking for a decent 3D gaming engine for iOS and Android with a What You See Is What You Play editor running on Windows. I have found only the CryEngine and UnrealEngine, ...
0
votes
2answers
24 views
Rails Engines: Where to define gems only used in testing
I'm building an engine, and I want to use VCR and Webmock for testing.
Most documentation seems to suggest that all an engine's gems should be loaded via gemspec, but the only options for this are ...
-3
votes
0answers
24 views
Roolie - The Java Rule Engine [on hold]
I want to explore Roolie - The Java Rule Engine. But didn't get much tutorials for beginner on this. Anybody knows good tutorial for getting started? Please post.
0
votes
1answer
43 views
Search engine in PHP with MySQL: Unable to search with more than a single keyword, gives PDOException Error
I must say am still a baby when it comes to php and mysql, but am learning and improving everyday with you guys help.
Yeah i created a search engine in PHP with MySQL and to an extent, it is working, ...
0
votes
1answer
28 views
Test Ruby Gem in main application without commiting every change to git
I'm developing a main rails application where I want to mount some rails engines and gems I've developed on my own.
Some of my (under development) engines depend on the main Application and the ...
-3
votes
1answer
36 views
What would be the most suitable physics/game engine [closed]
First an explanation: I'm making an application in which everything is read from files (mostly xml) and therefore nothing is hardcoded, due to being able to add aditional content as the time goes. Now ...
0
votes
1answer
40 views
Shooting Bullets with mouse, Math.atan2
So i code a 2D Shooter were you use the mouse to shoot:
timeSinceLastShot+=timeSinceLastFrame;
double bullet_angle = Math.atan2(MyMouseListener.getClickPosY()-posY, ...
-1
votes
0answers
15 views
combine this search engine with this pagination code [closed]
I have some links to code here i want to combine together but I'm still relatively new to php so I can't figure it out here's the link for the search engine.
Here's the link for the pagination.
Hope ...
0
votes
0answers
35 views
Assembly: Subtract 2 float values then jump if negative
In Cheat Engine when wanting to inject code I am getting this template below. I know a bit of assembly but I now have a complicated (at least for me) task.
I figure the best way to check if a value ...
-1
votes
0answers
41 views
Creating physics world from a file? [closed]
First an explanation:
I'm making an application in which everything is read from files (mostly xml) and therefore nothing is hardcoded, due to being able to add aditional content as the time goes. Now ...