Skip to content

Apostolique/Apos.Content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apos.Content

Content builder library for MonoGame.

Discord

Description

This is an attempt at writing a new content pipeline for MonoGame.

Documentation

  • None for now.

Build

Project NuGet
Apos.Content.Read NuGet NuGet
Apos.Content.Compile NuGet NuGet

Goals

  • Make it easier to develop custom content builders.
  • Allow developers to build custom content into more than just binary files.
    • For example a json file could be kept as pure text but validated on build.
  • Make it easier for libraries made for MonoGame to provide their own content.
  • Easier to integrate in a running game.
    • Build content at runtime.
    • Refresh content at runtime.
  • Handle file collisions.
    • Make it possible to have assets named Bullet.png and Bullet.wav if you feel like it.
  • Ability to group files together into a single "archive".
  • Ability to encrypt content.
  • Only rebuild assets that change.