diff --git a/CLAUDE.md b/CLAUDE.md index 4d78862..28bc7ff 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -32,7 +32,7 @@ bundle exec jekyll serve --livereload ## Architecture -**Data-driven content:** Platform specs live in YAML files, not code. Most updates are data edits. +**Data-driven content:** Platform specs live in YAML files, not code. Most updates are data edits. Do NOT change the schema without explicit direction or approval since this data is also relied upon by 3rd parties. ``` _data/ diff --git a/_data/components.yml b/_data/components.yml index 8cde205..dd96c6b 100644 --- a/_data/components.yml +++ b/_data/components.yml @@ -30,42 +30,42 @@ categories: name: Common Components color: gray items: + - id: cpp_standard + name: "C++ API/SDK" - id: python name: Python subtitle: "(built with ucs4 pre-3.x)" - - id: qt - name: Qt - id: pyqt name: PyQt - id: pyside name: "Qt for Python (PySide)" - - id: numpy - name: NumPy + - id: qt + name: Qt + - id: aces + name: ACES + - id: alembic + name: Alembic + - id: boost + name: Boost + - id: fbx + name: FBX - id: imath name: Imath first_year: 2021 + - id: numpy + name: NumPy + - id: onemkl + name: "oneMKL/MKL" + - id: onetbb + name: "oneTBB/TBB" + min_max: true + - id: opencolorio + name: OpenColorIO - id: openexr name: OpenEXR - - id: ptex - name: Ptex - id: opensubdiv name: OpenSubdiv - id: openvdb name: OpenVDB - - id: alembic - name: Alembic - - id: fbx - name: FBX - - id: opencolorio - name: OpenColorIO - - id: aces - name: ACES - - id: boost - name: Boost - - id: onetbb - name: "oneTBB/TBB" - min_max: true - - id: onemkl - name: "oneMKL/MKL" - - id: cpp_standard - name: "C++ API/SDK" + - id: ptex + name: Ptex diff --git a/_data/useful_links.yml b/_data/useful_links.yml index b0ca923..b48659b 100644 --- a/_data/useful_links.yml +++ b/_data/useful_links.yml @@ -13,12 +13,7 @@ description: "Ready-to-build containers implementing VFX Reference Platform compliant build environments." icon: "container" -- title: "DCC Tool Version Compatibility" - url: "https://docs.google.com/spreadsheets/d/1-8VdfspUBpkYJzfKKovI-H2bZeb5Wn3cuNPsq_Ho3S8/edit?usp=sharing" - description: "Track major digital content creation tool version compatibility with each platform year." - icon: "grid" - - title: "VFX Industry Build Matrix" - url: "https://docs.google.com/spreadsheets/d/1EwRlz5ZYObEOdBfIk8iTX5thlpTyEAfp3bxOgAfFOiU/edit?usp=sharing" + url: "http://vfxindustrybuildmatrix.aswf.io/" description: "Cross-reference of build configurations used across the VFX industry." icon: "matrix" diff --git a/_includes/platform-table.html b/_includes/platform-table.html index 0a1b845..bb2666e 100644 --- a/_includes/platform-table.html +++ b/_includes/platform-table.html @@ -5,7 +5,7 @@ {% assign col_count = include.years | size | plus: 1 %} -