modifiers
There are 34 repositories under modifiers topic.
keenanwoodall/Deform
A fully-featured deformer system for Unity that lets you stack effects to animate models in real-time
lukepolo/laracart
Laravel Shopping Cart Package
cajhin/capsicain
Powerful low-level keyboard remapping tool for Windows
smokejohn/SKkeeper
Blender Addon to automate the process of applying modifiers to models with multiple shapekeys
GIGAMOLE/ComposeShadowsPlus
ComposeShadowsPlus: Elevate your Android Compose UI with stunning custom shadows
frobware/cmd-key-happy
A macOS utility to swap Command (⌘) and Option (⌥) key functionality for consistent keyboard shortcuts across systems.
GIGAMOLE/ComposeLevitation
ComposeLevitation: Empower your Android Compose UI with mesmerizing levitation effects
GIGAMOLE/ComposeFadingEdges
ComposeFadingEdges: Enrich your Android Compose UI with fading edges
meredoth/Stat-System
An extensible stat system with modifiers for the Unity game engine
XileHUD/poe_overlay
XileHUD is an advanced Path of Exile overlay with instant access to modifiers, bases, uniques, crafting currencies, gems, keystones, quest passives, and merchant history. Features include smart clipboard reading, regex creator, leveling overlay and more, streamlining gameplay with powerful tools.
sunildhiman90/JetpackComposeTutorials
This is a free Jetpack Compose Course. This repo contains Jetpack Compose Tutorials. Sharing my learnings about Jetpack Compose here so that they can help others.
sxm-sxpxxl/procedural-mesh-generator
A simple Unity editor tool of procedural mesh generating, modifying and exporting.
StarkDroid/compose-ShadowGlow
🌟 A powerful and flexible Jetpack Compose modifier library for adding stunning glow effects with gradient support, parallax effect a highly customisable drop shadow
PhantomBadger/JumpKing-TwitchRavens
A Jump King Mod which lets Twitch/YouTube Chat spawn Ravens to relay messages to you whilst you climb! Now including the Chaos Mode/Modifiers mod!
chris-swift-dev/UIKit-Modifiers
SwiftUI-like modifiers for many UIKit views and controls
Jofairden/EvenMoreModifiers
A mod for Terraria that adds a system for Modifiers that can apply to items giving various bonuses
jednano/bem-join
A function used to construct BEM class names.
elwayman02/ember-photo-gallery
Example of a photo gallery built with CSS Grid and Ember.js Modifiers
VanBerlo/control-modifier-keys
A NodeJS module to control modifier keys (scroll, num and capslock) on a windows device. Also suited for Electron.
ShurieJr/Classes-and-Objects-2023
This repository contains some of the common concepts of data structures and algorithms using java.
mustafayigitt/JetpackComposeComponents
Difference between Jetpack Compose and Xml Based Design with Examples
Jekins/styled-kit
StyledKit is a library that provides convenient tools for working with Styled Components and Linaria.
mubeen1519/Measurement-App
Measurement app handle gestures such as tapping, drag and drop gestures and magnifying glass in jetpack compose
AMAIOLAMO/Value-Modifiers-CSharp
Value Modifiers is a simple library for applying multiple changes to a base value.
bharathCTreehouse/WeSplit
Saying Hello to SwiftUI.
eevajonnapanula/modifiers-example-app
An example app for modifiers and accessibility
MTevangelista/swiftui-taskmanager-app
Task Manager App made for iOS 13+. This repo was created to practice SwiftUI with MVVM
SuperiorJT/tailwindcss-turbine
Tailwind CSS component generator plugin to easily create components with modifiers based on your theme.
buildexperience/ElementaryUI
ElementaryUI is a SwiftUI package designed to streamline the development of user interfaces in Swift.
Franklin-Siqueira/dio-exercise-three
Exercício envolvendo tipos na linguagem Java, como parte do curso oferecido pela DIO/Capegimini.
sako013/brownie_fund_me
Smart contract application
AwaisIslam/ComposeHotelUI
Jetpack Compose Practice
iShinzoo/Solidity-Basics
Solidity basics like events and modifiers
VaibhavMojidra/Java---Demo-Access-Modifiers
Public access modifier is the most permissive access modifier. Private access modifier is the most restrictive access modifier. A private class, method, or variable can only be accessed within the same class.Protected access modifier allows the class, method, or variable to be accessed within the same package and any subclasses outside the package.