An open API service indexing awesome lists of open source software.

https://github.com/featherfall-org/quill

📖 Lightweight framework for Roblox
https://github.com/featherfall-org/quill

components framework providers roblox

Last synced: 2 months ago
JSON representation

📖 Lightweight framework for Roblox

Awesome Lists containing this project

README

          



Reflex



Quill

The best all-in-one lightweight Roblox game framework.

[![CI](https://img.shields.io/github/actions/workflow/status/featherfall-org/quill/ci.yml?style=for-the-badge&label=CI)](https://github.com/featherfall-org/quill/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue?style=for-the-badge)](https://github.com/featherfall-org/quill/blob/main/LICENSE)
Wally
Pesde

---

 

## ðŸŠķ Quill

**Quill** is a Luau framework designed to simplify your workflow's setup.

 

## ðŸ“Ķ Installation

The Quill packages are available for [Wally](https://wally.run/package/featherfall-org/quill-core) and [Pesde](https://pesde.dev/packages/featherfall/quill_core).

```toml
# wally.toml
[dependencies]
quill = "featherfall-org/quill-[CRATE]@LATEST" # Replace LATEST with your desired version & [CRATE] with your crate of choice, for example featherfall-org/quill-core
```

```sh
pesde add featherfall/quill_[CRATE] # Replace [CRATE] with your crate of choice, for example featherfall/quill_core
```

A roblox model file (`.rbxm`) containing all crates is also built on every push and is available [here](https://nightly.link/featherfall-org/quill/workflows/build.yml/main/quill.zip).

 

## 📚 Getting Started

[Take me to the documentation →](https://featherfall-org.github.io/quill)

 

## 📝 License

Quill is licensed under the [MIT License](LICENSE).

 

## ⚒ïļ Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Quill by you, shall be licensed as MIT, without any additional terms or conditions.