abstract.cc frontend - noko3/cc-core GitHub Wiki

CC Fronted

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.


Abstract

server <-> client <-> frontend <-> user-end subsystems

CC Frontend is the CC game engine's user-end. It deals with particular subsystem implementations required to deliver content to the end user and to precess user input data and send it back to the client.

User-end subsystems include but are not limited to:

  • 3D rendering engine
  • audio engine
  • User input engine

Implementations

  1. cc-frontend-ogre: implementation abstract, code, programmer's docs