Skip to content

Repository files navigation

quad

quad

quad is a DOMless UI renderer for Roblox: reactive state (Store / State / Source) bound straight to Instances, no virtual DOM, a pluggable dispatch engine, and an engine-agnostic core you can test without Roblox. Documentation is in Korean under docs/; an English translation is planned after the Korean text has been reviewed by real users.


Roblox 엔진용 DOMless UI 렌더러입니다. 가상 DOM 없이 반응형 상태(Store / State / Source)를 Instance 프로퍼티에 직접 묶고, 특수 키 처리는 라이브러리 밖에서 확장할 수 있는 디스패치 엔진이 맡으며, 코어(quad_base)는 엔진 없이도 돕니다.

설치

패키지 매니저는 pesde입니다. 패키지 이름은 qwreey/quad_base(코어, luau 타깃)와 qwreey/quad_roblox(Roblox 백엔드, roblox 타깃) 둘이고, 나머지(quad_types·quad_error·type_version_check)는 의존성으로 따라 들어옵니다.

[dependencies]
quad_base = { name = "qwreey/quad_base", version = "^3.0.0" }
quad_roblox = { name = "qwreey/quad_roblox", version = "^3.0.0" }

[2026-09-10 기준] pesde 레지스트리에 3.0.0이 게시돼 있습니다(문서: https://quad.qwreey.moe/). 2.x는 v1(master 브랜치)의 번호입니다. Rojo 매핑(roblox_packages 하나)과 타입 검사 플래그 넷은 설치 문서를 보세요.

첫 줄

-- ScreenGui가 위치할 LocalScript (예: StarterPlayerScripts)
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")

-- 설치 경로는 프로젝트 구성에 따라 다르다(00-installation 2절의 Rojo 매핑에 맞출 것)
local Quad = require(ReplicatedStorage.roblox_packages.quad_base)
local QuadRoblox = require(ReplicatedStorage.roblox_packages.quad_roblox).QuadRoblox
local q = Quad:UseProvider(QuadRoblox) -- quad-roblox 백엔드 설치: D/Tween/Animate/OnChange가 생긴다
local D = q.D

Quad:UseProvider(QuadRoblox) 전에는 D/Tween/Animate/OnChange가 없습니다. 이어지는 카운터 컴포넌트는 10분 카운터에 있습니다.

변경 이력과 버전

CHANGELOG.md. SemVer를 따르고, 3.x가 이 재작성(v2)의 첫 계열입니다.

라이선스

MIT

About

State of the art Reactive rendering library for general luau engines such as Roblox, and targeting for GTK and Web-dom/Electron in future

Topics

Resources

Stars

6 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages