No description
  • Clojure 98.7%
  • Nix 1.3%
Find a file
2024-05-05 21:01:11 +02:00
exports Finish thirty-four 2022-12-31 12:20:18 +01:00
resources This is ground control to major tom 2019-03-17 15:17:37 +01:00
src Add thi.ng.geom.physics based sketch 2024-05-05 21:01:11 +02:00
.envrc Unsuccessfully trying to make :p2d work 2024-05-05 20:45:44 +02:00
.gitignore Add NixOS config 2021-04-01 20:31:57 +02:00
deps.edn Update quil to latest version 2024-05-05 20:45:13 +02:00
flake.lock fix clojure dep 2024-04-11 14:16:24 +02:00
flake.nix Reverting jogl / gluegen build experiment to enable opengl renderer 2024-05-05 20:46:37 +02:00
LICENSE Aphorism one 2018-04-25 08:37:46 +02:00
README.md Migrate to use nix flakes 2021-06-14 11:47:26 +02:00

aphorisms

A Quil sketch designed to ... well, that part is up to you.

Development Environment

The repository contains a couple of files that help set up a solid development environment.

  • flake.nix and flake.lock describe how to set up an environment using Nix Flakes. To use those set up nix with experimental flake support and run nix develop.
  • .envrc is set up so that the development environment is automatically set up via direnv

Usage

There are individual files in src/aphorisms, each containing one sketch or variations of the same sketch.

License

Copyright © 2016 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.