b-guild

Results 16 comments of b-guild

I have been using the `flame` crate to do some profiling experiments on release builds, and my measurements show that calling `split` using kasuari takes roughly 100us on average, while...

It has been proposed that this algorithm might better serve Ratatui as a separate library that copies `ratatui::layout` and replaces the relevant portions with the new algorithm and excludes the...

Another option to consider might be a new method something like: ```rust pub fn draw_or_map_err( &mut self, render_callback: F, error_callback: O, ) -> Result self.hide_cursor()?, Some(position) => { self.show_cursor()?; self.set_cursor_position(position)?;...

What markup language should we use? Will there be a way for the parser to find available fonts? Will the parser be configurable with custom tags?

What sort of integration would there be? Would the editor somehow be involved in this integration, or are we just talking about a scripting library that supports using Fyrox through...

> Where can I find the `GraphicsServer` trait/interface? https://github.com/FyroxEngine/Fyrox/blob/6021ae8da1dbe8440e44eda2b72f088ee30e7b58/fyrox-graphics/src/server.rs#L103