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 `VertexDescriptor` in favour of `wgpu::vertex_attr_array`

106667d6a693413b6f17fe407e253d8512a46f46 authored over 4 years ago by mitchmindtree <[email protected]>
Run cargo fmt

564ff0c08e9d0ae816893603a22d114109583e5e authored over 4 years ago by mitchmindtree <[email protected]>
Fix behaviour of `TextureCapturer`, allow for proper snapshot tracking

Fixes the issue where `TextureCapturer` could spawn more user callbacks
than there where worker ...

2c2ef545b5628e2ff9499b85d21929bae23c20d3 authored over 4 years ago by mitchmindtree <[email protected]>
Remove `Mutex` around `Queue`. Update examples for wgpu 0.5.

24c72b51b3d39ead4b804ecd2c7d1d92c8595e20 authored over 4 years ago by mitchmindtree <[email protected]>
Update to wgpu 0.5

This commit includes the majority of the wgpu 0.5 update.

There are a couple of major TODOs bef...

94b6084b6056057609ec8a0a3efb9f46fd719e0b authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #593 from mitchmindtree/draw_renderer_scale_factor

Fix `draw::Renderer` initialisation. Update changelog. Publish 0.14.1 with recent patches.

56ee425bd0a7afa9e557f6892ce57cbd468a89e9 authored over 4 years ago by mitchmindtree <[email protected]>
Update nannou and nannou_laser to 0.14.1

66e74cf29a793a165b7fd0090ae735be7d8210d5 authored over 4 years ago by mitchmindtree <[email protected]>
Update changelog for recent patches and ilda-idtf feature

263a6fe4663cfb38b8f40c1e248c680d1b0c9838 authored over 4 years ago by mitchmindtree <[email protected]>
Ensure `draw::Renderer` is initialised with correct scale factor

This fixes a bug where the `draw::Renderer` was initialised with an
incorrect scale factor causi...

a42275c8e5b9ca15fbd85ee185b83a210678ef91 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #582 from Therzok/patch-1

Fix OSC URL

229b7ce6ec0bad00592e1cff0825c15367c9f390 authored over 4 years ago by mitchmindtree <[email protected]>
Fix OSC URL

b82f8aa2a83315d1360ac93917fe1cd37dd15c25 authored over 4 years ago by Marius Ungureanu <[email protected]>
Merge pull request #580 from mitchmindtree/ilda

Add `ilda-idtf` feature to `nannou_laser`

5916124445c8c4872de76851270788c0a96c6ac1 authored over 4 years ago by mitchmindtree <[email protected]>
Add `ilda-idtf` feature to `nannou_laser`

Adds support for ILDA Image Data Transfer Format to `nannou_laser`
behind a `ilda-idtf` feature....

9cc6d39ef6814bea3bf71ba1f4894fe699969098 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #576 from jli/jli-anglebetween

fix implementation of angle_between

04c7d0434dff5659833e37fb10e877f03f274395 authored over 4 years ago by mitchmindtree <[email protected]>
really fix angle_between

6b1ed65695d23b980d4cc4e7991b81f788d173d2 authored over 4 years ago by john li <[email protected]>
fix implementation of angle_between

986b49ba624ac5986633aa8b4664bd1e19bef1b8 authored over 4 years ago by john li <[email protected]>
Merge pull request #574 from jembishop/fix-typo

Fix Typo in resizable method

53543a21b49a8d068fcd53850150714f8ea19671 authored over 4 years ago by mitchmindtree <[email protected]>
Fix Typo in resizable method

aa81348ed2fe508f9daf3762400fc5fe498a041f authored over 4 years ago by Jem Bishop <[email protected]>
Merge pull request #572 from yutannihilation/patch-1

Fix broken links on the index page of tutorials

c59bf22f08312a77d78b73b34b38c4d537941b2d authored over 4 years ago by mitchmindtree <[email protected]>
Use absolute paths

e99cce5961b43b8d4dfbed357a1ccb2b091fb870 authored over 4 years ago by Hiroaki Yutani <[email protected]>
Fix broken links on the index page of tutorials

c844fa7da0344d8d59e45532b39ff80303c20032 authored over 4 years ago by Hiroaki Yutani <[email protected]>
Merge pull request #570 from mitchmindtree/publish

Publish 0.14.0! Includes Draw overhaul, WPGU API improvements, LASER improvements and much more

e55ce80dc1504fb95a2ac9ae33e5a1aca3bdefa9 authored over 4 years ago by mitchmindtree <[email protected]>
Update all nannou crate versions to 0.14.

857a7840b3e8ffb4eb81ac8cfe31a64dc36d307a authored over 4 years ago by mitchmindtree <[email protected]>
Fix but where capture_frame_threaded was not actually threaded

Closes #526.

ec16ac2eab1ce746f4540a7b667d5a792c090300 authored over 4 years ago by mitchmindtree <[email protected]>
Add missing entries to CHANGELOG. Update it for 0.14 release.

1c1ed404b50fbfaba1ca0245accf1bd7841a197e authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #569 from mitchmindtree/coord_tute_link

Add missing Window Coordinates link to tutorial list

b61822bc38bf8307e359123e831d8b3be28a3d52 authored over 4 years ago by mitchmindtree <[email protected]>
Add missing Window Coordinates link to tutorial list

8459d0cf42300a0707f41597d99d01001aff3118 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #568 from mitchmindtree/coordinates_tutorial

Add new "Basics - Window Coordinates" tutorial to guide

507ae9b97b6ca31954a348b2742bbc8c1db979f6 authored over 4 years ago by mitchmindtree <[email protected]>
Add new "Basics - Window Coordinates" tutorial

This adds a new tutorial that takes a dive into how window coordinates
work in nannou. The tutor...

837bd386913a4bee46823baad668ca812f4eeef3 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #567 from mitchmindtree/rgb8

Add `Rgb8` and `Rgba8` types

3da0f8d33b0e528def3f6a995eacbe50699b69eb authored over 4 years ago by mitchmindtree <[email protected]>
Add Rgba8

40f193c050fd6c952a1bba1932db947a1d946988 authored over 4 years ago by mitchmindtree <[email protected]>
added feature to use .rgb8(u8,u8,u8) as an option to color stuff

b36242c91606a66d40c6eeec7ec00977fb512c22 authored over 4 years ago by Linus Burgeff <[email protected]>
Merge pull request #561 from jli/jli-docfixes

Some documentation fixes

68462fc3990b7780f831451d5fff00f2c14ef2d5 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #566 from mitchmindtree/coordinates_example

Add a new `examples/basics/window_coordinates.rs` example

ad099a3ae3490a600bba04806d7d5fa8254eed23 authored over 4 years ago by mitchmindtree <[email protected]>
fix more semi-broken links

The first line of a nested module's doc comment gets included in the parent
module's documentati...

becdecb36b0803979e24e9e41eac92c10632f2a5 authored over 4 years ago by john li <[email protected]>
link to latest winit docs

a041a1179955f1ddce059d778c54421e4471ca3d authored over 4 years ago by john li <[email protected]>
Add a new `examples/basics/window_coordinates.rs` example

The aim for this example is to provide an interactive demonstration of
the window's coordinate s...

9f57b4c8a8c1fee0a8affc1899427002661547ae authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #565 from mitchmindtree/arrow

Add a `draw.arrow()` API. Include a new `draw_arrow.rs` example

0b7f3fcca8b2eadec76ae0c4098cf31c4895b1f5 authored over 4 years ago by mitchmindtree <[email protected]>
Add a `draw.arrow()` API. Include a new `draw_arrow.rs` example

The new API is almost identical to `draw.line()`, except that you can
also specify the `.head_le...

bab0c8a49462f75a609bf7f095432a619d95891e authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #564 from mitchmindtree/vector_rotate

Add `vec2.rotate(radians)`, `Vector2::from_angle`, `a.angle_between(b)`, `vec.magnitude()` and `...

832355924d28acd34e617c624127b66683b7479c authored over 4 years ago by mitchmindtree <[email protected]>
Add a Vector2::from_angle constructor

0afe2f61019d03b41e630c6264d3aa1c5a0b6153 authored over 4 years ago by mitchmindtree <[email protected]>
Add `vec.magnitude()` and `vec.magnitude2()` methods.

This allows us to not have to import the `InnerSpace` trait.

3e60ce56de56b206a505c238e91dbc6028f8d80e authored over 4 years ago by mitchmindtree <[email protected]>
Add `vec2.rotate(radians)` and `a.angle_between(b)` methods

These are two commonly requested methods, so I thought it was about time
we added them! See the ...

d772f445f431b0ea4f398ad21124d6c71a3bf961 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #560 from creativcoder/draw_texture_comment_fix

Remove window ID related comments in draw_texture.rs

215dc6edc2006543fa9660741a70ac8606013858 authored over 4 years ago by mitchmindtree <[email protected]>
fix internal doc links

db5fd3993a98b6e09ce11a54531f89852d92135f authored over 4 years ago by john li <[email protected]>
a few documentation fixes/clarifications

- event::Event: mention that `raw` isn't currently available
- event::WindowEvent: mention that ...

80a53bdf186c34835a987e1b0c41c627a0692635 authored over 4 years ago by john li <[email protected]>
Remove window ID related comments in draw_texture.rs

b6a4707574ff8d77359e6431bb19b068b39253ea authored over 4 years ago by creativcoder <[email protected]>
Merge pull request #559 from mitchmindtree/app_vs_sketch

Add a new "App vs Sketch" tutorial

76f55bf34adf12824d53404f306778efe365753d authored over 4 years ago by mitchmindtree <[email protected]>
Add a new app vs sketch tutorial

ed794e4f9c956fc8f372f2a639cae226e44bf8e6 authored over 4 years ago by mitchmindtree <[email protected]>
Add matrix link to the Welcome page

1dc15b664e256316418e95d425783f3da99c7dff authored over 4 years ago by mitchmindtree <[email protected]>
Update the Goals section within the Why Nannou chapter

6d16ca7e3a4b3e7fd9e6bdff6c00185c16311f5b authored over 4 years ago by mitchmindtree <[email protected]>
Simplify template examples a little

29320176c35a6d7f2dc8134e4145d14c29296505 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #558 from mitchmindtree/guide_cleanup

[guide] Cleanup warnings, reduce hidden code, remove `extern crate` and other cleanup

eb62941e68ec8b4dec4a4257311623f72eff24f5 authored over 4 years ago by mitchmindtree <[email protected]>
Fix alignment of items in SUMMARY.md

4bb0d1c6868e01e842fb1562abd58b45a165b83f authored over 4 years ago by mitchmindtree <[email protected]>
Reorganise some of the Drawing tutorial

- Renames "Moving a circle about the screen" to "Animating a Circle"
- Moves the "Animating a Ci...

922a28f54611ef271bc0d1174634b81f444cd36d authored over 4 years ago by mitchmindtree <[email protected]>
Improve consistency of tutorial layouts

3c73497c8fb76fcf9d6132ee45548f175ac8a2f4 authored over 4 years ago by mitchmindtree <[email protected]>
Remove some unnecessary code from Draw a Sketch tute

48db809f7bddff5f3269d737ca0b7bae01da5c91 authored over 4 years ago by mitchmindtree <[email protected]>
Enable testing for all Rust code snippets within Drawing 2d Shapes tute

01aec4be9dd2f6933707e75f6fc09874c9c87e60 authored over 4 years ago by mitchmindtree <[email protected]>
Clean up the "Anatomy of a Nannou App" tutorial, update for 2018

This cleans up some unnecessary hidden code and removes the unnecessary
`extern crate` declarati...

6b27e680e56cafa916c7462a09b6e9b1887a94f7 authored over 4 years ago by mitchmindtree <[email protected]>
Address some warnings in guide tests and minimise hidden code

cc @madskjeldgaard you might be interested in some of these small tweaks
for future reference :)

3c7af1f5b69a5dfab338e79c73e7f9298c81cb7f authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #548 from madskjeldgaard/oscguide

Add osc sender guide + moving circle guide

0327f177ed9cd881aad6eb79321466c0f6f7068e authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #554 from LeCyberDucky/fix_link_branch

fix guide

8568f865fda6d3fa10a33abbe8cb975197e87893 authored over 4 years ago by mitchmindtree <[email protected]>
Fix typo

0dbbee6024b52ca5d7eab3aaf343bd0e3d0afd61 authored over 4 years ago by Andy <[email protected]>
fix link

953b73a3d478fb541ede76e5a82cb2e25a467515 authored over 4 years ago by Andy <[email protected]>
fix all code errors

09e8f561f59112d048df64c897edada7e88e643c authored over 4 years ago by mads kjeldgaard <[email protected]>
add nannou_osc as depency in book test

16decccd3d80143113cb8708c4b5e953b25c9264 authored over 4 years ago by mads kjeldgaard <[email protected]>
fix code examples to be compilable

70e40658dddaf58a5410c78bf915323c483d639f authored over 4 years ago by mads kjeldgaard <[email protected]>
Merge pull request #552 from jli/guide-fixes

Small guide fixes

9db967c748b8587cab385841d2c89524f2125d92 authored over 4 years ago by mitchmindtree <[email protected]>
update guide README.md

also removes the old Travis CI badge, which was still pointed at the old repo.

9ec22b002016684895fddf8fc7adc4a7e7a64544 authored over 4 years ago by john li <[email protected]>
fix link

29a1633db6597b16befd466473ac50196dd13a7b authored over 4 years ago by john li <[email protected]>
make code examples compilable

5fde72439527f65570e111b8bcca69c7aebe49f9 authored over 4 years ago by mads kjeldgaard <[email protected]>
fix issues in guides for real

02cd0d0219c7edc41ec06b1c41b4aa4ba2242acc authored over 4 years ago by mads kjeldgaard <[email protected]>
fix issues in guides

8540230b616ad0899702c65b897b897e0e4f8f0c authored over 4 years ago by mads kjeldgaard <[email protected]>
update with new guides

0c23d06091028b874f1ee59061a442d1d484c3a0 authored over 4 years ago by mads kjeldgaard <[email protected]>
update toc

0ff6038a89c7fb14a52ffb163fb48588f0b9745f authored over 4 years ago by mads kjeldgaard <[email protected]>
add guide for moving circle + OSC guides

4b2e40c71a5063579288a50c4ee8cc1bb455efe8 authored over 4 years ago by mads kjeldgaard <[email protected]>
Merge pull request #545 from paulkernfeld/rgb_u32

add rgb_u32 to create color from hex literal

eac1ae2b767e0101277a402b90b1478bdb01bf81 authored over 4 years ago by mitchmindtree <[email protected]>
return Rgb<u8> instead of nannou::ui::color::Color

35a1bb698e6e5d3d8b725ba60849e420b18e322c authored over 4 years ago by Paul Kernfeld <[email protected]>
fmt

5fc23231511b7f820e2128ec8fb4cd7d296f5627 authored over 4 years ago by Paul Kernfeld <[email protected]>
add rgb_u32 to create color from hex literal

implements #323

92dea3699a5e986c429a39f21654cb5d1650ab25 authored over 4 years ago by Paul Kernfeld <[email protected]>
Merge pull request #543 from mitchmindtree/fix_async_dac_detection

Fix an issue where async DAC detector failed to detect multiple DACs

6fc45b0135ebc11f897f6221710f2a016c2db9c3 authored over 4 years ago by mitchmindtree <[email protected]>
Fix an issue where async DAC detector failed to detect multiple DACs

Also fixes the behaviour of the `laser_ffi.rs` example to connect to the
first DAC it discovers.

ef88dd6d006cc7b2bfb90821b15efb14801a42d1 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #540 from mitchmindtree/laser_error

Support for stream error handling to nannou_laser

73af838465e7ddfa3738ca7f37f227a5f2452341 authored over 4 years ago by mitchmindtree <[email protected]>
Run cargo fmt on raw stream after tcp timeout addition

4b597a629e9cded19bd5fe9a18ed557f7b3f9af4 authored over 4 years ago by mitchmindtree <[email protected]>
Add support for specifying TCP timeout for laser streams

This is necessary to handle the case where a DAC drops out on the
network when we're about to at...

78d0af9670a7506bf2748e4b1a3eac07a231b3d8 authored over 4 years ago by mitchmindtree <[email protected]>
Add `RawString` and stream error message support to laser FFI

94cb3fd82e49757686c85adb30df0dd030376a64 authored over 4 years ago by mitchmindtree <[email protected]>
Support for stream error handling to nannou_laser

This adds the ability to add a stream error callback function to both
the raw and frame stream t...

4a509bd5d0dd3b8159efc9d0922b75d94a970f6a authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #537 from mitchmindtree/laser_ffi_no_mangle

Add missing `#[no_mangle]` attr to LASER ffi setter functions

0715d178410636a022354d52fd38b958f50bd70f authored over 4 years ago by mitchmindtree <[email protected]>
Add missing `#[no_mangle]` attr to LASER ffi setter functions

899703f044718f36a8218be589fe4a0589c5c19b authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #530 from paulgb/master

changed `color_points` to `points`

abde217f8f5d26f3ed8ea5fcf015b93569918314 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #534 from madskjeldgaard/master

add note about message being popped

e43c53b7823c77b7ebdab2a1cf8ae16a1175a8d8 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #533 from dzil123/master

Fix incorrect behavior of .z_radians()

17fb8b0b944793ed13b614ee2df30a008ce8a92c authored over 4 years ago by mitchmindtree <[email protected]>
add note about message being popped

11fecb9dcfc7f27bed6d1efcf8febb7f467c0ea7 authored over 4 years ago by mads kjeldgaard <[email protected]>
Fix incorrect behavior of .z_radians()

f2e57dfd23f2648e78946fc9c9b0e8bed7c3058c authored over 4 years ago by dzil123 <[email protected]>
colored_points -> points_colored

d7a5effa106accd8400aa32f931892e9523bf624 authored over 4 years ago by Paul Butler <[email protected]>
changed `color_points` to `points`

a03e604c3bd4768331e1a871ad0c50f2db07fa09 authored over 4 years ago by Paul Butler <[email protected]>
Merge pull request #529 from mitchmindtree/laser_ffi_params

Expose missing `set_<param>` methods on LASER stream types via FFI

04821927461411ce3aa6e3ca1cef03cfd7b1a6e0 authored over 4 years ago by mitchmindtree <[email protected]>
Expose missing `set_<param>` methods on LASER stream types via FFI

Also adds some more detailed documentation to the `ffi` module.

c6179c68a87aab0f2dac9da9ba6cc6840fdd59ee authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #522 from mitchmindtree/remove_failure

Remove some unnecessary dependencies from `nannou_laser`

e5a194a82781da9668216bf16e7626b4d035e4d5 authored over 4 years ago by mitchmindtree <[email protected]>
Merge pull request #521 from mitchmindtree/fullscreen

Simplify the fullscreen API

9d2d692a29bd13a615f665c3d69108795968282f authored over 4 years ago by mitchmindtree <[email protected]>