Drawing diagrams in Swift using a recursive enum data structure
The main features of alskipp/swift-diagram-playgrounds are: Design Patterns and Architecture.
Open-source alternatives to alskipp/swift-diagram-playgrounds include: lmms/lmms — LMMS is a digital audio workstation and MIDI sequencer designed for composing, arranging, and mixing music. It… fenixsoft/awesome-fenix — Awesome Fenix is an open-source reference project and comprehensive guide that traces the evolution of software… edopelawi/designpatternsplayground — Attempts on learning GoF's Design Patterns in Swift 3. haxpor/ios-design-patterns — Learning ground for iOS Design Pattern included with sample projects for MVC, MVP, MVVM, and VIPER. nikita-leonov/reactivecocoaplayground — The easiest way to get a taste of ReactiveCocoa. ochococo/design-patterns-in-swift — This repository serves as a technical reference and educational resource for implementing software design patterns…
LMMS is a digital audio workstation and MIDI sequencer designed for composing, arranging, and mixing music. It functions as a comprehensive production environment that integrates a MIDI sequencer, a sample-based synthesizer, and an audio mixing console. The project distinguishes itself through a versatile synthesis engine that includes additive synthesis, wavetable generation, and emulations of vintage hardware such as NES audio and FM chips. It also serves as a VST plugin host, allowing for the integration of third-party virtual instruments and audio effects via a standardized interface. Be
Awesome Fenix is an open-source reference project and comprehensive guide that traces the evolution of software architecture from monolithic systems through microservices, service meshes, and serverless patterns. At its core, it provides a working bookstore application implemented in multiple architectural styles, allowing developers to study the trade-offs and migration paths between each approach through runnable code examples. The project distinguishes itself by treating infrastructure as disposable and reproducible, using Docker and Kubernetes to hide distributed complexity while enabling
Attempts on learning GoF's Design Patterns in Swift 3.
A playground for exploring Protocol Extensions