3drepo / 3drepobouncer

A C++ library providing 3D Repo Scene Graph definition, repository management logic and manipulation logic. It is is essentially the refactored 3DRepoCore and (parts of) 3DRepoGUI
GNU Affero General Public License v3.0
29 stars 13 forks source link

Add support for AssetGenerator #666

Closed sebjf closed 5 months ago

sebjf commented 9 months ago

Description

We want to replace Unity AssetBundles with our own transport format that will bypass the WASM VM, and load faster. These assets will be built by a separate library.

Goals

Tasks

Related Resources

Product Issue: https://github.com/3drepo/3D-Repo-Product-Team/issues/376

sebjf commented 9 months ago

Things to discuss:

  1. How to determine assets lists?