Skip to content

software-mansion-labs/gooui

Repository files navigation

gooui

A set of UI components made of Jelly. Built using TypeGPU.

import tgpu from 'typegpu';
import { CanvasJellySlider } from 'gooui';

const root = await tgpu.init();
const slider = new CanvasJellySlider({ root });

// Adding the slider to the DOM
document.body.appendChild(slider.canvas);

gooui is created by Software Mansion

swm

Since 2012 Software Mansion is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – Hire us.

About

A set of UI components made of Jelly, built using TypeGPU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages