Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 1.14 KB

File metadata and controls

19 lines (13 loc) · 1.14 KB
title description ms.prod ms.assetid ms.date
CocosSharp Content Pipeline
This document links to guides that describe content pipelines in general and the CocosSharp content pipeline in particular.
xamarin
2BC895E5-BDFD-443D-A96D-86BA7042CB70
03/27/2017

CocosSharp Content Pipeline

Content pipelines are often used in game development to optimize content and format it such that it can be loaded on certain hardware or with certain game development frameworks.

This article provides a conceptual understanding of content pipelines, primarily focusing on the MonoGame Content Pipeline, which is a content pipeline implementation used with CocosSharp and MonoGame.

This walkthrough will useuses a CocosSharp project to demonstrate how .xnb files can be loaded and used in an application. Users of MonoGame will also be able to reference this walkthrough as CocosSharp and MonoGame both use the same .xnb content files.