Coder Social home page Coder Social logo

spliceapi's Introduction

Fabric Splice API

A C/C++ API for creating cross-DCC portable runtimes.

Fabric Splice API allows you to make use of the Fabric Core inside of DCCs, and persist custom runtime to be able to use them across multiple DCC applications.

Repository Status

This repository will be maintained and kept up to date by Fabric Software to match the latest Fabric Core.

Supported platforms

To date all three major platforms (windows, linux, osx) are supported, if you build the thirdparty dependencies for the corresponding platform.

Building

A scons (http://www.scons.org/) build script is provided. Fabric Splice API depends on

To inform scons where to find the Fabric Core includes as well as the thirdparty libraries, you need to set the following environment variables:

  • FABRIC_BUILD_OS: Should be the type of OS you are building for (Windows, Darwin, Linux)
  • FABRIC_BUILD_ARCH: The architecture you are building for (x86, x86_64)
  • FABRIC_BUILD_TYPE: The optimization type (Release, Debug)
  • FABRIC_SPLICE_VERSION: Refers to the version you want to build. Typically the name of the branch (for example 1.13.0)
  • FABRIC_DIR: Should point to Fabric Engine's installation folder.
  • BOOST_DIR: Should point to the boost root folder (containing boost/ (includes) and lib/ for the static libraries).

The temporary files will be built into the .build folder, while the structured output files will be placed in the .stage folder.

To perform a build you can just run

scons all -j8

To clean the build you can run

scons clean    

License

The license used for this API can be found in the root folder of this repository.

spliceapi's People

Contributors

andrewmacp avatar fabricengine-build avatar frozenkiwi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.