All Projects → b-studios → Scala Effekt

b-studios / Scala Effekt

Licence: mit
Extensible algebraic effects with handlers

Programming Languages

scala
5932 projects

Labels

Projects that are alternatives of or similar to Scala Effekt

Android Scratchoutview
高仿刮奖效果的View 可以设置刮开多少比例范围 自动显现 - Scratch card effect view , and can set the scraping what percentage range automatically displayed below ui
Stars: ✭ 49 (-56.64%)
Mutual labels:  effects
Pfun
Functional, composable, asynchronous, type-safe Python.
Stars: ✭ 75 (-33.63%)
Mutual labels:  effects
Js Rocks
JS Rocks - Web Audio electric guitar effects and cabinets
Stars: ✭ 106 (-6.19%)
Mutual labels:  effects
Lax.js
Simple & lightweight (<4kb gzipped) vanilla JavaScript library to create smooth & beautiful animations when you scroll.
Stars: ✭ 8,274 (+7222.12%)
Mutual labels:  effects
Cats Effect
The pure asynchronous runtime for Scala
Stars: ✭ 1,147 (+915.04%)
Mutual labels:  effects
Pizzicato
Library to simplify the way you create and manipulate sounds with the Web Audio API.
Stars: ✭ 1,296 (+1046.9%)
Mutual labels:  effects
Hyperion.ng
The successor to Hyperion aka Hyperion Next Generation
Stars: ✭ 1,008 (+792.04%)
Mutual labels:  effects
Jtop
SVG virtual desktop library that lets you build beautiful desktop like user interfaces.
Stars: ✭ 108 (-4.42%)
Mutual labels:  effects
Xamarincommunitytoolkit
The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.
Stars: ✭ 1,189 (+952.21%)
Mutual labels:  effects
Parapet
A purely functional library to build distributed and event-driven systems
Stars: ✭ 106 (-6.19%)
Mutual labels:  effects
Retc
An application used to convert razer effects to multiple output sdks.
Stars: ✭ 54 (-52.21%)
Mutual labels:  effects
React Scrolling Effect
Scrolling Effect Concept
Stars: ✭ 64 (-43.36%)
Mutual labels:  effects
Wclshinebutton
This is a UI lib for iOS. Effects like shining.
Stars: ✭ 1,355 (+1099.12%)
Mutual labels:  effects
Kino
A collection of custom post processing effects for Unity
Stars: ✭ 1,054 (+832.74%)
Mutual labels:  effects
Particleeffectforugui
Render particle effect in UnityUI(uGUI). Maskable, sortable, and no extra Camera/RenderTexture/Canvas.
Stars: ✭ 1,941 (+1617.7%)
Mutual labels:  effects
Minipaint
online image editor
Stars: ✭ 1,014 (+797.35%)
Mutual labels:  effects
Nanoleaf Desktop
A modern desktop application for the Nanoleaf Aurora and Canvas
Stars: ✭ 90 (-20.35%)
Mutual labels:  effects
2d Unity Experiments
A collection of visual Unity experiments with latest packages (URP, Shader Graph, Cinemachine, etc).
Stars: ✭ 107 (-5.31%)
Mutual labels:  effects
Functionaljava
Functional programming in Java
Stars: ✭ 1,472 (+1202.65%)
Mutual labels:  effects
Hyperapp Fx
Effects for use with Hyperapp
Stars: ✭ 105 (-7.08%)
Mutual labels:  effects

Chat

Scala Effekt

The Effekt library allows you to structure your effectful programs in a functional way. It thus represents an alternative to traditional monad transformer based program structuring techniques.

To use Effekt (tested with Scala 2.12 and Scala 2.13), include the following line to your build.sbt file:

resolvers += Opts.resolver.sonatypeSnapshots

libraryDependencies += "de.b-studios" %% "effekt" % "0.4-SNAPSHOT"

To learn how to use the library, see Your First Effect.

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].