legion
legion copied to clipboard
Legion monorepo, contains the legion engine, the tools, source control, build system etc...
This pr disables some auth verification (specifically in the clients).
Simplifies debug_pass.rs quite a bit.
Experimenting with https://yew.rs/ So far the experience is rather smooth, though some questions start arising when dealing with mutable states for instance. I could implement a basic resource tree and...
This PR removes the useless `Eq` and `Hash` from the api codegen.
Thanh Liem Tran ## Summary The goal is to understand company responsibilities and prepare questions for lawyer regarding Personal Protection Information laws (Quebec, Canada, GDPR,...) ## Current State Currently, we...
Hopefully fixes this CI error https://github.com/legion-labs/legion/runs/6987927767?check_suite_focus=true that occurs randomly. The error seems to be on the NPM cli side: https://github.com/npm/cli/issues/4096. The fix itself is rather extreme as we basically clean...
Based on https://hackmd.io/uIb_hEm4QXG9Z4ZwQut15Q, make this architecture in a workable prototype to prove that this architecture is working and is the right solution going forward. - [x] Build graph is processed...
## Summary Add support for third person controller in the animation system. ## Current State Currently, ## Work Items - [x] Add support for keyboard event inputs - [x] Add...