Card Test Bed - GavWood/DOGE-Game-Engine GitHub Wiki

This test demonstrates the core functionality of the game-framework presented using a metaphor of cards, where each card is used to illustrate different functionality.

Card 1 tests simple rendering and touch input.

Card 2 differentiates between different forms of touch.

Card 3 illustrates debug rendering through different primitives.

Card 4 tests peer-to-peer connectivity without a lobby or setup. It just connects the same App running on different machines.

Card 5 test playback of sound using multiple channels.

Card 6 renders a 3D cube - using code similar to 3D-scene.

Card 7 samples the current audio frequency and amplitude in real time.