All Projects → Apostolique → Apos.Content

Apostolique / Apos.Content

Licence: MIT license
Content builder library for MonoGame.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Apos.Content

AposGameStarter
MonoGame project starter. Common files to help create a game faster.
Stars: ✭ 18 (+28.57%)
Mutual labels:  monogame, apos
Apos.Gui
UI library for MonoGame.
Stars: ✭ 77 (+450%)
Mutual labels:  monogame, apos
Apos.Shapes
Shape rendering in MonoGame.
Stars: ✭ 21 (+50%)
Mutual labels:  monogame, apos
skinner
Skin export / import tools for Autodesk Maya
Stars: ✭ 68 (+385.71%)
Mutual labels:  pipeline
LogHub
No description or website provided.
Stars: ✭ 38 (+171.43%)
Mutual labels:  pipeline
Wallop
Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
Stars: ✭ 27 (+92.86%)
Mutual labels:  monogame
bitbucket-push-and-pull-request-plugin
Plugin for Jenkins v2.138.2 or later, that triggers job builds on Bitbucket's push and pull request events.
Stars: ✭ 47 (+235.71%)
Mutual labels:  pipeline
MNIST
Handwritten digit recognizer using a feed-forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
Stars: ✭ 28 (+100%)
Mutual labels:  pipeline
k3ai-core
K3ai-core is the core library for the GO installer. Go installer will replace the current bash installer
Stars: ✭ 23 (+64.29%)
Mutual labels:  pipeline
WebRISC-V
WebRISC-V: A Web-Based Education-Oriented RISC-V Pipeline Simulation Environment [PHP]
Stars: ✭ 74 (+428.57%)
Mutual labels:  pipeline
targets-minimal
A minimal example data analysis project with the targets R package
Stars: ✭ 50 (+257.14%)
Mutual labels:  pipeline
blueocean-pipeline-editor-plugin
Jenkins Blue Ocean pipeline editor
Stars: ✭ 30 (+114.29%)
Mutual labels:  pipeline
cloud-native-pipelines
Cloud-native pipelines leveraging Concourse, Pivotal Build Service and Spinnaker to deploy apps
Stars: ✭ 15 (+7.14%)
Mutual labels:  pipeline
unity-build-pipeline
Custom BASH script for build, archive, export and upload APK and IPA to server with Telegram notification
Stars: ✭ 59 (+321.43%)
Mutual labels:  pipeline
pipen
pipen - A pipeline framework for python
Stars: ✭ 82 (+485.71%)
Mutual labels:  pipeline
drop
Pipeline to find aberrant events in RNA-Seq data, useful for diagnosis of rare disorders
Stars: ✭ 69 (+392.86%)
Mutual labels:  pipeline
open-solution-googleai-object-detection
Open solution to the Google AI Object Detection Challenge 🍁
Stars: ✭ 46 (+228.57%)
Mutual labels:  pipeline
pypiper
Python toolkit for building restartable pipelines
Stars: ✭ 34 (+142.86%)
Mutual labels:  pipeline
doepipeline
A python package for optimizing processing pipelines using statistical design of experiments (DoE).
Stars: ✭ 18 (+28.57%)
Mutual labels:  pipeline
pypely
Make your data processing easy
Stars: ✭ 17 (+21.43%)
Mutual labels:  pipeline

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].