-
Updated
Jul 19, 2021 - JavaScript
#
windowing
Here are 55 public repositories matching this topic...
React components for efficiently rendering large lists and tabular data
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
c
kernel
x86-64
os
osdev
operating-system
terminal-emulators
text-editor
window-manager
toaruos
smp
windowing
x86
bootloader
operating-systems
compositor
c-library
baremetal
terminal-emulator
cdrom
-
Updated
Jul 28, 2021 - C
A tiny but mighty 3kb list virtualization library, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
-
Updated
Jun 21, 2021 - TypeScript
A real-time always-on-top “replica” of a window of your choice (on Windows).
-
Updated
Mar 14, 2019 - C#
React component for efficiently rendering large tree structures
-
Updated
Jul 24, 2021 - TypeScript
pupudu
commented
May 10, 2019
It would be cool if we can add more guides to the guide list in the docs. Currently, there's only the striped-rows guide. From an initial thought, here are some potential guides we can add:
- Using Custom Components
- Using Custom Components by Cells (Based on cell data)
- Fixed/explicit row height
- Row height based on sampleRowIndex and sampleData
- Change row height
Micro-sized & micro-optimized select component for React.js
react
performance
select
functional
styled-components
react-components
virtualization
dropdown
windowing
multi-select
react-functional-select
-
Updated
Apr 26, 2021 - TypeScript
a new web framework, an entire platform really, designed from the ground up to handle complex things easily. Put the power of an entire Operating System at your fingertips.
javascript
coffeescript
framework
dashboard
dynamic
desktop
data-visualization
operating-system
windowing
-
Updated
Jul 27, 2021 - CoffeeScript
A tiny, Vanilla JS, virtualization library
-
Updated
May 12, 2021 - JavaScript
NOTICE: The ToaruOS-NIH Project has been MERGED UPSTREAM. This repository is now archived.
python
c
kernel
os
osdev
operating-system
terminal-emulators
text-editor
window-manager
toaruos
windowing
x86
bootloader
operating-systems
compositor
c-library
baremetal
terminal-emulator
cdrom
el-torito
-
Updated
Oct 6, 2018 - C
-
Updated
Jan 5, 2019 - JavaScript
A Java Library for Digital Signal Processing
android
java
signal-processing
dsp
android-library
windowing
convolution
cross-correlation
butterworth-filter
fourier-transform
hilbert-transform
peak-detection
wiener-filter
iir-filters
bessel-filter
chebyshev-filter
savitzky-golay-filter
matlab-style-filters
wiener-filtering
-
Updated
Jul 26, 2021 - Java
Optimise your React apps by only rendering components when in proximity to the viewport.
-
Updated
Jul 13, 2018 - JavaScript
UICollectionView for the web
react
javascript
list
performance
typescript
grid
uicollectionview
scrolling
virtualization
scroll
windowing
grid-layout
collectionview
recylerview
virtualized
-
Updated
Jun 5, 2021 - TypeScript
PhilippGrulich
commented
Sep 13, 2019
We have to add the Apache License to all files
Retro OS GUI JS library
-
Updated
May 26, 2021 - JavaScript
React components for rendering large scrollable data
react
performance
grid
mobx
table
react-components
tabular-data
windowing
virtual-scroll
react-table
mobx-react
virtualized-table
endindex
-
Updated
Jun 28, 2021 - JavaScript
A C# library that offers a unified API to talk to native windowing libraries.
-
Updated
Jan 28, 2021 - C#
A Vue 3 component that can render a list with 1000+ items as a grid in a performant way.
-
Updated
Jul 25, 2021 - Vue
Modern C++ cross-platform window abstraction.
-
Updated
Dec 24, 2019 - C++
Aurelia Virtual Scroller
-
Updated
Apr 19, 2017 - JavaScript
The Scheme Widget Library (SWL) is a windowing and graphics package for Chez Scheme
-
Updated
May 22, 2019 - Scheme
react-performant-scrollable-list: a "windowing" technique on list items (rows) based on very thin layer that can be added easily to any project
-
Updated
Sep 4, 2018 - TypeScript
Collecting and Analysing HAR with smart watch sensor data
activity-recognition
feature-extraction
lstm
windowing
fft
preprocessing
data-processing
smartwatch
human-activity-recognition
data-cleaning
time-domain
frequency-domain
accelerometer-data
gyroscope-data
-
Updated
Apr 15, 2018 - Jupyter Notebook
Improve this page
Add a description, image, and links to the windowing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the windowing topic, visit your repo's landing page and select "manage topics."
Key handling has been implemented in rust-windowing/winit#1839
The keycodes are currently left as
None
, but ndk provides access to the underlying codes from the retrievedkey
.Requires mapping of Android KeyCode to winit's KeyCode.