Ethereumdegen
Ethereumdegen
Added a new example game
NOTE TO ALL DEVS You will need to install the secp256k1 library on your machine (this is a C package) in order to run a lot of these functions in...
Followed all instructions and cannot shake this error....
My Python -V returns 3.10.10 and i am using ubuntu 20 When i run the command "poetry env use python3" i get an error: /usr/lib/python3/dist-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (1.26.15) or chardet...
On linux ubuntu and im totally stuck. Running 'python --version' gives 3.8.10 . I alrdy aliased 'python' to 'python3' so it should be fine. Then running cargo build gives: warning:...
error[E0432]: unresolved import `fyrox::scene::sound::effect` --> src/level.rs:39:13 | 39 | effect::{BaseEffectBuilder, Effect, EffectInput, ReverbEffectBuilder}, | ^^^^^^ could not find `effect` in `sound` error[E0283]: type annotations needed: cannot satisfy `SoundManager: fyrox::fyrox_core::visitor::Visit` -->...
I cant figure out how to get the current mouse position and create a window/widget at the mouse position (like a windows right-click menu). pub fn get_ui_cursor_position(window: &Window) -> Option...
This builds off of @TheTacBanana 's pr #275 . It offers the same functionality as that one (and uses much of the code of that pr) but executes it in...
I dont understand why widgets wrapped inside of a ContextProvider need to have a 'computed styles'
I just spent the last 6 hours of dev time painstakingly learning, the hard way, that a widget wrapped in a ContextProvider (like ScrollContextProvider) NEEDS to have a line of...