C

TwitterFacebook
Get flash to fully experience Pearltrees
qt

Last Updated 12/21/12 These tutorials were made to help programmers start out in game programming. I tried to keep them as simple and to the point as possible. http://lazyfoo.net/SDL_tutorials/index.php

Lazy Foo' Productions

cross-compile

Wt, C++ Web Toolkit

Wt: an introduction Wt (pronounced as witty ) is a C++ library for developing web applications. The API is widget-centric and uses well-tested patterns of desktop GUI development tailored to the web. To the developer, it offers abstraction of web-specific implementation details, including client-server protocols, event handling, graphics support, graceful degradation (or progressive enhancement), and URL handling. Unlike many page-based frameworks, Wt was designed for creating stateful applications that are at the same time highly interactive (leveraging techinques such as WebSockets and Ajax to their fullest) and accessible (supporting plain HTML browsers), using automatic graceful degradation or progressive enhancement . http://www.webtoolkit.eu/wt#/