All Projects → honix → Artilico

honix / Artilico

Licence: other
Artistic live-coding in Common Lisp

Programming Languages

common lisp
692 projects

Projects that are alternatives of or similar to Artilico

tidal-cheat-sheet
A cheat sheet for Tidal, a language for live coding patterns
Stars: ✭ 38 (+90%)
Mutual labels:  live-coding
sonic-pi-vscode-editor
Use Sonic Pi from VS Code
Stars: ✭ 51 (+155%)
Mutual labels:  live-coding
RCCpp DX11 Example
Runtime Compiled C++ example based on the Dear ImGui DirectX11 Example
Stars: ✭ 35 (+75%)
Mutual labels:  live-coding
PhysicalBits
A web-based programming environment for educational robotics that supports live coding and autonomy using a hybrid blocks/text programming language.
Stars: ✭ 16 (-20%)
Mutual labels:  live-coding
RCCpp-DearImGui-GLFW-example
Add Runtime Compiled C++ to the Dear ImGui example using the GLFW and OpenGL backend - with power saving
Stars: ✭ 61 (+205%)
Mutual labels:  live-coding
python-qt-live-coding
Live coding environment for Python, Qt and QML.
Stars: ✭ 35 (+75%)
Mutual labels:  live-coding
Mosaic
Mosaic, an openFrameworks based Visual Patching Creative-Coding Platform
Stars: ✭ 250 (+1150%)
Mutual labels:  live-coding
pycrunch-engine
NCrunch inspired tool for continuous testing Python
Stars: ✭ 38 (+90%)
Mutual labels:  live-coding
live-platform
Add breakpoints, logs, metrics, and spans to live production applications
Stars: ✭ 37 (+85%)
Mutual labels:  live-coding
glicol
(Audio) graph-oriented live coding language and music DSP library written in Rust
Stars: ✭ 853 (+4165%)
Mutual labels:  live-coding
tilt
Live coding bytebeat-style language for the web
Stars: ✭ 30 (+50%)
Mutual labels:  live-coding
improviz
A live-coded visual performance tool
Stars: ✭ 85 (+325%)
Mutual labels:  live-coding
flow-synth
*UNMAINTAINED* A modular digital audio workstation for synthesis, sequencing, live coding, visuals, etc
Stars: ✭ 36 (+80%)
Mutual labels:  live-coding
qml-glsl-coder
live editor of GLSL fragment shaders based on Qt / QML
Stars: ✭ 19 (-5%)
Mutual labels:  live-coding
kotoist
A VST plugin for live coding and algorithmic composition
Stars: ✭ 37 (+85%)
Mutual labels:  live-coding
vscode-extension
Link your code and commits to a video recording and explain your code with video.
Stars: ✭ 67 (+235%)
Mutual labels:  live-coding
lovelive
💕 Live coding framework for LÖVE(2D Game Engine)
Stars: ✭ 27 (+35%)
Mutual labels:  live-coding
YALCT
Yet Another Live Coding Tool - Powered by Veldrid and elbow grease
Stars: ✭ 25 (+25%)
Mutual labels:  live-coding
dl- -lb
d[ -_-]b
Stars: ✭ 23 (+15%)
Mutual labels:  live-coding
tidal-looper
Different looper variants for SuperDirt to provide live sampling in TidalCycles.
Stars: ✭ 55 (+175%)
Mutual labels:  live-coding

Artilico

Artistic live-coding in Common Lisp. Why artistic? Oh..

artilico

Watch your fingers!

This thing inspired by fluxus. It gently catches your mistakes and let you fly with wings of Lisp. No more stupid crashes. Baa..

Make it fly

To make it fly you need newest SBCL and quicklisp installed. freeglut library can be installed with Linux package manager, on Windows freeglut.dll will putted with SBCL binaries.

Then just

cd ~/quicklisp/local-projects
git clone https://github.com/honix/Artilico.git
sbcl --load Artilico/quick-start.lisp

ASDF

You can also load the project using (ql:quickload :artilico) and then call (artilico:gogogo)

Controls

It is pretty similar to all you like text editors, except:

ctrl + Enter Evaluate code

TODO

  • Text select
  • Copy/Paste
  • Top-level forms in separate units / 2D pannable surface
  • Remove this todo section
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].