8 years, 3 months ago
Highlights
Community contributions featuredstruct MyBitField { unsigned int foo : 1; unsigned int bar : 1; ... }; You could also do bit fields. They can tell you exactly your intend. Just another idea.
8 years, 3 months ago
13 years, 8 months ago
Hello, I'm currently planning on implementing a tabletop game in the spirit of Warhammer 40k. This is a turn based strategy game with lots of special rules. Why a…
13 years, 8 months ago
Hallo,I'm writing an engine (using a component system) where a lot of components can be updated simultaneously. Some of them use random numbers, but if I distribute it over the…
16 years ago
Hallo, I would like to simulate the movement of a sailboat in 2D from the following: wind including direction and velocity position of helm position of sail mass of boat shape o…
16 years, 5 months ago
Latest Activity
See all in Discussionsstruct MyBitField { unsigned int foo : 1; unsigned int bar : 1; ... }; You could also do bit …
8 years, 3 months ago
[quote name='ApochPiQ' timestamp='1358372763' post='5022315'] Composable rule systems [/quote] Thank you very much! I'll look into your suggestion and …
13 years, 8 months ago
Very well then. But what would be the 'right' tool? Which would be the 'right' method or pattern to use …
13 years, 8 months ago