Tagged Questions
-1
votes
2answers
51 views
What are the available libraries for C? [closed]
I want to start developing games entirely in pure C, in a very oldschool and "john-carmackian way" just because I love C and I'm philosophically against OOP. Nevertheless, the world seems to be just ...
4
votes
4answers
283 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 ...
0
votes
2answers
428 views
Is there an alternative to SDL 1.3 for a C++ game that should run on iOS and Android?
I've used SDL for many desktop games, always as the cross-platform glue for:
Creating a window
Processing input
Rendering images
Rendering fonts
Playing sounds/music
It has never disappointed me ...
3
votes
3answers
2k views
Simple 2D Collision Detection Algorithm Library
I'm building a simple OpenGL game and I was looking for some simple collision detection library for objects like squares, triangles and circles. Any suggestions?
PS: Preferably a library that is very ...
3
votes
1answer
318 views
Is there are a good double-precision small matrix SIMD library for x86?
I'm looking for a SIMD library focused small (4x4) matrix operations for graphics. There's lots of single precision ones out there, but I need to support both single and double precision.
I've looked ...
8
votes
1answer
2k views
Which c/c++ model animation library for OpenGL
I'm fairly new to game development, played around with xna before and just learning OpenGL & c now and I'm interested to know which c/c++ based model animation libraries are out there and which ...