akkuPackages.box2d-lite

akku-box2d-lite 0.0.0-akku.38.56f4ed1

Scheme port of the Box2D Lite physics engine

Apache License 2.0
programs: -
Platforms (80)
wasm64-wasiaarch64-windowsmips-linuxi686-genodex86_64-freebsdm68k-netbsdmicroblazeel-linuxmicroblaze-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  akkuPackages.box2d-lite
];
Ad-hoc shell
nix-shell -p akkuPackages.box2d-lite
Flake (nix run)
nix run nixpkgs#akkuPackages.box2d-lite