Nathalie Dubois

Results 16 issues of Nathalie Dubois

## Summary The objective is to add an animation engine to our code base. We will most likely be heavily influenced by the [Kruger](https://github.com/BobbyAnguelov/KRG) engine. ## Current State Currently, there...

area: engine-core
priority: P2
type: feature
area: animation

## Summary Currently the workspace is only saved locally in the `offline/.lsc/` folder. We need to replicate the contents of this DB on a remote service (source-control?) and remove the...

area: online
area: data-pipeline
type: feature

## Summary Leaner API & make loading steps more configurable per type ## Current State Currently, loading is klunkly. APIs should probably have a single entry point for accessing resources,...

area: data-pipeline

## Summary Design the crates, the basic APIs and data structures for the data-executor, for both the client-side & server. Also think of the local scenario, where we could have...

area: data-build
area: data-pipeline

## Summary Make data-executor more scalable ## Current State Currently the data-executor executes a single job at once, even though it supports many workers. We also need to go through...

priority: P2
area: online
area: data-pipeline
type: feature

## Summary Be able to access shaders from code in the same way as data, and facilitate runtime edition loop ## Objective We want to go through the `Device` or...

priority: P2
area: data-pipeline

## Summary How can we handle better the difference between editor data and runtime serialized data, without having to explicitly name them (eg. offline & runtime classes)

priority: P2
area: data-pipeline

## Expected Behavior ## Current Behavior ## Workarounds ## Steps to Reproduce 1. 2. 3. 4. ## Context (Environment) ## Detailed Description

type: bug

We need to package dxcompiler.dll/dxcompiler.so. Workaround: install Vulkan SDK.

type: bug
priority: P2

## Summary Design a first iteration of a character controller, while keeping scripting & game APIs in mind. Ultimately, we should be able to write the (high level) of the...

area: engine-core
priority: P2