-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Alexandre Marcireau edited this page Apr 25, 2017
·
33 revisions
This wiki is a git repository on its own. Feel free to modify anything, as changes can be tracked or rolled back as required.
The files associated with each tutorial are stored in the repository.
The three following tutorials provide a general introduction for building Event Stream applications. Notably, the first tutorial helps you install the libraries and set up a development environment.
For specific user guides and documentation, refer to the libraries' wikis:
The following pages describe example projects which focus on specific applications:
See also:
-
Premake workflows describes application development workflows that use either a generic code editor and the
make
command or an IDE. - Boilerplate is a simple project meant as a starting point to develop your own application.
- Program architecture illustrates the thread management of a Sepia - Tarsier - Chameleon application.
- Example: Graphics with SDL (instead of Qt)