mateli
mateli
This is examples for Raspberry Pi that renders video both on a rotating cube and a rotating teapot. [https://www.youtube.com/watch?v=-y3m_HFg4Do](https://www.youtube.com/watch?v=-y3m_HFg4Do) [github.com/raspberrypi/userland/tree/master/host_applications/linux/apps/hello_pi/hello_videocube](github.com/raspberrypi/userland/tree/master/host_applications/linux/apps/hello_pi/hello_videocube) [github.com/raspberrypi/userland/tree/master/host_applications/linux/apps/hello_pi/hello_teapot](github.com/raspberrypi/userland/tree/master/host_applications/linux/apps/hello_pi/hello_teapot) This is done by allocating a shared buffer using...
#1055 Describes how to get fast video rendering. This issue is about getting fast output of encoded video. The principle here is to render do either full or offscreen rendering...
mach.net
Dotnet bindings for mach/libmach with - Create bindings for libmach. Long term it may be useful to use something different than a C api for this but as there is...
### Library Version 4.23.3 ### OS Windows 11/Debian ### OS Architecture 64 bit ### How to reproduce? Load any parquet file with Date fields, and they get translated to DateTime....
### Library Version 4.23.3 ### OS Windows/Debian ### OS Architecture 64 bit ### How to reproduce? Load any parquet file with a Int16 column into a dataframe. GetTypedDataFast() would need:...
Currently DFeed requires an NNTP server as backend but duplicates it's message database. It would be far more efficient make DFeed an independent NNTP server and host content rather than...
Create a dotnet 5 WPF project (In VS 2022) Add Vanara.Library 4.0 (3.X works) An error similar to this occurs: WpfApp2_1zvoyk2w_wpftmp.AssemblyInfo.cs(21, 38): [CS0433] The type 'SupportedOSPlatformAttribute' exists in both 'Vanara.Core,...
Support using multiple keyboard and other HID devices independently from each other. The input API already has a keyboard index API but at least on Windows it's always zero. The...
### Describe the bug If a textbox get focus by clicking then selected text is deselected. ### To Reproduce mybox.GotFocus += (_, _) => mybox.SelectAll(); ### Expected behavior With the...
### Is your feature request related to a problem? Please describe. When using multiple input devices of the same kind (for example two usb keyboards) Avalonia has no way of...