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
github.com/nannou-org/nannou - 106667d6a693413b6f17fe407e253d8512a46f46 authored over 4 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 564ff0c08e9d0ae816893603a22d114109583e5e authored over 4 years ago by mitchmindtree <[email protected]>
Fixes the issue where `TextureCapturer` could spawn more user callbacks
than there where worker ...
github.com/nannou-org/nannou - 24c72b51b3d39ead4b804ecd2c7d1d92c8595e20 authored over 4 years ago by mitchmindtree <[email protected]>
This commit includes the majority of the wgpu 0.5 update.
There are a couple of major TODOs bef...
github.com/nannou-org/nannou - 94b6084b6056057609ec8a0a3efb9f46fd719e0b authored over 4 years ago by mitchmindtree <[email protected]>Fix `draw::Renderer` initialisation. Update changelog. Publish 0.14.1 with recent patches.
github.com/nannou-org/nannou - 56ee425bd0a7afa9e557f6892ce57cbd468a89e9 authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 66e74cf29a793a165b7fd0090ae735be7d8210d5 authored over 4 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 263a6fe4663cfb38b8f40c1e248c680d1b0c9838 authored over 4 years ago by mitchmindtree <[email protected]>
This fixes a bug where the `draw::Renderer` was initialised with an
incorrect scale factor causi...
Fix OSC URL
github.com/nannou-org/nannou - 229b7ce6ec0bad00592e1cff0825c15367c9f390 authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - b82f8aa2a83315d1360ac93917fe1cd37dd15c25 authored over 4 years ago by Marius Ungureanu <[email protected]>
Add `ilda-idtf` feature to `nannou_laser`
github.com/nannou-org/nannou - 5916124445c8c4872de76851270788c0a96c6ac1 authored over 4 years ago by mitchmindtree <[email protected]>
Adds support for ILDA Image Data Transfer Format to `nannou_laser`
behind a `ilda-idtf` feature....
fix implementation of angle_between
github.com/nannou-org/nannou - 04c7d0434dff5659833e37fb10e877f03f274395 authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 6b1ed65695d23b980d4cc4e7991b81f788d173d2 authored over 4 years ago by john li <[email protected]>
github.com/nannou-org/nannou - 986b49ba624ac5986633aa8b4664bd1e19bef1b8 authored over 4 years ago by john li <[email protected]>
Fix Typo in resizable method
github.com/nannou-org/nannou - 53543a21b49a8d068fcd53850150714f8ea19671 authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - aa81348ed2fe508f9daf3762400fc5fe498a041f authored over 4 years ago by Jem Bishop <[email protected]>
Fix broken links on the index page of tutorials
github.com/nannou-org/nannou - c59bf22f08312a77d78b73b34b38c4d537941b2d authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - e99cce5961b43b8d4dfbed357a1ccb2b091fb870 authored over 4 years ago by Hiroaki Yutani <[email protected]>
github.com/nannou-org/nannou - c844fa7da0344d8d59e45532b39ff80303c20032 authored over 4 years ago by Hiroaki Yutani <[email protected]>
Publish 0.14.0! Includes Draw overhaul, WPGU API improvements, LASER improvements and much more
github.com/nannou-org/nannou - e55ce80dc1504fb95a2ac9ae33e5a1aca3bdefa9 authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 857a7840b3e8ffb4eb81ac8cfe31a64dc36d307a authored over 4 years ago by mitchmindtree <[email protected]>
Closes #526.
github.com/nannou-org/nannou - ec16ac2eab1ce746f4540a7b667d5a792c090300 authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 1c1ed404b50fbfaba1ca0245accf1bd7841a197e authored over 4 years ago by mitchmindtree <[email protected]>
Add missing Window Coordinates link to tutorial list
github.com/nannou-org/nannou - b61822bc38bf8307e359123e831d8b3be28a3d52 authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 8459d0cf42300a0707f41597d99d01001aff3118 authored over 4 years ago by mitchmindtree <[email protected]>
Add new "Basics - Window Coordinates" tutorial to guide
github.com/nannou-org/nannou - 507ae9b97b6ca31954a348b2742bbc8c1db979f6 authored over 4 years ago by mitchmindtree <[email protected]>
This adds a new tutorial that takes a dive into how window coordinates
work in nannou. The tutor...
Add `Rgb8` and `Rgba8` types
github.com/nannou-org/nannou - 3da0f8d33b0e528def3f6a995eacbe50699b69eb authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 40f193c050fd6c952a1bba1932db947a1d946988 authored over 4 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - b36242c91606a66d40c6eeec7ec00977fb512c22 authored over 4 years ago by Linus Burgeff <[email protected]>
Some documentation fixes
github.com/nannou-org/nannou - 68462fc3990b7780f831451d5fff00f2c14ef2d5 authored over 4 years ago by mitchmindtree <[email protected]>Add a new `examples/basics/window_coordinates.rs` example
github.com/nannou-org/nannou - ad099a3ae3490a600bba04806d7d5fa8254eed23 authored over 4 years ago by mitchmindtree <[email protected]>
The first line of a nested module's doc comment gets included in the parent
module's documentati...
github.com/nannou-org/nannou - a041a1179955f1ddce059d778c54421e4471ca3d authored over 4 years ago by john li <[email protected]>
The aim for this example is to provide an interactive demonstration of
the window's coordinate s...
Add a `draw.arrow()` API. Include a new `draw_arrow.rs` example
github.com/nannou-org/nannou - 0b7f3fcca8b2eadec76ae0c4098cf31c4895b1f5 authored over 4 years ago by mitchmindtree <[email protected]>
The new API is almost identical to `draw.line()`, except that you can
also specify the `.head_le...
Add `vec2.rotate(radians)`, `Vector2::from_angle`, `a.angle_between(b)`, `vec.magnitude()` and `...
github.com/nannou-org/nannou - 832355924d28acd34e617c624127b66683b7479c authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 0afe2f61019d03b41e630c6264d3aa1c5a0b6153 authored over 4 years ago by mitchmindtree <[email protected]>
This allows us to not have to import the `InnerSpace` trait.
github.com/nannou-org/nannou - 3e60ce56de56b206a505c238e91dbc6028f8d80e authored over 4 years ago by mitchmindtree <[email protected]>
These are two commonly requested methods, so I thought it was about time
we added them! See the ...
Remove window ID related comments in draw_texture.rs
github.com/nannou-org/nannou - 215dc6edc2006543fa9660741a70ac8606013858 authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - db5fd3993a98b6e09ce11a54531f89852d92135f authored over 4 years ago by john li <[email protected]>
- event::Event: mention that `raw` isn't currently available
- event::WindowEvent: mention that ...
github.com/nannou-org/nannou - b6a4707574ff8d77359e6431bb19b068b39253ea authored over 4 years ago by creativcoder <[email protected]>
Add a new "App vs Sketch" tutorial
github.com/nannou-org/nannou - 76f55bf34adf12824d53404f306778efe365753d authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - ed794e4f9c956fc8f372f2a639cae226e44bf8e6 authored over 4 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 1dc15b664e256316418e95d425783f3da99c7dff authored over 4 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 6d16ca7e3a4b3e7fd9e6bdff6c00185c16311f5b authored over 4 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 29320176c35a6d7f2dc8134e4145d14c29296505 authored over 4 years ago by mitchmindtree <[email protected]>
[guide] Cleanup warnings, reduce hidden code, remove `extern crate` and other cleanup
github.com/nannou-org/nannou - eb62941e68ec8b4dec4a4257311623f72eff24f5 authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 4bb0d1c6868e01e842fb1562abd58b45a165b83f authored over 4 years ago by mitchmindtree <[email protected]>
- Renames "Moving a circle about the screen" to "Animating a Circle"
- Moves the "Animating a Ci...
github.com/nannou-org/nannou - 3c73497c8fb76fcf9d6132ee45548f175ac8a2f4 authored over 4 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 48db809f7bddff5f3269d737ca0b7bae01da5c91 authored over 4 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 01aec4be9dd2f6933707e75f6fc09874c9c87e60 authored over 4 years ago by mitchmindtree <[email protected]>
This cleans up some unnecessary hidden code and removes the unnecessary
`extern crate` declarati...
cc @madskjeldgaard you might be interested in some of these small tweaks
for future reference :)
Add osc sender guide + moving circle guide
github.com/nannou-org/nannou - 0327f177ed9cd881aad6eb79321466c0f6f7068e authored over 4 years ago by mitchmindtree <[email protected]>fix guide
github.com/nannou-org/nannou - 8568f865fda6d3fa10a33abbe8cb975197e87893 authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 0dbbee6024b52ca5d7eab3aaf343bd0e3d0afd61 authored over 4 years ago by Andy <[email protected]>
github.com/nannou-org/nannou - 953b73a3d478fb541ede76e5a82cb2e25a467515 authored over 4 years ago by Andy <[email protected]>
github.com/nannou-org/nannou - 09e8f561f59112d048df64c897edada7e88e643c authored over 4 years ago by mads kjeldgaard <[email protected]>
github.com/nannou-org/nannou - 16decccd3d80143113cb8708c4b5e953b25c9264 authored over 4 years ago by mads kjeldgaard <[email protected]>
github.com/nannou-org/nannou - 70e40658dddaf58a5410c78bf915323c483d639f authored over 4 years ago by mads kjeldgaard <[email protected]>
Small guide fixes
github.com/nannou-org/nannou - 9db967c748b8587cab385841d2c89524f2125d92 authored over 4 years ago by mitchmindtree <[email protected]>also removes the old Travis CI badge, which was still pointed at the old repo.
github.com/nannou-org/nannou - 9ec22b002016684895fddf8fc7adc4a7e7a64544 authored over 4 years ago by john li <[email protected]>github.com/nannou-org/nannou - 29a1633db6597b16befd466473ac50196dd13a7b authored over 4 years ago by john li <[email protected]>
github.com/nannou-org/nannou - 5fde72439527f65570e111b8bcca69c7aebe49f9 authored over 4 years ago by mads kjeldgaard <[email protected]>
github.com/nannou-org/nannou - 02cd0d0219c7edc41ec06b1c41b4aa4ba2242acc authored over 4 years ago by mads kjeldgaard <[email protected]>
github.com/nannou-org/nannou - 8540230b616ad0899702c65b897b897e0e4f8f0c authored over 4 years ago by mads kjeldgaard <[email protected]>
github.com/nannou-org/nannou - 0c23d06091028b874f1ee59061a442d1d484c3a0 authored over 4 years ago by mads kjeldgaard <[email protected]>
github.com/nannou-org/nannou - 0ff6038a89c7fb14a52ffb163fb48588f0b9745f authored over 4 years ago by mads kjeldgaard <[email protected]>
github.com/nannou-org/nannou - 4b2e40c71a5063579288a50c4ee8cc1bb455efe8 authored over 4 years ago by mads kjeldgaard <[email protected]>
add rgb_u32 to create color from hex literal
github.com/nannou-org/nannou - eac1ae2b767e0101277a402b90b1478bdb01bf81 authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 35a1bb698e6e5d3d8b725ba60849e420b18e322c authored over 4 years ago by Paul Kernfeld <[email protected]>
github.com/nannou-org/nannou - 5fc23231511b7f820e2128ec8fb4cd7d296f5627 authored over 4 years ago by Paul Kernfeld <[email protected]>
implements #323
github.com/nannou-org/nannou - 92dea3699a5e986c429a39f21654cb5d1650ab25 authored over 4 years ago by Paul Kernfeld <[email protected]>Fix an issue where async DAC detector failed to detect multiple DACs
github.com/nannou-org/nannou - 6fc45b0135ebc11f897f6221710f2a016c2db9c3 authored over 4 years ago by mitchmindtree <[email protected]>
Also fixes the behaviour of the `laser_ffi.rs` example to connect to the
first DAC it discovers.
Support for stream error handling to nannou_laser
github.com/nannou-org/nannou - 73af838465e7ddfa3738ca7f37f227a5f2452341 authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 4b597a629e9cded19bd5fe9a18ed557f7b3f9af4 authored over 4 years ago by mitchmindtree <[email protected]>
This is necessary to handle the case where a DAC drops out on the
network when we're about to at...
github.com/nannou-org/nannou - 94cb3fd82e49757686c85adb30df0dd030376a64 authored over 4 years ago by mitchmindtree <[email protected]>
This adds the ability to add a stream error callback function to both
the raw and frame stream t...
Add missing `#[no_mangle]` attr to LASER ffi setter functions
github.com/nannou-org/nannou - 0715d178410636a022354d52fd38b958f50bd70f authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 899703f044718f36a8218be589fe4a0589c5c19b authored over 4 years ago by mitchmindtree <[email protected]>
changed `color_points` to `points`
github.com/nannou-org/nannou - abde217f8f5d26f3ed8ea5fcf015b93569918314 authored over 4 years ago by mitchmindtree <[email protected]>add note about message being popped
github.com/nannou-org/nannou - e43c53b7823c77b7ebdab2a1cf8ae16a1175a8d8 authored over 4 years ago by mitchmindtree <[email protected]>Fix incorrect behavior of .z_radians()
github.com/nannou-org/nannou - 17fb8b0b944793ed13b614ee2df30a008ce8a92c authored over 4 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 11fecb9dcfc7f27bed6d1efcf8febb7f467c0ea7 authored over 4 years ago by mads kjeldgaard <[email protected]>
github.com/nannou-org/nannou - f2e57dfd23f2648e78946fc9c9b0e8bed7c3058c authored over 4 years ago by dzil123 <[email protected]>
github.com/nannou-org/nannou - d7a5effa106accd8400aa32f931892e9523bf624 authored over 4 years ago by Paul Butler <[email protected]>
github.com/nannou-org/nannou - a03e604c3bd4768331e1a871ad0c50f2db07fa09 authored over 4 years ago by Paul Butler <[email protected]>
Expose missing `set_<param>` methods on LASER stream types via FFI
github.com/nannou-org/nannou - 04821927461411ce3aa6e3ca1cef03cfd7b1a6e0 authored over 4 years ago by mitchmindtree <[email protected]>Also adds some more detailed documentation to the `ffi` module.
github.com/nannou-org/nannou - c6179c68a87aab0f2dac9da9ba6cc6840fdd59ee authored over 4 years ago by mitchmindtree <[email protected]>Remove some unnecessary dependencies from `nannou_laser`
github.com/nannou-org/nannou - e5a194a82781da9668216bf16e7626b4d035e4d5 authored over 4 years ago by mitchmindtree <[email protected]>Simplify the fullscreen API
github.com/nannou-org/nannou - 9d2d692a29bd13a615f665c3d69108795968282f authored over 4 years ago by mitchmindtree <[email protected]>