130 packages tagged with “loader”
Image Loading interfaces.
Image Loading core libraries.
C# reference loader for glTF 2.0
Image Loading raw images.
Image Loading for photoshop files.
Provides high-performance, async image loading capabilities to your Crosslight apps, featuring smart queue, smooth animation, and various cache options.
Image Loading standard formats.
Cross-platform native dynamic library loader for .NET. Provides advanced P/Invoke functionality using NativeLibrary, LoadLibrary and libdl. Supports Windows, Linux, and macOS.
Class library that adds dynamic module loading capabilities to Waher.Runtime.Inventory.
The new loading approach for cool apps in Xamarin Forms
Free yourself from IsBusy=true! The `TaskLoaderView` and the `TemplatedTaskLoader` are UI components that handle all your UI loading state (Loading, Error, Result, Notification), and removes all the pain of async loading from your view models (try catch / async void / IsBusy / HasErrors / base view models / ...) thanks to its brother the `TaskLoaderNotifier`. Featuring: * Default views for all loading states (Loading, Error, Success, Notification, Refresh) * Snackbar component * Compose notifiers with CompositeTaskLoaderNotifier * Stylable views including fonts, accent color, error images, ... * Any states are overridable with user custom views and easily positionned with AbsoluteLayout properties * Support for Xamarin.Forms.Skeleton nuget package * Support for refresh scenarios, and error while refreshing with the ErrorNotificationView * Supports Async mvvm ICommand through TaskLoaderCommand * Supports loading task on demand with the NotStarted state * TaskLoaderNotifier for the ViewModel side taking care of all the error handling and the IsBusy nonsense
Loads application settings into your own custom data class
The new loading approach for cool apps in .Net MAUI
yepnope is an asynchronous conditional resource loader that's super-fast, and allows you to load only the scripts that your users need.
Khronos OpenXR loader and headers required to build a Win32 or UWP OpenXR application
Loading indicator for WPF applications.
Load dll modules from memory directly
Ugly Assembly Loader is a helper that provides the funcionality for load on each execution all the dlls of your project that implements an especific interface in case for example that you need to configure an IoC container in diferents points of your code.
Fluent Builder pattern API for finding and loading FFmpeg libraries with the FFmpeg.AutoGen bindings.
This package helps to load multiple resource asseemblies during the initial blazor wasm startup. Blazor wasm by default only downloads selected culture from CurrentCulture and if you change the culture dynamically later, you do have to reload the page to get new resource assemblies. With help of this package there is no such restriction.
The defining characteristic of LABjs is the ability to load all JavaScript files in parallel, as fast as the browser will allow, but giving you the option to ensure proper execution order if you have dependencies between files. with regular <script> tags, you cannot control their loading and executing behavior reliably cross-browser. Some new browsers will load them in parallel but execute them serially, delaying execution of a smaller (quicker loading) script in the pessimistic assumption of dependency on previous scripts. Older browsers will load and execute them one-at-a-time, completely losing any parallel loading speed optimizations and slowing the whole process drastically. All browsers will, however, block other page resources (like stylesheets, images, etc) while these scripts are loading, which causes the rest of the page's content loading to appear much more sluggish to the user. LABjs by contrast will load ALL the scripts in parallel, and will execute them as soon as possible, unless you express an execution order dependency in the chain by inserting .wait(). In addition, you can "couple" inline script logic to execute in the proper order in your chain as desired by passing a function to .wait(...). It's important to realize that explicitly, separate $LAB chains operate completely independently, meaning there will be no explicit waiting for execution order between them. NOTE: JavaScript execution is always still a single-threaded, first-come-first-served environment. Also, some browsers use internal loading queues which create implicit "blocking" on script execution between separate chains. Also, the 'AllowDuplicates:false' config option will de-duplicate across chains, meaning chain B can be made to implicitly "wait" on chain A if chain B references a same script URL as chain A, and that script is still downloading.
A simple library to load and execute bootstrapper classes in referenced dlls by convention
At under 5K minified & gzipped HeadJS provides you with: * Asset Loader: Load scripts and stylesheets when you need them. head.load("file1.js" , "file2.js" , function() { done(); }) head.load("file1.css", "file2.css", function() { done(); }) * JavaScript Organizer: Defer execution to the bottom of page. head.ready(function() { imReady(); }) * Responsive Design: Detect and react to resolutions with simple css classes or js tests that work without media query support. .landscape, .lt-800, .gt-1680, if (head.mobile) { } * Browser Detection: Detect browsers & their version, and apply css or js logic to them. .gt-ie6, .lt-ie10, if (head.browser.ios) { } * Feature Detection: Detect browser features like cssreflections, touch-enabled .no-touch if (!head.touch) { } * CSS Moderniser: Detect css support like box-shadow, border-radius .no-borderradius, if (!head.borderradius) { } * CSS Router: Detect which page and section someone is on and target it with specific css. .index-page, .register-page, .root-section, .user-section, * HTML5 Shim: Need to support the new HTML5 tags in older browsers ? No problem !
Windows platform service launcher.
Add-on for Mash.AppSettings to override with dev-specific settings
A collection of attached properties that let you specify a loading state view for any of your existing layouts.
Fetch UN location codes (UN/LOCODE) from UN server