This document is about: QUANTUM 3
SWITCH TO

수정중인 페이지 입니다.

Quantum 106 - Where to go next


Available in the Gaming Circle and Industries Circle
Circle

Overview

The Quantum 100 series has established a solid foundation of creating a game using Quantum. However there is much more to learn about it. This section recommends the next steps to follow in your journey.

Quantum Manual

The first pages you should read in the manual are the ones covering the Quantum DSL (Domain Specific Language) and the Entity Prototypes. These are at the core of programming the simulation and designing the view, respectively.

Quantum Samples

The samples showcases many different ways of using Quantum to build various styles of gameplay. From fast paced platformer and racing games to Chess, the API is explored and exemplified and can be used as a starting point. Every sample has a Level tag at the top of it's page which informs how advanced the sample is. Starting with Beginner level samples is the best next step from this point.

Animation

The page on Animation in the Manual section presents the two common way to handle animation with Quantum. The most common implementation has been used in the API Sample and can be looked through in the source code of the package.

Back to top