All Projects → buffet → Kiwmi

buffet / Kiwmi

Licence: mpl-2.0
A fully programmable Wayland Compositor

Programming Languages

c
50402 projects - #5 most used programming language
lua
6591 projects

Projects that are alternatives of or similar to Kiwmi

Discord Twitter Bot
Posts Twitter Tweets to Discord through Webhook
Stars: ✭ 219 (-0.9%)
Mutual labels:  hacktoberfest
React Native Simple Dialogs
⚛ Cross-platform React Native dialogs based on the Modal component
Stars: ✭ 218 (-1.36%)
Mutual labels:  hacktoberfest
Spiceypy
SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit.
Stars: ✭ 218 (-1.36%)
Mutual labels:  hacktoberfest
Tor Socks Proxy
🐳 Tiny Docker(🤏 10MB) image as 🧅 Tor SOCKS5 proxy 🛡
Stars: ✭ 218 (-1.36%)
Mutual labels:  hacktoberfest
Malwless
Test Blue Team detections without running any attack.
Stars: ✭ 215 (-2.71%)
Mutual labels:  hacktoberfest
Tfsec
Security scanner for your Terraform code
Stars: ✭ 3,622 (+1538.91%)
Mutual labels:  hacktoberfest
Go
The most flexible Gutenberg-first WordPress theme built for go-getters everywhere.
Stars: ✭ 218 (-1.36%)
Mutual labels:  hacktoberfest
Create Cljs App
Set up a modern CLJS web app by running one command.
Stars: ✭ 220 (-0.45%)
Mutual labels:  hacktoberfest
City Scrapers
Scrape, standardize and share public meetings from local government websites
Stars: ✭ 220 (-0.45%)
Mutual labels:  hacktoberfest
Loopback.io
LoopBack project site - now with documentation!
Stars: ✭ 220 (-0.45%)
Mutual labels:  hacktoberfest
Dungeon Revealer
A web app for tabletop gaming to allow the game master to reveal areas of the game map to players, roll dice and take notes.
Stars: ✭ 218 (-1.36%)
Mutual labels:  hacktoberfest
Hacktoberfest2020
A repo for new open source contributors to begin with open source contribution. Contribute and earn awesome swags.
Stars: ✭ 221 (+0%)
Mutual labels:  hacktoberfest
Factory boy
A test fixtures replacement for Python
Stars: ✭ 2,712 (+1127.15%)
Mutual labels:  hacktoberfest
Wolvenkit
Mod editor/creator for RED Engine games. The point is to have an all in one tool for creating mods for the games made with the engine.
Stars: ✭ 218 (-1.36%)
Mutual labels:  hacktoberfest
Filestack Rails
Official Ruby on Rails plugin for Filestack File Picker that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
Stars: ✭ 220 (-0.45%)
Mutual labels:  hacktoberfest
Easyupipayment Android
📱Android Library to implement UPI Payment integration easily in Android App 💳💸
Stars: ✭ 219 (-0.9%)
Mutual labels:  hacktoberfest
Site
The new frontend/backend code for https://christine.website
Stars: ✭ 220 (-0.45%)
Mutual labels:  hacktoberfest
Action Doctl
GitHub Actions for DigitalOcean - doctl
Stars: ✭ 219 (-0.9%)
Mutual labels:  hacktoberfest
Bobby Tables
bobby-tables.com, the site for preventing SQL injections
Stars: ✭ 220 (-0.45%)
Mutual labels:  hacktoberfest
Fomantic Ui
Fomantic-UI is a community fork of Semantic-UI
Stars: ✭ 2,755 (+1146.61%)
Mutual labels:  hacktoberfest

kiwmi

A fully programmable Wayland Compositor


Stars GitHub issues GitHub contributors

kiwmi is a work-in-progress extensive user-configurable Wayland Compositor. kiwmi specifically does not enforce any logic, allowing for the creation of Lua-scripted behaviors, making arduous tasks such as modal window management become a breeze. New users should be aware of the steep learning curve present, however this will be reduced as the project matures.

Getting Started

The dependencies required are:

  • wlroots
  • meson (building)
  • ninja (building)
  • git (build, optional)

Building

After cloning/downloading the project and ensuring all dependencies are installed, building is as easy as running

$ meson build
$ ninja -C build

If you plan to use luajit instead, use the following commands instead.

$ meson -Dlua-pkg=luajit build
$ ninja -C build

Installing is accomplished with the following command:

# ninja -C build install

Contributing

Contributions are welcomed, especially while the project is in a heavy WIP stage. If you believe you have a valid concern, read the CONTRIBUTING document and please file an issue on the issues page.

For clarifications or suggestions on anything, please don't hesitate to contact me.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].