
C4 Engine
The C4 Engine runs on 64-bit Windows 10/11, PlayStation 5, PlayStation 4, Xbox Series X/S, and Xbox One. Technical information about the C4 Engine is available in the API documentation and on the wiki. There is also a Discord server for discussions about C4.
Getting Started - C4 Engine Wiki
2023年7月15日 · Follow these instructions to get started with the C4 Engine under 64-bit Windows 10. To install, first create a directory somewhere on your hard drive in which you'll store all of the C4 Engine files.
C4 Engine Wiki
2023年7月15日 · The C4 Rendering Pipeline; Models and Instanced Worlds; Cascaded Shadow Mapping; Motion Blur; Fog Spaces; Tools. World Editor. World Editor Pages; Connectors; Modifiers; Material Editor; Shader Editor. Basic Shader Processes; Mathematical Shader Processes; Complex Shader Processes; Interpolant Shader Processes; Script Editor. Methods ...
C4 Engine API Documentation
C4 Engine API Documentation. Search C4 Engine API Documentation. Documentation Home. Go To Class Index. An index of all classes, structs, and hierarchies. Base Services. Memory Manager. Low-level memory operations. File Manager. Low-level file access. Resource Manager. Loading resources, defining custom resource types.
Programming Introduction - C4 Engine Wiki
2023年7月15日 · This page provides an introduction to the programming interface and general design philosophies of the C4 Engine. An understanding of each of the topics described below is essential to programming applications for the C4 Engine effectively.
Command Console - C4 Engine Wiki
2024年11月27日 · The following commands are defined by the standard tools that ship with the C4 Engine. Most of these commands have equivalent items in the C4 Menu. If the name parameter is omitted from any of these commands, then a …
Quick Tour - C4 Engine Wiki
This article describes what you'll see when you run the C4 Engine for the first time after building the engine with the stock project files and data. Basic Interface. By default, the C4 Engine is configured to start up in the demo game called The 31st. (This is a game currently in development at Terathon Software.)
Release Notes for Version 7.0 - C4 Engine Wiki
2023年3月22日 · Core Engine. The Color4C class has been renamed to Color4U to reflect the fact that it has unsigned components. There are also new classes called Color2U, Color2S, and Color4S, where the number 2 or 4 indicates the number of channels, and the letter U or S indicates unsigned or signed.
New World Tutorial - C4 Engine Wiki
2023年7月15日 · This tutorial teaches you how to create a new world from scratch in the C4 Engine and add all of the essential pieces for a typical game level. To enlarge any of the screenshots below, click on the thumbnail icon below the image.
Simple Games - C4 Engine Wiki
2023年9月12日 · The C4 Engine ships with two basic game projects called SimpleBall and SimpleChar. Both are made up of two files that are heavily commented and represent nearly the minimum amount of code that needs to be written to have a working game module.