Library is a collection of functions and/or classes which usually simplifies usage of an API, framework or a more complex and/or low-level library. If possible use a more specific library tag if possible.
0
votes
0answers
53 views
Weird Collisions in ODE
I'm trying to get a basic OBB/OBB Collision System working. For this I use ODE.
My problem is: Whenever I use the dSpaceCollide and pass in my Space and my Callback, my Callback shows me, that a ...
1
vote
1answer
21 views
Convert Triangle/OBB Test to OBB/OBB Test
I'm using the collision library OZCollide (http://www.tsarevitch.org/ozcollide/) and I want to do OBB vs. OBB collision tests. The problem is, that this function doesn't seem to exist (see my other ...
0
votes
0answers
24 views
OBB/OBB Test in OZCollide
I want to know if anybody, who tried OZCollide (http://www.tsarevitch.org/ozcollide/), knows whether OBB vs. OBB Tests are possible or not. I know there is a AABB vs. OBB function but I can't find one ...
0
votes
0answers
44 views
Alternative Sound lib with LibGDX
i'm making a 2D game for Android in Java using LibGDX. I find LibGDX sound management not good enough for me. I wonder if it's possible to use an external lib for playing and managing the sound and ...
0
votes
0answers
12 views
ShaderX7 example code - missing headers
I try to build shaderx7 example code (practical cascaded shadow maps) from the cd which was appended to the book. I use windows 7 and I installed directx sdk 2008 and 2010. I can't find anywhere ...
0
votes
0answers
216 views
Setting Up A Visual Studio 2015 Android C++ Project To Utilise The SFML Library And compile On An Android Device
So in Visual Studio I have installed the cross platform tools to set up a C++ project for Android and iOS such as the Android SDK, NDK and the corresponding USB drivers required to debug the program ...
0
votes
1answer
62 views
Import JXInput by StrikerX3 Into Eclipse
I'll be honest, I'm stumped, I've been trying all night, googling away, made multiple attempts and failed every time. The library in question that I'm trying to add to my project is:
...
2
votes
0answers
28 views
difference between an engine and a library [duplicate]
I'd like to know the difference between a library and an engine. I've searched some information and if I'm not wrong, an engine gives you more options and makes work easier than a library.
An engine ...
2
votes
0answers
34 views
Pre-existing voxel tools/libraries for Java [closed]
I want to do some development using voxel data as well as rendering it. My interest is more in the project its self, rather then things like working out rendering optimization techniques and working ...
1
vote
1answer
298 views
Accessing a C++-based optimization library in FlashPunk
Some time ago I launched my FlashPunk primer, an adaption of Asteroids, which mainly served as a basis for trying out a simple optimization algorithm.
Now I'm planning to take this concept a level ...
1
vote
2answers
185 views
How to compile with OpenGL ES on Windows?
I downloaded OpenGL ES 3.1 sdk here.
But when I tried to run (or compile and run) the executable in "samples" directory, I got the following message:
The program can't start because libGLESv2.dll ...
0
votes
0answers
205 views
How to use Minim-Android library with an Android Studio game
I have a game project set in Android Studio in which I need to use a library called Minim. It is meant for using with Processing, so its constructor asks for an object that I couldn't find on Android ...
-1
votes
1answer
43 views
Cannot link SFML to my project in code::blocks [closed]
If anybody uses SFML, could you tell me how to add it to a project in code::blocks? Any technique will do.
2
votes
2answers
692 views
How can I add extensions to libGDX
I had a problem with my Font in a game I am developing in libGdx. After some googling I was instructed to use the following code:
private void createFonts() {
FileHandle fontFile = ...
1
vote
1answer
97 views
SFML Library Not Rendering Sprite Texture Updates When Accessing Sprite From Lower In Framework Heirarchy
So currently I am working on a framework for a game utilising the SFML graphics library and in one of the classes representing a renderable object in the framework there is an sf::Sprite that is used ...
1
vote
1answer
106 views
How do I compile further libraries into my game? [closed]
This might be vague; I don't know how to search for this.
How do I link a GUI framework (in my case, CEGUI) to a graphics framework (in my case, SDL)?
I'm using a Mac. My mental model on how to add ...
2
votes
1answer
198 views
Alternative Font loaders in Monogame Framework
While working on projects of mine, I have been finding that it is a huge pain to switch operating systems just to create a simple spritefont when using Monogame. I saw that the Nuclex Framework can ...
1
vote
0answers
72 views
SDL_Mixer .xm file loop not working correctly [closed]
I am working on a little game in my spare time using C++ and SDL and I have encountered a problem with a .xm file playback.
The music is supposed to have an intro of a couple patterns and then ...
0
votes
1answer
96 views
Possible to create 3-D or accelerated graphics on Windows using your own library/API?
Say I want to come up with a way to replace what OpenGL and DirectX specifications do: communicate with GPU to get some functions done that help hardware-acceleration and rapid drawing of screen data. ...
0
votes
0answers
668 views
geometry shader shim for opengl es 2.0
I just have a few months of OpenGL experience, just starting to get the hang of it.
I find geometry/vertex/fragment shaders to be very powerful. You have a few parameters that translates into a ...
1
vote
2answers
2k views
Using libraries in libgdx
This is the first time I'm using libgdx and I've got one problem. I am confused by the web of dependencies and the number of projects and I'm not sure how and mostly where to add a third party library ...
-2
votes
2answers
3k views
Which library to choose between SDL and GTK for C game Development (Begginer) [closed]
Note: I know that this is a opinion based question
I've been programming in C it's been some time, now I want to get into game development but I'm not sure which GUI library should I use between SDL ...
4
votes
1answer
631 views
What are the performance and size tradeoffs of Eigen::Transform versus Eigen::Matrix4f?
We finished migrating from DirectXMath to the Eigen math libraries for our 3D-Game Engine last week for portability reasons. After implementing transformations with matrices as we know them, we found ...
3
votes
2answers
354 views
Is there any reason why there isn't a cross-platform implementation of DirectX?
Similar to how Mono can compile C# to various platforms, why isn't there an API that conforms to DirectX's specifications but can produce binaries for all platforms?
I understand that there is OpenGL ...
9
votes
3answers
9k views
How do C# and JavaScript differ in Unity development? [closed]
Other than the obvious language differences, how do JavaScript and C# differ when developing games in Unity3D?
Is there a noticable performance difference?
Is the JS code packaged as-is? If yes, ...
1
vote
1answer
650 views
Using Unity 3D in LibGDX
Is it possible to use Unity 3D engine with LibGDX when making Android game apps? Is it also possibly used for making 2D games using Unity 3D and LibGDX? I would like to know if it's possibly ...
3
votes
1answer
146 views
Does Steam support Shared Libraries?
I know steam has nothing to do with whether the game has dynamic libraries or not, but a lot of games should be using the same dynamic libraries.
Does Steam currently have a way to reuse 1 dynamic ...
1
vote
0answers
301 views
Gluing libraries together into a 3D engine [closed]
As I read about people wanting to write their own 3d engine from scratch and people recommending using existing engines, it occurred to me that a middle-ground exists between developing your own ...
3
votes
1answer
129 views
How do games use libraries?
I've always wondered how games handle libraries. What if you want to use a dynamic library in a game, let's say OpenGL.
You could just put it inside the /lib folder on Linux(-like), and have ...
1
vote
1answer
2k views
What is the difference between an API, Framework, IDE, and Game Engine?
I am just starting out trying to learn to develop games. At first I thought c++ and Opengl were the tools a beginner would start out to make a game, but quickly found out the Opengl was just a API for ...
0
votes
1answer
785 views
c++ most used libraries [closed]
I'm trying to find out whether or not I want to switch from Java to c++ for my OpenGL game programming. I now have setup a test project in VS 11 professional, with GLUT. I created my windows with ...
0
votes
1answer
119 views
What input and window handler should I learn for complement OpenGL? [closed]
I have a good base in C++ programming and I did some 2D games using SDL. Now I want to start making 3D games, but as much as posible, I want to learn following the standars of the profesional ...
1
vote
0answers
591 views
Problem getting the log written in the folder-Boost Log [closed]
I am currently trying to use the Boost Log one. I have implemented a code to write log in rotating files.
In my solution I have 2 projects
first project BoostFAT has logboost.cpp and logboost.h in ...
2
votes
1answer
155 views
Development with multiple libraries
I'm almost fresh to the game development and I have one question about libraries.
If I choose one library, such as SFML, to develop the menu of my game, is it possible to merge with, for example, ...
1
vote
1answer
837 views
GLES2-AnchorCenter branch has no org.andengine.util.color.Color
I am porting my game from GLES2 to GLES2-AnchorCenter branch. I am using
import org.andengine.util.HorizontalAlign;
import org.andengine.util.color.Color;
import ...
1
vote
1answer
463 views
Packing jar files into library jar files
Firstly, this question is not about packing a simple jar file (e.g. lwjgl) into a runnable jar file. I know how to do this using JarSplice. So if I have a game which uses JInput, I will pack my game ...
-2
votes
2answers
394 views
Is hard-abstraction from SDL, OpenGL, OpenAL, Freetype, etc. worth it? [closed]
Is it really worth to abstract away from underlying mechanisms by means of pure virtual functions just to get rid of #include <SDL.h> in high-level classes? I'll still have high-level classes ...
5
votes
2answers
5k views
How do I read input from multiple keyboards/mice on one computer?
I want to be able to read inputs from multiple keyboards and still differentiate them. It's for split-screen. I know it's possible, because Serious Sam 3 allows it.
Edit : Well a whole lot of my ...
-4
votes
1answer
122 views
Licensing of programs my Problem [closed]
I am to create a game / program but my problem is about licensing which are:
My IDE codeblock & Dev-C++ does NOT allow my created program to be release as closed-source.
I want to create a ...
3
votes
0answers
81 views
Creating Animal Crossing style world rendering with Python [duplicate]
I've dabbled a bit with writing 3D rendering code in the past, although I'm interested in knowing if there is existing code (libraries) written for/with bindings to Python that might facilitate the ...
9
votes
2answers
378 views
Using Editline for an in-game console
I'd like to add an in-game console to a C++ game that I am creating. Although rendering the console and parsing the commands I'm fine with, the text input and editing aspect (e.g. handling left / ...
5
votes
2answers
1k views
Is it legal to pack LibGdx libraries in my jar file? And to obfuscate them?
I'm using LibGDX and deploying a runnable jar file, using the Eclipse feature, with libraries extracted into it. There are also .so files and .dlls inside.
Is it legal to do so? I didn't find ...
0
votes
1answer
2k views
Exit() redefinition while using Opengl
I am using Visual C++ 2010 and I get the following errors:
1>d:\visual c++\vc\include\stdlib.h(353): error C2381: 'exit' : redefinition; __declspec(noreturn) differs
...
6
votes
1answer
1k views
Can I use p/invoke in libraries loaded as assets in Unity Free?
I am interested in using utilising third-party libraries in Unity Free.
I know Unity can use managed libraries as assets, but only the Pro version supports using native libraries (DllImport within ...
8
votes
5answers
653 views
What to consider when evaluating libraries/engines for making a game?
I'm going to make a game, but I've noticed that there are a lot of game engines/libraries/frameworks available out there, and I'm having a little trouble deciding which one I want to use.
I'm already ...
0
votes
2answers
7k views
Voice recognition libraries - C++ [closed]
I need to implement voice recognition in my game, the target is that the user speaks into the microphone and the game responds accordingly to some commands.
What libraries could help me with such ...
0
votes
2answers
460 views
What java library/framework for a game with baldurs gate like grapics? [closed]
I really would like to create my own small rpg. It could probably look as simple like baldurs gate. So without fancy 3D stuff.
As language I want to use java (or scala, I thinking about it - the good ...
2
votes
1answer
3k views
Can I mix OpenGL and swing?
I'm working on a small game library for me and some people I know that just handles the window and nothing special that we weren't gonna use. I know how to use OpenGL and stuff I just don't like ...
2
votes
1answer
273 views
How do I use music analysis in a game?
I'm thinking of writing a game in the vein of BeatHazard (where the music you're listening to affects the game), and after researching the subject of music analysis in programming, I know enough to ...
9
votes
4answers
7k views
Is there a sound library for C to generate sound samples from code? [closed]
I'm working on an engine for a retro-style game in C. I'm looking for a sound library that would produce chip sounds from code...I want to make my own simple chiptune tracker for the engine to create ...