-
Updated
Sep 8, 2020 - JavaScript
#
windowing
Here are 46 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.
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
Jul 27, 2020 - C
A tiny but mighty 3kb list virtualization library, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
-
Updated
Sep 9, 2020 - TypeScript
A real-time always-on-top “replica” of a window of your choice (on Windows).
-
Updated
Mar 14, 2019 - C#
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
React component for efficiently rendering large tree structures
-
Updated
Sep 28, 2020 - TypeScript
A tiny, Vanilla JS, virtualization library
-
Updated
Sep 9, 2020 - JavaScript
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
Sep 30, 2020 - CoffeeScript
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
Optimise your React apps by only rendering components when in proximity to the viewport.
-
Updated
Jul 13, 2018 - JavaScript
Micro-sized & micro-optimized select component for React.js
react
performance
select
functional
styled-components
react-components
dropdown
windowing
multi-select
option
form-controls
react-multiselect
react-window
-
Updated
Sep 29, 2020 - TypeScript
UICollectionView for the web
react
javascript
list
performance
typescript
grid
uicollectionview
scrolling
virtualization
scroll
windowing
grid-layout
collectionview
recylerview
virtualized
-
Updated
Aug 28, 2020 - TypeScript
A C# library that offers a unified API to talk to native windowing libraries.
-
Updated
Jul 31, 2020 - C#
Retro OS GUI JS library
-
Updated
Jul 19, 2020 - JavaScript
PhilippGrulich
commented
Sep 13, 2019
We should create a separate demo folder, which contains all demos and examples currently contained in the connectors.
Modern C++ cross-platform window abstraction.
-
Updated
Dec 24, 2019 - C++
Aurelia Virtual Scroller
-
Updated
Apr 19, 2017 - 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
Sep 10, 2020 - JavaScript
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
The Scheme Widget Library (SWL) is a windowing and graphics package for Chez Scheme
-
Updated
May 22, 2019 - Scheme
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
Cross-Platform OpenGL Windowing Library
-
Updated
Jan 4, 2020 - C
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."


https://github.com/rust-windowing/winit/blob/c9558c5f0e8f5ccb7b250a59c46c0f7a41c2416a/src/platform_impl/android/mod.rs#L408
For now, implementing redraw in MainEventsCleared works. But I'm not sure what's supposed to go on here.