LoganDark

Results 242 issues of LoganDark

This fox model is not working, the texture is all white! ![image](https://user-images.githubusercontent.com/4723091/83883114-e9ed5700-a6f7-11ea-9a54-05bf55ea41d8.png) But everything else works, like that Umbreon! [Fox (Red).zip](https://github.com/ray-cast/ray-mmd/files/4736440/Fox.Red.zip) What's going on? ![image](https://user-images.githubusercontent.com/4723091/83883584-84e63100-a6f8-11ea-9865-6ae38741f281.png)

Say I wanted to simulate an adhesive of some sort, that would proactively stick to things. Is this possible to simulate? If so, could explicit properties be added to enable...

gif ![minifbResize](https://user-images.githubusercontent.com/4723091/86811170-74e0aa80-c032-11ea-915b-1fb59a9e7930.gif) code ```rust use minifb::{Window, WindowOptions}; fn main() { let mut window = Window::new( "rust-raytracer", 10, 10, WindowOptions { resize: true, ..WindowOptions::default() } ).expect("Couldn't create window"); while window.is_open() {...

I'd like a way to capture the cursor inside the window (to the center, like some games), is it possible for this feature to be added to minifb?

Is there any way to load a variable font and then get outlines at different weights? Will I have to parse tables and stuff manually like I have to do...

enhancement
parsing

Shaping is slow in Miri. Constructing a font is relatively fast, but shaping *anything*... well, I tried to shape the string `"a"` and it never finished. I tried to use...

In order to get an OutlineBuilder, you have to do some parsing using the font's FontTableProvider. This means the OutlineBuilder borrows from the FontTableProvider, which means it borrows from the...

Rasterization and such is very complex in this library, so I wanted to abstract parts of it (i.e. getting an `OutlineBuilder`) to make it easier. But that's not possible, because...

To pull the latest files from GitHub and install them automatically.

enhancement

Chrome 91.0.4472.77 64-Bit on Windows 10 Home 2004 build 19041.928 https://user-images.githubusercontent.com/4723091/127826671-0dae60f6-ebb8-493c-a3d0-aa960ea025ef.mp4 Manually turning off the pop-up blocker by allowing popups does not help