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

example

ffc4c9769788e303280d9fb7cafd8a5afd2b54c2 authored over 3 years ago by Alexandru Ene <[email protected]>
radius

dbfac17b23d36746b46b7197e9c78bb01de34bf1 authored over 3 years ago by Alexandru Ene <[email protected]>
Fixed license

9994671c536da698089693b97d66cb7432fc8ef4 authored over 3 years ago by Alexandru Ene <[email protected]>
Create LICENSE-APACHE

206de151c9d5dba5cbdcad64b3673110f6e6c11b authored over 3 years ago by Alexandru Ene <[email protected]>
updated metadata

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

Create LICENSE

727f33894aa857195a18458a72d6b1bb2346524e authored over 3 years ago by Alexandru Ene <[email protected]>
Create LICENSE

fd0e4fc8a3c5501bcea4c64abd524589edcf9b50 authored over 3 years ago by Alexandru Ene <[email protected]>
Create README.md

b50956bb38ff860765660df2dc1d2624b92aa689 authored over 3 years ago by Alexandru Ene <[email protected]>
simplified

7ad92e8ad2cc458c0ee9590b7c3da631c072f616 authored over 3 years ago by Alexandru Ene <[email protected]>
input works

ed8972980dc275cec96f6a2551d7249dfc65536d authored over 3 years ago by Alexandru Ene <[email protected]>
simplify example

b10ef76c28d271a13fa33accbd2bec0e71c0b0e8 authored over 3 years ago by Alexandru Ene <[email protected]>
use scene encoder

d7f86d7c6294390a900e70361367bb1a043089b4 authored over 3 years ago by Alexandru Ene <[email protected]>
It works

9d7189584a7f070dfd3028837f65eecdf2c1a452 authored over 3 years ago by Alexandru Ene <[email protected]>
Don't require window_id

7231e4f4160731dc47fd0530c780ec9effb88966 authored over 3 years ago by Alexandru Ene <[email protected]>
Initial commit

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

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...

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

55cf71cc12dbef9e09efe7354538999407423cbd authored over 3 years ago by mitchmindtree <[email protected]>
Add ability to color characters individually, update draw_text example

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.

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

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.

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

Powerpreference default

c369e5924b7ba42b4352426048b11d7c87faeb96 authored over 3 years ago by mitchmindtree <[email protected]>
Prevent `panic!`s on some machines

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]

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

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...

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...

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

1ff57265b6226b4eb6bf2155fdb25b38e3da0111 authored over 3 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...

758efbac0da4fdc0ed3e599518a0cfda97da6300 authored over 3 years ago by mitchmindtree <[email protected]>
Merge pull request #702 from Woyten/feature/instant-crate

Use instant crate for WASM compatibility

db11d5945a9d0c345e9d8499a8cf15e1c080d344 authored over 3 years ago by mitchmindtree <[email protected]>
Merge pull request #696 from narisada014/fix_osc_version_of_doc

Fix osc version in the guide

128132d69f1848857638237836434f7cf8275712 authored over 3 years ago by mitchmindtree <[email protected]>
Merge pull request #692 from mgunyho/nonuniform-scale-fix

Fix non-uniform scaling

ef409f3e3f156d36eb89976b80d7a6904659fce2 authored over 3 years ago by mitchmindtree <[email protected]>
Merge pull request #712 from sumibi-yakitori/add_quit_function

Add a method to quit the application

2fc3977aae16bcb939e7499a2c21cbab2617d4b1 authored over 3 years ago by mitchmindtree <[email protected]>
Merge pull request #709 from babbageclunk/fix-warnings

Fix warnings emitted when running draw example

856895e7e7090a36f0aa0c0775ca785a3cdca61d authored over 3 years ago by mitchmindtree <[email protected]>
Merge pull request #665 from kazimuth/wgpu-0.6-3

wgpu 0.6, third time's the charm

ef04fef6866dd709d6c411ce7c1c22e0fb25c467 authored over 3 years ago by mitchmindtree <[email protected]>
Fix typo

5f7a207eea3b0bf751137b89cf7bdadc61490867 authored over 3 years ago by sumibi-yakitori <[email protected]>
Add a method to quit the application

e18d8b33b1ecb5f5a1a09dc15fa88e78d748eb7e authored over 3 years ago by sumibi-yakitori <[email protected]>
Update example audrey dependency to 0.3

b9672fe6c22557a5ea7b65854899e6a26f037271 authored over 3 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 ...

6d513f9adfefe04b859cecdd5770ef986a42188f authored over 3 years ago by Christian Muirhead <[email protected]>
Use instant crate for WASM compatibility

e42bbc4b91d0cda88368a7795d71ab7083ea569f authored over 3 years ago by Woyten <[email protected]>
Add workaround to x11 outdated swapchain crash

f776c7f103577fe3b5023ead94a29b23595388a5 authored almost 4 years ago by James Gilles <[email protected]>
Update winit to 0.24

0d9c3588a7dcf75357070b81ad23b7943334633c authored almost 4 years ago by James Gilles <[email protected]>
Update audrey dependency

787c2cafe1f46c024461af1d1e223b4c6e66acfe authored almost 4 years ago by James Gilles <[email protected]>
Get rid of an outdated comment + test

e009a2733871a009aba8e0606d52267c1438ea76 authored almost 4 years ago by James Gilles <[email protected]>
Update wgpu

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

f2744d389b3b3708ee3071cf1fc2400b95a46f0d authored almost 4 years ago by James Gilles <[email protected]>
fix osc version of guide

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

e253099a520c3ebb627db015cf20ab8677cf82aa authored almost 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

2cedce1014053c9771e592f8841d24006a05d9b2 authored almost 4 years ago by mitchmindtree <[email protected]>
Add links to The Rust Book for basic Rust concepts

06f92845b27f698fbb283b352dd95aae5c942398 authored almost 4 years ago by Caleb Webber <[email protected]>
update getting started vulkan-utils reference for Debian Buster

ce67202c41d2422868dcda7725cbee986ae32d8f authored almost 4 years ago by Caleb Webber <[email protected]>
Merge pull request #675 from lpil/patch-1

Remove incorrect comment

5cd6908f75233a08d52c0bcd17b6ecb27510659c authored almost 4 years ago by mitchmindtree <[email protected]>
Remove incorrect comment

I think this was accidentally copied from the other example.

1a85e89bd2ca932f0acb493aa1acabf5eec94721 authored almost 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...

4b16ba902cdaa0abacca591a907ff709e2156dcb authored almost 4 years ago by mitchmindtree <[email protected]>
Add missing channel count when checking for a matching format

3497486b5de3871a81f9e97db62e30abd7c96e1a authored almost 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...

8f5f00a0a0f0b82bee66d812c93601c2a23bf8c0 authored almost 4 years ago by mitchmindtree <[email protected]>
Fix bug where stream channel count could be greater than specified

29c8fe7a5d94daab175583e492f8dd5d5dc5711d authored almost 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

6a498f4480709d6cea9c3af5188db39b638891c6 authored almost 4 years ago by mitchmindtree <[email protected]>
Update CHANGELOG for nannou_audio cpal 0.12 update

f17e4eced56db1f3bd2d66170cd3df5bc81ef292 authored almost 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...

6d45755ebf2b8c62972687b91a0f98b566e399e0 authored almost 4 years ago by mitchmindtree <[email protected]>
wip updating nannou_audio

5ffdd6b8588e0ce1a7ef0937775ad0017dfa5f1c authored almost 4 years ago by JoshuaBatty <[email protected]>
few small tweaks to nannou_audio

69c24d753c3a1917c95e60e4046379b22b36656e authored almost 4 years ago by JoshuaBatty <[email protected]>
more refactoring work on nannou_audio

5b14846afabb87d256e7e7a4f63d2c7490a7f937 authored almost 4 years ago by JoshuaBatty <[email protected]>
removed LoopContext

daf570a7ca6554b9553b25fd3758e9942bb40b35 authored almost 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

c733ec3162d7725cf075e61d289d300899537c81 authored almost 4 years ago by mitchmindtree <[email protected]>
Use separate buffer lengths for hrtf example for lower latency

9a4f8cffa6ca7f20acece3a21f574f0558234959 authored almost 4 years ago by mitchmindtree <[email protected]>
Merge pull request #668 from lukors/patch-1

Guide: Unchecked MIDI support

ae0c4ff72b71c4922c496f9ab7aff21dd6f11126 authored almost 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...

90b413999eabb389fc01f9903c013a07d552b259 authored almost 4 years ago by mitchmindtree <[email protected]>
Unchecked MIDI support

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

b61454f1fb07ebcb6add2cb1a5776599088f954d authored almost 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`

1fa127c237a5082138589a7343ac65e1f35cc5ce authored almost 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

e488e414f581e1f881e646053f75ec0fe394c31f authored almost 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...

652aa25b45229744d86394e67c295086b3bd06a3 authored almost 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...

d6643dae4cac572e0cdd6daec7cadbdc0081f5e0 authored almost 4 years ago by mitchmindtree <[email protected]>
Merge pull request #667 from jmg-duarte/master

Refactor: use shorthand fields

67c8bef6de5b45d28fa3b74380ad46bbbf94eef8 authored almost 4 years ago by mitchmindtree <[email protected]>
Refactor: use shorthand fields

d657c68ff1c80d48a5d6ef32e15c175d1c17eaf7 authored almost 4 years ago by José Duarte <[email protected]>
Address some remaining TODOs

71d6cff9dffa64f2495d755492fa0e4e1de4e53c authored almost 4 years ago by James Gilles <[email protected]>
Fix texture array behavior

91d3cb4add727d23a03c3030f5bbf1ec3abccd1f authored almost 4 years ago by James Gilles <[email protected]>
Merge pull request #664 from zehreken/audio_feedback_example

Audio feedback example

a4dbea20fa8a04a7c1db64c26ce8599c07c4aa1f authored almost 4 years ago by mitchmindtree <[email protected]>
rustfmt

4a6fb0d3ecfe598d50cb73ba7cdb342e4687511b authored almost 4 years ago by James Gilles <[email protected]>
A couple texture array fixes

46d721a70bcf9b7e7be8407f256a9567e887f8f8 authored almost 4 years ago by James Gilles <[email protected]>
Get wgpu examples working!

8a1a3c2738476198c2cc7691c262c6c1979417df authored almost 4 years ago by James Gilles <[email protected]>
wip

f85974c50231e36d4c009a7d7fccd78f4d983b60 authored almost 4 years ago by James Gilles <[email protected]>
More work integrating RowPaddedBuffer

236efb605f403919a3d381a8027a637c7a4f3910 authored almost 4 years ago by James Gilles <[email protected]>
WIP: Add RowPaddedBuffer to comply with new wgpu invariants

0f2a35f81aa930dff980b7eac260461b6a4cb4ad authored almost 4 years ago by James Gilles <[email protected]>
Start work on handling buffer pitch

bcfc42120adf8415adaa6947f9ee51a016c7eda1 authored about 4 years ago by James Gilles <[email protected]>
Make models channel count indepentent

0f94bcd2cbc5d1c90da7cb3e3d34450466fc2d0a authored about 4 years ago by zehreken <[email protected]>
Refactor and add more comments

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

8c76f31f5eab66cd1fa72ab9e51f36641aba6382 authored about 4 years ago by James Gilles <[email protected]>
Port basic example

9f89e855c6296a8811ff9f4173fb0507333433e6 authored about 4 years ago by zehreken <[email protected]>
Fix all example compile errors

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

abb885959b0dd18b97bf3e933495c3b239a55aab authored about 4 years ago by James Gilles <[email protected]>
Update nannou_timeline to use conrod 0.71

14b1a3cfd40718a0702355b578fdd0d4b7840256 authored about 4 years ago by James Gilles <[email protected]>
Fix remaining warnings

50fb0d66924f21cb548f355fde4763a62a50c42e authored about 4 years ago by James Gilles <[email protected]>
Fix all compile errors?

a835061121e53e3346bd19142b77ce23084fc49b authored about 4 years ago by James Gilles <[email protected]>
Add wgpu::Instance to App

df4d376a9d4287e7582becbc2c731a7552681960 authored about 4 years ago by James Gilles <[email protected]>
Fix almost all remaining errors

5911b5a8c9ff603e01a62681d63c6d659acd3520 authored about 4 years ago by James Gilles <[email protected]>
Update for cosmetic wgpu API changes

f05cd4fe4660b3e5350e5e1c4c5b7a7df010770f authored about 4 years ago by James Gilles <[email protected]>
create buffer new way; fix mapping field

2cfd3dc3b1ca0f14453448e225f78455c3f626d1 authored about 4 years ago by Aleks Pickle <[email protected]>
fix spirv

bee17800c4072fbc4fd22f8a5bd0bfcf6674c76d authored about 4 years ago by Aleks Pickle <[email protected]>