Tagged Questions
11
votes
5answers
636 views
Floating point versus fixed point: what are the pros/cons?
Floating point type represents a number by storing its significant digits and its exponent separately on separate binary words so it fits in 16, 32, 64 or 128 bits.
Fixed point type stores numbers ...
4
votes
8answers
342 views
Maths in Programing Video Games
I've just finished second year at Uni doing a games course, this is always been bugging me how math and game programming are related. Up until now I've been using Vectors, Matrices, and Quaternions in ...
3
votes
4answers
332 views
Minimal linux that can run Qt GUI application
I'm making a homebrew video-game console (simple low spec pc) that will constantly run one application (game) which will be created with Qt (it's a requirement, preferably with gpu acceleration). So ...
1
vote
8answers
648 views
Programming in gamedev (performance related)
I am just wondering how some things work in gamedev:
I know, that the performance is actually crucial so there is still (and I think never will be) no place to use managed languages/platforms as ...