Richard Brežák
Richard Brežák
Oh and I personally would need to be able to fetch Rust components from a FFI context, so like Rust adds a component, eg. Transform, and at runtime I would...
Thank you! I'll integrate easy_ffi right away
```rust fn lgn_world_get_rust_component(ptr: *mut World, ty: u64, entity: Entity) -> *mut c_void { let world = unsafe { (ptr as *mut crate::prelude::World).as_mut().expect("universe null ptr") }; // @TODO better error perhaps...
Oh, BTW, I passed zero to the function, I must've hit my head at some point....
Quick question since I'm back on the case, what error reporting/handling do we want to use? I was thinking of either having a global error list and doing something similar...
Except for the error handling I have basically how I want it, I only need to access Rust components from other languages (lua), so, I would appreciate if someone would...
There is, but not much since I was slowly chewing my way through the old code and only implementing what I needed for my use case, but https://github.com/MagicRB/legion should be...
I'm experiencing the same, I'm on Emacs 29, custom config
Oh, thanks I forgot about this, way too much stuff happening. Anyway, @silverraven691 summarized it well. I think that if i was able to do something akin to (nix syntax)...
Every time we do so, it improves bit by bit, learning from past mistakes but starting with a clean slate.