Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pmndrs/react-ogl

ðŸĶī A barebones react renderer for ogl.
https://github.com/pmndrs/react-ogl

feat: configurable canvas `config.onResize` callback

davcri opened this pull request 6 months ago
Next.js: 'unstable_act' is not exported from 'react'

maximilianberndt opened this issue 7 months ago
fix: safely import legacy act for Next

matiasperz opened this pull request 7 months ago
experiment!: React 19

CodyJasonBennett opened this pull request 8 months ago
fix: safely import legacy act for Next

matiasperz opened this pull request 8 months ago
feat: update Zustand to use latest API

matiasngf opened this pull request 10 months ago
refactor(types)!: support for OGL v1

CodyJasonBennett opened this pull request about 1 year ago
fix: pin Zustand to brace against 4.3.x breaking changes

CodyJasonBennett opened this pull request almost 2 years ago
refactor(types)!: upgrade Zustand to v4

CodyJasonBennett opened this pull request about 2 years ago
feat(Canvas): bridge cross-container context

CodyJasonBennett opened this pull request over 2 years ago
experiment: add module field for bundlephobia

CodyJasonBennett opened this pull request over 2 years ago
feat: container effects, recursive dispose, portal state

CodyJasonBennett opened this pull request over 2 years ago
chore: upgrade OGL types

CodyJasonBennett opened this pull request over 2 years ago
fix(useLoader): pass src to textureloader

CodyJasonBennett opened this pull request over 2 years ago
OGL TextureLoader and react-ogl useLoader are incompatible

awesomechoi11 opened this issue over 2 years ago
refactor(types): dynamically map OGLElements

CodyJasonBennett opened this pull request over 2 years ago
feat(hooks): useInstanceHandle

CodyJasonBennett opened this pull request over 2 years ago
fix: explicitly import entrypoints

CodyJasonBennett opened this pull request over 2 years ago
fix!: remove native polyfill

CodyJasonBennett opened this pull request over 2 years ago
feat!: upgrade reconciler, react 18 concurrency

CodyJasonBennett opened this pull request over 2 years ago
React 18 conflict dependencies

Aqro opened this issue over 2 years ago
fix: regenerate types on build

CodyJasonBennett opened this pull request over 2 years ago
fix: optimize distribution size

CodyJasonBennett opened this pull request over 2 years ago
fix: enable tree-shaking in webpack, sourcemaps

CodyJasonBennett opened this pull request over 2 years ago
fix(useFrame): use isomorphic effects for SSR

CodyJasonBennett opened this pull request over 2 years ago
chore: add docs, rework information architecture

CodyJasonBennett opened this pull request over 2 years ago
fix: create separate native entrypoint

CodyJasonBennett opened this pull request over 2 years ago
fix(types): mark OGL helpers as effectful, correctly infer hook types

CodyJasonBennett opened this pull request over 2 years ago
fix: use useLayoutEffect in native

CodyJasonBennett opened this pull request over 2 years ago
BREAKING: expose JSX OGLElements, improve reconciler type-safety

CodyJasonBennett opened this pull request over 2 years ago
Fix: stupid mistake in unsubscribe

eXponenta opened this pull request over 2 years ago
fix(core): don't set non-attributes as attributes

CodyJasonBennett opened this pull request over 2 years ago
feat: use @types/ogl drop-in

CodyJasonBennett opened this pull request over 2 years ago
fix(core): update attach reactively on commit update

CodyJasonBennett opened this pull request over 2 years ago
fix(core): don't diff reserved props, skip instance props in applyProps

CodyJasonBennett opened this pull request over 2 years ago
fix(core): decouple previous attach on reconstruct

CodyJasonBennett opened this pull request over 2 years ago
fix(core): handle container append on mount

CodyJasonBennett opened this pull request over 2 years ago
refactor(types): extend native types for JSX elements

CodyJasonBennett opened this pull request over 2 years ago
refactor(core): use resolve in applyprops

CodyJasonBennett opened this pull request over 2 years ago
refactor(core): create instances' objects on commit

CodyJasonBennett opened this pull request over 2 years ago
fix(core): don't use arraybuffer methods

CodyJasonBennett opened this pull request over 2 years ago
Crash when try use texture from Unit8Array.

eXponenta opened this issue over 2 years ago
fix(core): fix race condition on subscribe

CodyJasonBennett opened this pull request over 2 years ago
fix(core): prepare portal targets

CodyJasonBennett opened this pull request over 2 years ago
feat(core): add xr manager, render mode switching

CodyJasonBennett opened this pull request over 2 years ago
feat: add size render prop

CodyJasonBennett opened this pull request over 2 years ago
chore: jest => vitest

CodyJasonBennett opened this pull request over 2 years ago
fix(native): prepare ogl context, don't overwrite renderer.render

CodyJasonBennett opened this pull request over 2 years ago
refactor: cleanup, prefer iterating over cloning into memory

CodyJasonBennett opened this pull request over 2 years ago
Fix attachment detaching

eXponenta opened this pull request over 2 years ago
[Degradation] Attachements detaching invalid

eXponenta opened this issue over 2 years ago
feat: use zustand for granular context updates

CodyJasonBennett opened this pull request over 2 years ago
feat(core): expanded attach

CodyJasonBennett opened this pull request over 2 years ago
feat(core): customize gl behavior via extend

CodyJasonBennett opened this pull request over 2 years ago
chore: swc => vite, add cjs target

CodyJasonBennett opened this pull request over 2 years ago
feat(types): create ogl augmented defs

CodyJasonBennett opened this pull request over 2 years ago
chore: add examples

CodyJasonBennett opened this pull request over 2 years ago
BREAKING: unify targets, flatten folder structure

CodyJasonBennett opened this pull request over 2 years ago
refactor: unify hooks, react-merge-refs => useImperativeHandle

CodyJasonBennett opened this pull request over 2 years ago
refactor(core): attach on mount, correctly handle fiber handoff

CodyJasonBennett opened this pull request over 2 years ago
feat(core): pass context to elements with `gl` prop

CodyJasonBennett opened this pull request over 2 years ago
fix(core): only save internal handlers

CodyJasonBennett opened this pull request over 2 years ago
fix: not change subscribed reference

eXponenta opened this pull request over 2 years ago
useLoader equivalent

TiagoCavalcante opened this issue over 2 years ago
React 18 fast fix

eXponenta opened this pull request over 2 years ago
[bug] React 18 refs type

eXponenta opened this issue over 2 years ago
on* handlers must be saved for custom props

eXponenta opened this issue over 2 years ago
fix(reconciler): add scheduler fallbacks for SSR, add required hooks

CodyJasonBennett opened this pull request over 2 years ago
[feature] Custom GL required class

eXponenta opened this issue over 2 years ago
[feature] Dispose

eXponenta opened this issue almost 3 years ago
Fix parent reference missing, dispose

eXponenta opened this pull request almost 3 years ago
Fix: allow pass custom renderer creating function

eXponenta opened this pull request almost 3 years ago
Can't pass custom renderer constructor to state

eXponenta opened this issue almost 3 years ago
fix uniform update

eXponenta opened this pull request almost 3 years ago
[critical] Uniform diff check should update only known uniforms

eXponenta opened this issue almost 3 years ago
feat: Pass hit reslut to event

eXponenta opened this pull request almost 3 years ago
fix(shared): correctly filter interactive meshes

CodyJasonBennett opened this pull request almost 3 years ago
Raycast not working when node has parent

eXponenta opened this issue almost 3 years ago
react-devtools crash

controversial opened this issue almost 3 years ago
codesandbox CI

gsimone opened this issue about 3 years ago
feat: add types

CodyJasonBennett opened this pull request about 3 years ago
Design iteration

CodyJasonBennett opened this pull request about 3 years ago