legion icon indicating copy to clipboard operation
legion copied to clipboard

Legion monorepo, contains the legion engine, the tools, source control, build system etc...

Results 100 legion issues
Sort by recently updated
recently updated
newest added

## 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

In order to fit blender convention and overral, math convention used in the academic world, we need to switch our convention to the followings: * right handed world locator *...

area: renderer
priority: P2

## Summary We need a simple animation visualization in the engine while we don't support skinning. First iteration is to use a DebugDisplay to show the skeleton. ## Current State...

area: engine-core
priority: P2
area: animation

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

type: bug

## Summary Implementation of the service that will manage the user profiles, sessions, workspaces, spaces and allocation. The service will use a database for its storage. ## Current State No...

priority: P1
area: online
area: data-pipeline

## Summary Goal is to migrate the `Content Store` service to OpenAPI using the Code Generation framework. ## Current State At the moment, the `Content Store` service is using gRPC...

priority: P1
area: online
type: enhancement

## Summary Improve the openapi codegen to better support our needs. ## Work Items - [x] Ability to serve multiple APIs in a single HTTP server. - [x] Regroup request...

priority: P1
area: online
type: enhancement