Ecosyste.ms: OpenCollective

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

nannou

An open-source creative-coding framework for Rust.
Collective - Host: opensource - https://opencollective.com/nannou - Website: https://nannou.cc/ - Code: https://github.com/nannou-org/nannou

example

github.com/nannou-org/nannou - ffc4c9769788e303280d9fb7cafd8a5afd2b54c2 authored over 3 years ago by Alexandru Ene <[email protected]>
radius

github.com/nannou-org/nannou - dbfac17b23d36746b46b7197e9c78bb01de34bf1 authored over 3 years ago by Alexandru Ene <[email protected]>
Fixed license

github.com/nannou-org/nannou - 9994671c536da698089693b97d66cb7432fc8ef4 authored over 3 years ago by Alexandru Ene <[email protected]>
Create LICENSE-APACHE

github.com/nannou-org/nannou - 206de151c9d5dba5cbdcad64b3673110f6e6c11b authored over 3 years ago by Alexandru Ene <[email protected]>
updated metadata

github.com/nannou-org/nannou - 2e3b8b843e240332fb2fe450c9b9defd3fe23192 authored over 3 years ago by Alexandru Ene <[email protected]>
Merge pull request #1 from AlexEne/add-license-1

Create LICENSE

github.com/nannou-org/nannou - 727f33894aa857195a18458a72d6b1bb2346524e authored over 3 years ago by Alexandru Ene <[email protected]>
Create LICENSE

github.com/nannou-org/nannou - fd0e4fc8a3c5501bcea4c64abd524589edcf9b50 authored over 3 years ago by Alexandru Ene <[email protected]>
Create README.md

github.com/nannou-org/nannou - b50956bb38ff860765660df2dc1d2624b92aa689 authored over 3 years ago by Alexandru Ene <[email protected]>
simplified

github.com/nannou-org/nannou - 7ad92e8ad2cc458c0ee9590b7c3da631c072f616 authored over 3 years ago by Alexandru Ene <[email protected]>
input works

github.com/nannou-org/nannou - ed8972980dc275cec96f6a2551d7249dfc65536d authored over 3 years ago by Alexandru Ene <[email protected]>
simplify example

github.com/nannou-org/nannou - b10ef76c28d271a13fa33accbd2bec0e71c0b0e8 authored over 3 years ago by Alexandru Ene <[email protected]>
use scene encoder

github.com/nannou-org/nannou - d7f86d7c6294390a900e70361367bb1a043089b4 authored over 3 years ago by Alexandru Ene <[email protected]>
It works

github.com/nannou-org/nannou - 9d7189584a7f070dfd3028837f65eecdf2c1a452 authored over 3 years ago by Alexandru Ene <[email protected]>
Don't require window_id

github.com/nannou-org/nannou - 7231e4f4160731dc47fd0530c780ec9effb88966 authored over 3 years ago by Alexandru Ene <[email protected]>
Initial commit

github.com/nannou-org/nannou - 7b614d415ad54a16fc58cc8d0851201615569f2b authored over 3 years ago by Alexandru Ene <[email protected]>
Merge pull request #730 from mitchmindtree/publish-0.16

Publish 0.16 - Update changelog with related changes

github.com/nannou-org/nannou - d3121dee50771657992960656da7cd068d7f4d1e authored over 3 years ago by mitchmindtree <[email protected]>
Publish 0.16 - Update changelog with related changes

It's time!

Notable changes include the update from wgpu 0.5 to 0.7 and a bunch of
bug fixes for...

github.com/nannou-org/nannou - 4edab3328631a0d39ed421d4e842215c74230f98 authored over 3 years ago by mitchmindtree <[email protected]>
Merge pull request #727 from danwilhelm/glyph_colors

Add ability to color characters individually, update draw_text example

github.com/nannou-org/nannou - 55cf71cc12dbef9e09efe7354538999407423cbd authored over 3 years ago by mitchmindtree <[email protected]>
Add ability to color characters individually, update draw_text example

github.com/nannou-org/nannou - 0295f48ff78c536139451725fd2452fe8143629e authored over 3 years ago by Dan Wilhelm <[email protected]>
Merge pull request #726 from mitchmindtree/wgpu-0.7

Update wgpu to 0.7, conrod to 0.72, winit to 0.24.

github.com/nannou-org/nannou - 50a5a7c097c9b3a8fe50a3ed39bb45dbba8c3610 authored over 3 years ago by mitchmindtree <[email protected]>
Remove commented code in pipeline builder. Add default sampler label.

github.com/nannou-org/nannou - 8a7df75d5a84c974619abee39605d2927a46eb06 authored over 3 years ago by mitchmindtree <[email protected]>
Update wgpu to 0.7, conrod to 0.72, winit to 0.24.

Closes #721.

github.com/nannou-org/nannou - 9c53fe48456339232640de62995f44097d412b9b authored over 3 years ago by mitchmindtree <[email protected]>
Merge pull request #725 from mattheusroxas/powerpreference_default

Powerpreference default

github.com/nannou-org/nannou - c369e5924b7ba42b4352426048b11d7c87faeb96 authored over 3 years ago by mitchmindtree <[email protected]>
Prevent `panic!`s on some machines

github.com/nannou-org/nannou - c8638c134b1aa7b7163ccc0ebde068162917d3e9 authored over 3 years ago by Mattheus Roxas <[email protected]>
Merge pull request #722 from mitchmindtree/resize_fixes_patch

Fix various resize crashes, texture memory leak [danwilhelm's PR #720 patched]

github.com/nannou-org/nannou - 4632acda1318a261f044514e337b478273ae05d0 authored over 3 years ago by mitchmindtree <[email protected]>
Rename get_or_rebuild_swap_chain to take_or_rebuild_swap_chain and make it private

github.com/nannou-org/nannou - c0e5448ae47236333d26ed26f04abe0498a3710b authored over 3 years ago by mitchmindtree <[email protected]>
Require minimum swap chain, window sizes

Prevents crashes when the window is resized < 2x2:
1. Enforces a minimum swap chain and window s...

github.com/nannou-org/nannou - c86799842794b601594d6ccb5e4083e3031920b6 authored over 3 years ago by Dan Wilhelm <[email protected]>
Fix texture memory leak

The `Arc` reference count was incremented via `clone`, then promptly forgotten about via `Arc::i...

github.com/nannou-org/nannou - 3f700ae4879083e1a2e1532be0ad04d915c5e135 authored over 3 years ago by Dan Wilhelm <[email protected]>
Merge pull request #713 from mitchmindtree/wgpu-0.6-changelog

Update changelog for wgpu 0.6 changes

github.com/nannou-org/nannou - 1ff57265b6226b4eb6bf2155fdb25b38e3da0111 authored almost 4 years ago by mitchmindtree <[email protected]>
Update changelog for wgpu 0.6 changes

Also ensures we don't print to stderr on Outdated swapchain texture -
instead we just ignore the...

github.com/nannou-org/nannou - 758efbac0da4fdc0ed3e599518a0cfda97da6300 authored almost 4 years ago by mitchmindtree <[email protected]>
Merge pull request #702 from Woyten/feature/instant-crate

Use instant crate for WASM compatibility

github.com/nannou-org/nannou - db11d5945a9d0c345e9d8499a8cf15e1c080d344 authored almost 4 years ago by mitchmindtree <[email protected]>
Merge pull request #696 from narisada014/fix_osc_version_of_doc

Fix osc version in the guide

github.com/nannou-org/nannou - 128132d69f1848857638237836434f7cf8275712 authored almost 4 years ago by mitchmindtree <[email protected]>
Merge pull request #692 from mgunyho/nonuniform-scale-fix

Fix non-uniform scaling

github.com/nannou-org/nannou - ef409f3e3f156d36eb89976b80d7a6904659fce2 authored almost 4 years ago by mitchmindtree <[email protected]>
Merge pull request #712 from sumibi-yakitori/add_quit_function

Add a method to quit the application

github.com/nannou-org/nannou - 2fc3977aae16bcb939e7499a2c21cbab2617d4b1 authored almost 4 years ago by mitchmindtree <[email protected]>
Merge pull request #709 from babbageclunk/fix-warnings

Fix warnings emitted when running draw example

github.com/nannou-org/nannou - 856895e7e7090a36f0aa0c0775ca785a3cdca61d authored almost 4 years ago by mitchmindtree <[email protected]>
Merge pull request #665 from kazimuth/wgpu-0.6-3

wgpu 0.6, third time's the charm

github.com/nannou-org/nannou - ef04fef6866dd709d6c411ce7c1c22e0fb25c467 authored almost 4 years ago by mitchmindtree <[email protected]>
Fix typo

github.com/nannou-org/nannou - 5f7a207eea3b0bf751137b89cf7bdadc61490867 authored almost 4 years ago by sumibi-yakitori <[email protected]>
Add a method to quit the application

github.com/nannou-org/nannou - e18d8b33b1ecb5f5a1a09dc15fa88e78d748eb7e authored almost 4 years ago by sumibi-yakitori <[email protected]>
Update example audrey dependency to 0.3

github.com/nannou-org/nannou - b9672fe6c22557a5ea7b65854899e6a26f037271 authored almost 4 years ago by Christian Muirhead <[email protected]>
Fix warnings emitted when running draw example

I also needed to upgrade the audrey dependency to build it, but I can
see there's another PR to ...

github.com/nannou-org/nannou - 6d513f9adfefe04b859cecdd5770ef986a42188f authored almost 4 years ago by Christian Muirhead <[email protected]>
Use instant crate for WASM compatibility

github.com/nannou-org/nannou - e42bbc4b91d0cda88368a7795d71ab7083ea569f authored almost 4 years ago by Woyten <[email protected]>
Add workaround to x11 outdated swapchain crash

github.com/nannou-org/nannou - f776c7f103577fe3b5023ead94a29b23595388a5 authored almost 4 years ago by James Gilles <[email protected]>
Update winit to 0.24

github.com/nannou-org/nannou - 0d9c3588a7dcf75357070b81ad23b7943334633c authored almost 4 years ago by James Gilles <[email protected]>
Update audrey dependency

github.com/nannou-org/nannou - 787c2cafe1f46c024461af1d1e223b4c6e66acfe authored almost 4 years ago by James Gilles <[email protected]>
Get rid of an outdated comment + test

github.com/nannou-org/nannou - e009a2733871a009aba8e0606d52267c1438ea76 authored almost 4 years ago by James Gilles <[email protected]>
Update wgpu

github.com/nannou-org/nannou - efbf145efcfbe5f4f4c75ec861d6632b6f56ad6e authored almost 4 years ago by James Gilles <[email protected]>
Merge remote-tracking branch 'upstream/master' into wgpu-0.6-3

github.com/nannou-org/nannou - f2744d389b3b3708ee3071cf1fc2400b95a46f0d authored almost 4 years ago by James Gilles <[email protected]>
fix osc version of guide

github.com/nannou-org/nannou - 09fd8fd6cb4bd6f00fc32f7cc8afe0c0f7b7bb39 authored almost 4 years ago by narisada014 <[email protected]>
Use one instead of zero in non-uniform scaling

github.com/nannou-org/nannou - e253099a520c3ebb627db015cf20ab8677cf82aa authored about 4 years ago by mgunyho <[email protected]>
Merge pull request #687 from seeplusplus/master

update Getting Started "vulkan-utils" reference for Debian Buster and other guide changes

github.com/nannou-org/nannou - 2cedce1014053c9771e592f8841d24006a05d9b2 authored about 4 years ago by mitchmindtree <[email protected]>
Add links to The Rust Book for basic Rust concepts

github.com/nannou-org/nannou - 06f92845b27f698fbb283b352dd95aae5c942398 authored about 4 years ago by Caleb Webber <[email protected]>
update getting started vulkan-utils reference for Debian Buster

github.com/nannou-org/nannou - ce67202c41d2422868dcda7725cbee986ae32d8f authored about 4 years ago by Caleb Webber <[email protected]>
Merge pull request #675 from lpil/patch-1

Remove incorrect comment

github.com/nannou-org/nannou - 5cd6908f75233a08d52c0bcd17b6ecb27510659c authored about 4 years ago by mitchmindtree <[email protected]>
Remove incorrect comment

I think this was accidentally copied from the other example.

github.com/nannou-org/nannou - 1a85e89bd2ca932f0acb493aa1acabf5eec94721 authored about 4 years ago by Louis Pilfold <[email protected]>
Merge pull request #674 from mitchmindtree/nannou-audio-fix

Update CPAL version to 0.13.1. Fix bug where a stream's channel count could be greater than spec...

github.com/nannou-org/nannou - 4b16ba902cdaa0abacca591a907ff709e2156dcb authored about 4 years ago by mitchmindtree <[email protected]>
Add missing channel count when checking for a matching format

github.com/nannou-org/nannou - 3497486b5de3871a81f9e97db62e30abd7c96e1a authored about 4 years ago by mitchmindtree <[email protected]>
Update to CPAL version 0.13.1

This includes a fix for an issue where a created stream could have a
much larger sample rate tha...

github.com/nannou-org/nannou - 8f5f00a0a0f0b82bee66d812c93601c2a23bf8c0 authored about 4 years ago by mitchmindtree <[email protected]>
Fix bug where stream channel count could be greater than specified

github.com/nannou-org/nannou - 29c8fe7a5d94daab175583e492f8dd5d5dc5711d authored about 4 years ago by mitchmindtree <[email protected]>
Merge pull request #670 from mitchmindtree/nannou-audio-update

Update `nannou_audio` to latest `cpal` and `dasp_sample` versions

github.com/nannou-org/nannou - 6a498f4480709d6cea9c3af5188db39b638891c6 authored about 4 years ago by mitchmindtree <[email protected]>
Update CHANGELOG for nannou_audio cpal 0.12 update

github.com/nannou-org/nannou - f17e4eced56db1f3bd2d66170cd3df5bc81ef292 authored about 4 years ago by mitchmindtree <[email protected]>
Update `nannou_audio` to latest `cpal` and `dasp_sample` versions

Finishes off the work started by @JoshuaBatty at #662.

We still need to provide a nice way of a...

github.com/nannou-org/nannou - 6d45755ebf2b8c62972687b91a0f98b566e399e0 authored about 4 years ago by mitchmindtree <[email protected]>
wip updating nannou_audio

github.com/nannou-org/nannou - 5ffdd6b8588e0ce1a7ef0937775ad0017dfa5f1c authored about 4 years ago by JoshuaBatty <[email protected]>
few small tweaks to nannou_audio

github.com/nannou-org/nannou - 69c24d753c3a1917c95e60e4046379b22b36656e authored about 4 years ago by JoshuaBatty <[email protected]>
more refactoring work on nannou_audio

github.com/nannou-org/nannou - 5b14846afabb87d256e7e7a4f63d2c7490a7f937 authored about 4 years ago by JoshuaBatty <[email protected]>
removed LoopContext

github.com/nannou-org/nannou - daf570a7ca6554b9553b25fd3758e9942bb40b35 authored about 4 years ago by JoshuaBatty <[email protected]>
Merge pull request #669 from mitchmindtree/hrtf-noise-example

Add a HRTF-based binaural panning example using the hrtf crate

github.com/nannou-org/nannou - c733ec3162d7725cf075e61d289d300899537c81 authored about 4 years ago by mitchmindtree <[email protected]>
Use separate buffer lengths for hrtf example for lower latency

github.com/nannou-org/nannou - 9a4f8cffa6ca7f20acece3a21f574f0558234959 authored about 4 years ago by mitchmindtree <[email protected]>
Merge pull request #668 from lukors/patch-1

Guide: Unchecked MIDI support

github.com/nannou-org/nannou - ae0c4ff72b71c4922c496f9ab7aff21dd6f11126 authored about 4 years ago by mitchmindtree <[email protected]>
Add a HRTF-based binaural panning example using the hrtf crate

A simple example that demonstrates how to achieve binaural panning using
the `hrtf` crate alongs...

github.com/nannou-org/nannou - 90b413999eabb389fc01f9903c013a07d552b259 authored about 4 years ago by mitchmindtree <[email protected]>
Unchecked MIDI support

Also added explanation that midir can be used for the same purpose.

github.com/nannou-org/nannou - b61454f1fb07ebcb6add2cb1a5776599088f954d authored about 4 years ago by Lukas Orsvärn <[email protected]>
Merge pull request #1 from mitchmindtree/wgpu-0.6-3-tweaks

Add `TextureViewInfo` type for `TextureView`

github.com/nannou-org/nannou - 1fa127c237a5082138589a7343ac65e1f35cc5ce authored about 4 years ago by James Gilles <[email protected]>
Merge pull request #2 from mitchmindtree/wgpu-0.6-3-wgpu_compute_shader

Fixes `panic`s in wgpu_compute_shader.rs example

github.com/nannou-org/nannou - e488e414f581e1f881e646053f75ec0fe394c31f authored about 4 years ago by James Gilles <[email protected]>
Fixes a `panic` in wgpu_compute_shader.rs example

Previously the wgpu_compute_shader.rs example would panic in three
places:

1. Due to an unneces...

github.com/nannou-org/nannou - 652aa25b45229744d86394e67c295086b3bd06a3 authored about 4 years ago by mitchmindtree <[email protected]>
Add `TextureViewInfo` type for `TextureView`

This adds a `TextureViewInfo` that fulfills the role for `TextureView`
that the `TextureViewDesc...

github.com/nannou-org/nannou - d6643dae4cac572e0cdd6daec7cadbdc0081f5e0 authored about 4 years ago by mitchmindtree <[email protected]>
Merge pull request #667 from jmg-duarte/master

Refactor: use shorthand fields

github.com/nannou-org/nannou - 67c8bef6de5b45d28fa3b74380ad46bbbf94eef8 authored about 4 years ago by mitchmindtree <[email protected]>
Refactor: use shorthand fields

github.com/nannou-org/nannou - d657c68ff1c80d48a5d6ef32e15c175d1c17eaf7 authored about 4 years ago by José Duarte <[email protected]>
Address some remaining TODOs

github.com/nannou-org/nannou - 71d6cff9dffa64f2495d755492fa0e4e1de4e53c authored about 4 years ago by James Gilles <[email protected]>
Fix texture array behavior

github.com/nannou-org/nannou - 91d3cb4add727d23a03c3030f5bbf1ec3abccd1f authored about 4 years ago by James Gilles <[email protected]>
Merge pull request #664 from zehreken/audio_feedback_example

Audio feedback example

github.com/nannou-org/nannou - a4dbea20fa8a04a7c1db64c26ce8599c07c4aa1f authored about 4 years ago by mitchmindtree <[email protected]>
rustfmt

github.com/nannou-org/nannou - 4a6fb0d3ecfe598d50cb73ba7cdb342e4687511b authored about 4 years ago by James Gilles <[email protected]>
A couple texture array fixes

github.com/nannou-org/nannou - 46d721a70bcf9b7e7be8407f256a9567e887f8f8 authored about 4 years ago by James Gilles <[email protected]>
Get wgpu examples working!

github.com/nannou-org/nannou - 8a1a3c2738476198c2cc7691c262c6c1979417df authored about 4 years ago by James Gilles <[email protected]>
More work integrating RowPaddedBuffer

github.com/nannou-org/nannou - 236efb605f403919a3d381a8027a637c7a4f3910 authored about 4 years ago by James Gilles <[email protected]>
WIP: Add RowPaddedBuffer to comply with new wgpu invariants

github.com/nannou-org/nannou - 0f2a35f81aa930dff980b7eac260461b6a4cb4ad authored about 4 years ago by James Gilles <[email protected]>
Start work on handling buffer pitch

github.com/nannou-org/nannou - bcfc42120adf8415adaa6947f9ee51a016c7eda1 authored about 4 years ago by James Gilles <[email protected]>
Make models channel count indepentent

github.com/nannou-org/nannou - 0f94bcd2cbc5d1c90da7cb3e3d34450466fc2d0a authored about 4 years ago by zehreken <[email protected]>
Refactor and add more comments

github.com/nannou-org/nannou - e64726f560afd0a01713d445eddd6a552e8d4067 authored about 4 years ago by zehreken <[email protected]>
Fix images not rendering, add some more labels to Nannou wgpu items.

github.com/nannou-org/nannou - 8c76f31f5eab66cd1fa72ab9e51f36641aba6382 authored about 4 years ago by James Gilles <[email protected]>
Port basic example

github.com/nannou-org/nannou - 9f89e855c6296a8811ff9f4173fb0507333433e6 authored about 4 years ago by zehreken <[email protected]>
Fix all example compile errors

github.com/nannou-org/nannou - 0ec7d4aaf9a9b745f307d1ccce7187b388a790b1 authored about 4 years ago by James Gilles <[email protected]>
Add nannou::util::{DeviceExt, BufferInitDescriptor} to prelude

github.com/nannou-org/nannou - abb885959b0dd18b97bf3e933495c3b239a55aab authored about 4 years ago by James Gilles <[email protected]>
Update nannou_timeline to use conrod 0.71

github.com/nannou-org/nannou - 14b1a3cfd40718a0702355b578fdd0d4b7840256 authored about 4 years ago by James Gilles <[email protected]>
Fix remaining warnings

github.com/nannou-org/nannou - 50fb0d66924f21cb548f355fde4763a62a50c42e authored about 4 years ago by James Gilles <[email protected]>
Fix all compile errors?

github.com/nannou-org/nannou - a835061121e53e3346bd19142b77ce23084fc49b authored about 4 years ago by James Gilles <[email protected]>
Add wgpu::Instance to App

github.com/nannou-org/nannou - df4d376a9d4287e7582becbc2c731a7552681960 authored about 4 years ago by James Gilles <[email protected]>
Fix almost all remaining errors

github.com/nannou-org/nannou - 5911b5a8c9ff603e01a62681d63c6d659acd3520 authored about 4 years ago by James Gilles <[email protected]>
Update for cosmetic wgpu API changes

github.com/nannou-org/nannou - f05cd4fe4660b3e5350e5e1c4c5b7a7df010770f authored about 4 years ago by James Gilles <[email protected]>
create buffer new way; fix mapping field

github.com/nannou-org/nannou - 2cfd3dc3b1ca0f14453448e225f78455c3f626d1 authored about 4 years ago by Aleks Pickle <[email protected]>
fix spirv

github.com/nannou-org/nannou - bee17800c4072fbc4fd22f8a5bd0bfcf6674c76d authored about 4 years ago by Aleks Pickle <[email protected]>