Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-11-08 | 2.6 kB | |
v4.3.1323 source code.tar.gz | 2023-11-08 | 7.2 MB | |
v4.3.1323 source code.zip | 2023-11-08 | 7.4 MB | |
Totals: 3 Items | 14.6 MB | 0 |
Highlights
- New automated test harness for assertions of Processing and P5js behaviors #384, #388, #390
- Basic Github Actions test harness for existing
lein test
on Linux #381 - Fix for
#cljs.core/abs
compile warning #380 - Support for Processing 4.3, M1 hardware, JVM > 1.8 by @jackrusher
- Implement
fract
calculation #392 - Fix canvas resize and fullscreen behavior for p5js sketches #393
- Clojar release automation using Github Actions to generate snapshot and tagged jar files #394
What's Changed
- fix exception on exit when the applet has no window by @gonewest818 in https://github.com/quil/quil/pull/326
- Added :mouse-buttons option to navigation-2d by @zsrail in https://github.com/quil/quil/pull/365
- Basic GitHub Actions test harness by @dgtized in https://github.com/quil/quil/pull/381
- Replace broken link on README.md by @asifm in https://github.com/quil/quil/pull/377
- Exclude abs to override cljs.core or clojure.core by @dgtized in https://github.com/quil/quil/pull/380
- P5js 1.7 by @dgtized in https://github.com/quil/quil/pull/383
- Automated test harness for CLJ and CLJS sketches by @dgtized in https://github.com/quil/quil/pull/384
- Add missing gluegen architectures by @dgtized in https://github.com/quil/quil/pull/385
- Separate aot and release jar steps by @dgtized in https://github.com/quil/quil/pull/386
- Run CLJ tests on macOSX by @dgtized in https://github.com/quil/quil/pull/388
- Calculation Tests by @dgtized in https://github.com/quil/quil/pull/390
- Implement q/fract to match fract function from P5js by @dgtized in https://github.com/quil/quil/pull/392
- Fix resize/fullscreen for p5js based sketches by @dgtized in https://github.com/quil/quil/pull/393
- Release tooling by @dgtized in https://github.com/quil/quil/pull/394
New Contributors
- @gonewest818 made their first contribution in https://github.com/quil/quil/pull/326
- @zsrail made their first contribution in https://github.com/quil/quil/pull/365
- @dgtized made their first contribution in https://github.com/quil/quil/pull/381
- @asifm made their first contribution in https://github.com/quil/quil/pull/377
Full Changelog: https://github.com/quil/quil/compare/3.1.0...v4.3.1323