Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nannou-org/nannou

A Creative Coding Framework for Rust.
https://github.com/nannou-org/nannou

Remove some unnecessary dependencies from `nannou_laser`

This PR removes `nannou_laser`'s dependency on the `failure` and
`derive_more` crates in favour ...

8a9127ea71f93f014b0f65b5fcf6c87795b95414 authored over 4 years ago by mitchmindtree <[email protected]>
Simplify the fullscreen API

Currently, the fullscren API is a little unwieldy, espcially for such a
common task! This PR aim...

38a58e551132890c984d3447df2bfcffe27a77b6 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #518 from mft-ableton/add-example-wgpu-instancing

Add example wgpu_instancing

478b9a5286798029b1edcfd99afeaf350f62f454 authored over 4 years ago by mitchmindtree <[email protected]>
Add example wgpu_instancing

3141d45c58dbc87a3d0c5078bf362ed8f2e00c37 authored over 4 years ago by mft <[email protected]>
Merge pull request #517 from mitchmindtree/auto_publish

Automate publishing nannou repositories if version is changed

fa06d88d243015daf4e7a401f784dc81dd4d97ce authored over 4 years ago by mitchmindtree <[email protected]>
Automate publishing nannou repositories if version is changed

This adds a workflow that will automatically try to publish the `nannou`
and `nannou_*` crates e...

e25cf9a31434787c1cedea730cb9c5067833add9 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #516 from mitchmindtree/deploy_ci

Attempt to fix guide deploy CI by allowing commit to be empty

8ba0be4b0d01c5d9b95ba708f4201e4fd4788240 authored over 4 years ago by mitchmindtree <[email protected]>
Attempt to fix guide deploy CI by allowing commit to be empty

8017ffb55a91deb03bfe45245a36529e1fbba6e6 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #515 from mitchmindtree/set_version

Add a new script for setting the version of all nannou crates

2cdc58f7364408a98b36f776d8758dce18f3f006 authored over 4 years ago by mitchmindtree <[email protected]>
Remove unnecessary dbg print

e239531fa4c9b38bbf8afc01284ada7d18844835 authored over 4 years ago by mitchmindtree <[email protected]>
Improve path variable naming in run_all_examples script

ad5670c67183e3c5aa33a60c9f1081c1608f5c71 authored over 4 years ago by mitchmindtree <[email protected]>
Add new script for setting the version of all nannou crates

This updates the package version for each of the `nannou` and `nannou_*`
crates and also updates...

9c0c128745a958dd026ea1d933819a64d16a5227 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #514 from mitchmindtree/include_guide

Move changelog into the guide. Remove old travis scripts.

f5b8c3eb455e042e8c6b723646ec05344da67293 authored over 4 years ago by mitchmindtree <[email protected]>
Split up guide book build and markdown tests

d3d72691648647d552af4144371f907442902b6d authored over 4 years ago by mitchmindtree <[email protected]>
Do not try and build changelog code during testing

2eec077c4957ff4356838df4aeb250b63f3694bb authored over 4 years ago by mitchmindtree <[email protected]>
Move changelog into the guide

59f9aa8214b362fb00f396d6452d44128b700505 authored over 4 years ago by mitchmindtree <[email protected]>
Remove old travis scripts now that github actions are working

0624967cd0e94fcaa143d11ddc44dcd202dd1ff0 authored over 4 years ago by mitchmindtree <[email protected]>
Remove old commented push action

a12f86b909b488c0d17931a82ae79b55057c70ac authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #500 from mitchmindtree/include_guide

Include the guide within this repository

ad504a74e6e3bd95b938d755e570edb3d53c7414 authored over 4 years ago by mitchmindtree <[email protected]>
Add a workflow job to automatically push the book to the deploy branch

Omit deploy condition for testing

Split up deploy commit for better errors

Merge the deploy ch...

462067ba194c11f033d6ab5313d452d1b4c1a75a authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #513 from mitchmindtree/ellipse

Improve `draw.ellipse()` behaviour, better performance at small sizes

081e210a8f51073f49879a27c1b73c9b0dbb671e authored over 4 years ago by mitchmindtree <[email protected]>
Improve `draw.ellipse()` behaviour, better performance at small sizes

Previously by default `draw.ellipse()` would use a fixed number of
"sides", regardless of size. ...

b5e75036dbd89f31d19af581c79ed8869843f144 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #511 from JoshuaBatty/rand_ascii

Add random_ascii() function to rand module

c99f349c2eee50dc679a4de9460f2fae85ac2161 authored over 4 years ago by Joshua Batty <[email protected]>
Merge pull request #512 from JoshuaBatty/slack

fixes broken nannou slack invite link in readme

604df898e4ddf05fa24fe88da0b6af9c9e5fc72d authored over 4 years ago by Joshua Batty <[email protected]>
fixes broken nannou slack invite link in readme

d670cedc3cfa5b90d1492081dc1025b32bd45c3e authored over 4 years ago by JoshuaBatty <[email protected]>
cargo fmt

e68395faf4004fea17ecc75d71712c4611f30f36 authored over 4 years ago by JoshuaBatty <[email protected]>
add random_ascii function

b174e64351a6debf7586900b12b4d42bb3fd06dc authored over 4 years ago by JoshuaBatty <[email protected]>
Merge pull request #510 from JoshuaBatty/noc

adds recursion tree and genetic algo text example

ed881d2d9e073b545f1c478cb3e40f4725bb5384 authored over 4 years ago by Joshua Batty <[email protected]>
running cargo fmt

aaeb56c8666f9c86754cad45711180f32e15647a authored over 4 years ago by JoshuaBatty <[email protected]>
adds recurssion tree and genetic algo text example

e924a61d5e7c354af1a436d7231f83b0c7fce789 authored over 4 years ago by JoshuaBatty <[email protected]>
Merge pull request #508 from mitchmindtree/laser_ffi

Add nonblocking LASER DAC detection. Polish `nannou_laser::ffi`.

50f8cf2cac8818211cbd76492d46dc8eabed74e8 authored over 4 years ago by mitchmindtree <[email protected]>
Fix some nannou_laser cbindgen compatibility issues. Add cbindgen.toml

40f5f38f960f9e55f640733bb9802681667b62ec authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #509 from mitchmindtree/nannou_timeline_dep

Depend on `nannou` by both version and path in `nannou_timeline`

97b027efbabf7f2c2e544fd483c02aa82381278f authored over 4 years ago by mitchmindtree <[email protected]>
Depend on `nannou` by both version and path in `nannou_timeline`

This makes it a little easier to ensure that `nannou_timeline` on master
also builds with `nanno...

3a8a8522cf43bd7baf3bff9ef3027b4d3a52d62c authored over 4 years ago by mitchmindtree <[email protected]>
Place `nannou_laser::ffi` module behind an `ffi` feature flag

f7cbc5757ccf20c6e6a014b31ba538c80db7b3d2 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #507 from mft-ableton/add-macro-for-loading-shader

Add function wgpu::shader_from_spirv_bytes()

af64d053c814b8d99f212bea6fbb0a100565d8f3 authored over 4 years ago by mitchmindtree <[email protected]>
Add nonblocking LASER DAC detection. Polish `nannou_laser::ffi`.

This greatly simplifies the process of detecting laser DACs
asynchronously, particularly for lan...

84488111796277e2b7931d105385c9b786bcf16f authored over 4 years ago by mitchmindtree <[email protected]>
Add function wgpu::shader_from_spirv_bytes()

This helper function wgpu::shader_from_spirv_bytes() creates a shader module from a byte slice o...

f526374652f3e3b4925334ad59ce7b68c6145d5b authored over 4 years ago by mft <[email protected]>
Merge pull request #506 from JoshuaBatty/gen_examples

adds an interactive text generative example

9e1e042234775a9babffa5d3ef94483765844216 authored over 4 years ago by Joshua Batty <[email protected]>
cargo fmt

45b2fbc3749ad60b42969e51162136cf39a7131b authored over 4 years ago by JoshuaBatty <[email protected]>
adds interactive text geneartive example

d9aab41428f4bd138e21fca44c96796156be4c16 authored over 4 years ago by JoshuaBatty <[email protected]>
Merge pull request #505 from mft-ableton/cleanup_render_pipeline_builder

Remove unnecessary code

fcf21557eae9ab7a4a80c3aab49c8fc07324fe57 authored over 4 years ago by mitchmindtree <[email protected]>
Remove unnecessary code

Probably left over from a previous refactoring step.

5f5cf8193cba0545a72130d5e55fade17608e7ab authored over 4 years ago by mft <[email protected]>
Merge pull request #503 from mft-ableton/fix_comments_wgpu_examples

Fix comments for the generation of SPIR-V files in wgpu examples

714cf6668f0109fe87682572e7064334d4842695 authored over 4 years ago by mitchmindtree <[email protected]>
Remove superfluous arguments for the generation of the SPIR-V files

bfaf5e8fa3593c9dfcd17ab5715467e35b159d8c authored over 4 years ago by mft <[email protected]>
Fix names of the generated SPIR-V files in the comments

d36266248f59115beb1cd12284b32f20d3aa5f77 authored over 4 years ago by mft <[email protected]>
Merge pull request #501 from JoshuaBatty/example_fixes

fixes out of range errors on some examples

53ab5f944d24b65b1bf2797a433019c9ef0392b8 authored over 4 years ago by Joshua Batty <[email protected]>
running cargo fmt

4cc15c0917bd1584ed92a734f4e6f160032b12cf authored over 4 years ago by JoshuaBatty <[email protected]>
fixes out of range errors on some examples

74011497aa307d57e3f5b41cb112badd9e334631 authored over 4 years ago by JoshuaBatty <[email protected]>
Fix paths in book_tests build script. Add book_tests to workspace.

Also adds a guide test to the CI workflow.

e37634056d64535e147c5baa9eed5ecc22f15cdb authored over 4 years ago by mitchmindtree <[email protected]>
Move guide into a subdirectory

931a17efe5f4dfa1be2901a7bada73fea5319e02 authored over 4 years ago by mitchmindtree <[email protected]>
Merge remote-tracking branch 'guide/master' into include_guide

c077e5a83aeda9f45218bf539ff5ab7476b9d0f3 authored over 4 years ago by mitchmindtree <[email protected]>
Temporarily remove .gitignore and README to smooth guide merge

da3e1c9a826d2f6becc3e62da48eb69291c5ad2c authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #499 from mitchmindtree/link_fix

Fix link to nannou_package

f267f92105ce3489bca70cf69a99ff3437775b62 authored over 4 years ago by mitchmindtree <[email protected]>
Fix link to nannou_package

c050b585c06f697720b7a9b05814e3764ec86e8f authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #59 from mitchmindtree/nannou_restructure

Update guide for recent nannou repository restructure

1571f6a603ff8a429a93a73b938fbc6ca57510f1 authored over 4 years ago by mitchmindtree <[email protected]>
Update guide for recent nannou repository restructure

98f4ab2f2b055c7a8923172a81bb34a5f6a12346 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #497 from mitchmindtree/restructure

The Great Repository Restructure

77d1bbd0403f9001b41c200f10c17884dfcf914c authored over 4 years ago by mitchmindtree <[email protected]>
Rename badges column to links

7c1525d3f964b376f48f2c886b47e943a333a7a7 authored over 4 years ago by mitchmindtree <[email protected]>
Remove travis badges from READMEs. Add a TODO to the examples README.

891b8c7bf777da8b76f2a2b2b01e4047dc65c123 authored over 4 years ago by mitchmindtree <[email protected]>
Move CoC to top level. Add more links to README. Update CHANGELOG.

13c88197689fb9e6a84095d37c10b7cf2a866be0 authored over 4 years ago by mitchmindtree <[email protected]>
Add a top-level README with a new Repo Overview section

This moves a lot of the nannou/ directory README out into the top-level
for visibility.

3fe99df9f8d7dd4c3a4b4c369057de746d9c087c authored over 4 years ago by mitchmindtree <[email protected]>
Ensure workflow tests doc code

1720f20c5849207265add6f95cf03d71281b6d1f authored over 4 years ago by mitchmindtree <[email protected]>
Address warnings in nannou_isf

d567b4d9f214f10372b9b3b51b97b7e8f7915442 authored over 4 years ago by mitchmindtree <[email protected]>
Address warnings in nannou_laser

a5336d01449491dd85eacb00ad6959d23aaf6a6f authored over 4 years ago by mitchmindtree <[email protected]>
Move remaining examples and assets to top-level directories

This moves all assets into the top-level `assets` directory so that they
may be shared between t...

43b1edbd855120eedb3125497dc69633bda3ab0d authored over 4 years ago by mitchmindtree <[email protected]>
Address warnings in nannou_osc

f924003861ba4a5aceb5fb12378f5a2bad2f8156 authored over 4 years ago by mitchmindtree <[email protected]>
Run cargo fmt on run_all_examples

3cca6855a084ba78249f91c85d7f272150dfc3dc authored over 4 years ago by mitchmindtree <[email protected]>
Move `run_all_examples` test to top-level "scripts" directory

Improves the example to ensure all examples are built for each package
before attempting to run ...

020b6834d5f79c9faf059d81e68ef7cf12d2a827 authored over 4 years ago by mitchmindtree <[email protected]>
Remove examples from nannou manifest. Make example packages specify dev dependencies.

607ec1ba7a125bc081a153ad52bdbd1389f3dc41 authored over 4 years ago by mitchmindtree <[email protected]>
Update gitignore for new capture example names

6fea716a92d9f987902b7c42727bc6f7f8835b3e authored over 4 years ago by mitchmindtree <[email protected]>
Move assets from nannou to top-level

8ddda81fc0e5dd78f33640008579540320a079cc authored over 4 years ago by mitchmindtree <[email protected]>
Rename nannou_isf example to avoid conflicts

9b3c0e9123dd674b59889e51ea6093b3ae75d387 authored over 4 years ago by mitchmindtree <[email protected]>
Move examples into its own package at the top-level

d6d5d38a6b617cf976f857b79c3c8bb233a22aad authored over 4 years ago by mitchmindtree <[email protected]>
Move generative_design examples to the top level

0d9d18167a7007119ffa7b7e386351e592d59fda authored over 4 years ago by mitchmindtree <[email protected]>
Move nature_of_code examples to the top level

441d1102bc9b113a61efada2fab8d94adf1ff720 authored over 4 years ago by mitchmindtree <[email protected]>
Use nicer names for workflow jobs

a143e1c42cae50fa739429b33bbdd0b30d7e78f7 authored over 4 years ago by mitchmindtree <[email protected]>
Only run test for libs and bins. Run check for examples separately.

0709ca95d1d5940cb790f24dd301f83b71ff76c3 authored over 4 years ago by mitchmindtree <[email protected]>
Update apt before installing deps

ad07d544b9aa0a37e52c54660d2bafe020a0c4ef authored over 4 years ago by mitchmindtree <[email protected]>
Avoid checkout error on reruns by using v2

31be722a5d057b7244fe5620e28fab0bca62af44 authored over 4 years ago by mitchmindtree <[email protected]>
Seperate tests for with and without features

94849a3030119d4ab15ef9dd1d3f701530852166 authored over 4 years ago by mitchmindtree <[email protected]>
Run cargo fmt on entire repo

778d354e32190729d9be57ead93704a41fe55ea5 authored over 4 years ago by mitchmindtree <[email protected]>
Merge branch 'master' into restructure

254c5d308acadebd9f72538929cc2ce666da133d authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #498 from mitchmindtree/workflows

Add github workflows to the repository

4c2bb59f6e73b072e0a5c3677a2248615e9b534f authored over 4 years ago by mitchmindtree <[email protected]>
Add github workflows to the repository

09957485600de5fd224bb4b804851b3b608140f2 authored over 4 years ago by mitchmindtree <[email protected]>
Add workspace for all crates

7385bf2019edc526b7d622a13ec94b1dd67b5358 authored over 4 years ago by mitchmindtree <[email protected]>
Add top-level gitignore

4fc5b8ba94df89b6aa441291bcc04568bbd3bcab authored over 4 years ago by mitchmindtree <[email protected]>
Switch nannou_isf hotglsl dep to git master

79004d25377ef33f28840f9d63868eb8531c0ad7 authored over 4 years ago by mitchmindtree <[email protected]>
Remove diff garbage from nannou_audio cargo manifest

06cd608e780d34bbf0b25c1360a1a822905b9cac authored over 4 years ago by mitchmindtree <[email protected]>
Rename nannou-package to nannou_package

80d3b6feb6e289265cbd791a6a9f48b145b874fa authored over 4 years ago by mitchmindtree <[email protected]>
Rename nannou-new to nannou_new

a3e3328336aedb79d3215d2c3bf3e6fde29b8a52 authored over 4 years ago by mitchmindtree <[email protected]>
Move nannou_isf into a subdirectory

0a8dd3cfe7ee7d56909b0bf9f4ceb889bfa4d62e authored over 4 years ago by mitchmindtree <[email protected]>
Merge remote-tracking branch 'nannou_isf/master' into restructure

abcd0951e1085ae975c6c93eef454765ed8e82b6 authored over 4 years ago by mitchmindtree <[email protected]>
Move nannou_timeline into a subdirectory

1178418ba8fc79c6c6a369ae0563257b54446f93 authored over 4 years ago by mitchmindtree <[email protected]>
WIP - Add `IsfData` and dynamic wgpu resource creation

ce9e1bb27564203ab644d7a67cdd6b418a8592e6 authored over 4 years ago by mitchmindtree <[email protected]>
Merge remote-tracking branch 'nannou_timeline/master' into restructure

e9fb2535c759198c09d9a9d3f39d3de6720587b8 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #6 from mitchmindtree/serialiseably

Adapt serde PR for pitch_calc update, nannou 0.13 and conrod 0.69

f0b5fe7428c90b576bd7721f17885f3565fbc242 authored over 4 years ago by mitchmindtree <[email protected]>
Avoid panicking if saved timeline data does not yet exist

5c73aa16ff136caa3170d62c2df4676af09504d8 authored over 4 years ago by mitchmindtree <[email protected]>
Update travis for serde1 feature addition

c943589cc7af060abc294318f279211b6738a6b4 authored over 4 years ago by mitchmindtree <[email protected]>
Update dependency versions. Update serde feature.

This updates the nannou, conrod and pitch_calc versions, and also tweaks
the features to only in...

440204b057d9e8d2d2bb5be97a155841c5331cde authored over 4 years ago by mitchmindtree <[email protected]>