chaosbox icon indicating copy to clipboard operation
chaosbox copied to clipboard

A framework for generative art.

Results 2 chaosbox issues
Sort by recently updated
recently updated
newest added

I've got a fresh checkout of chaosbox which I've run `stack build` on. I get the following: ``` $ stack exec chaosbox-example chaosbox-example: SDLCallFailed {sdlExceptionCaller = "SDL.Video.updateWindowSurface", sdlFunction = "SDL_UpdateWindowSurface",...

Hello, I noticed running `stack exec sketch-exe -- -h` gives `The option '-h' expects an argument.` This is because `-h` is shorthand for `--height`, but at the same time also...