asny / three-d

2D/3D renderer - makes it simple to draw stuff across platforms (including web)
MIT License
1.24k stars 105 forks source link

define a nix devshell to help nixos users #365

Closed GlennWSo closed 1 year ago

GlennWSo commented 1 year ago

This pr aims to specify a environment that can build and run the examples. Resolves #364

by explicitly declaring dependencies like openssl and libGL in a flake.nix file the examples can now be run in a nix environment.

also added a lazy for running all the examples for testing