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 - ed19d185893cf979814a3e4bc9146ea2588bdf25 authored over 6 years ago by mitchmindtree <[email protected]>
Publish 0.5.2
github.com/nannou-org/nannou - dadef1acbc105325d58d6124fd14e408f3e17326 authored over 6 years ago by mitchmindtree <[email protected]>Includes:
- Improving the `draw_to_frame_if_changed` method by return a `bool`
indicating wheth...
Improve the efficiency of the App proxy by only calling OS when needed
github.com/nannou-org/nannou - 037c81bbfd30be16ce06927b7443b5bbfd4cc4b6 authored over 6 years ago by mitchmindtree <[email protected]>
The app proxy now checks a flag to determine whether or not to call the
`winit::EventsLoopProxy:...
Add `Ui::draw_to_frame_if_changed` method which only draws if necessary
github.com/nannou-org/nannou - ba1c15fafd28e304b0ffc6c4d323cc476481497b authored over 6 years ago by mitchmindtree <[email protected]>
This method allows the user to specify when they only want to draw if
the `Ui` has changed visua...
Add README to nannou-package
github.com/nannou-org/nannou - 26acd451a3c58b2f60ec30510abc767d1c636f4c authored over 6 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - eb59acdcccadd0035cc2a88af144ec82e2daf2fe authored over 6 years ago by mitchmindtree <[email protected]>
Add missing Cargo.toml details to nannou-package
github.com/nannou-org/nannou - ea65b6085465a8214dedca7490d4c0cfd99faabf authored over 6 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 20a1ad9edbeb5db2f45865d4339dbf11d7281422 authored over 6 years ago by mitchmindtree <[email protected]>
Add an `io` module with some helper functions simplifying `std::io`
github.com/nannou-org/nannou - 3ea55f5dd0b491dd10e5ff53478178b1dec0a110 authored over 6 years ago by mitchmindtree <[email protected]>Includes:
- `safe_file_save`
- `save_to_json`
- `save_to_toml`
- `load_from_json`
- `load_from_...
Add `fmod` function to math module
github.com/nannou-org/nannou - 7fae675766aff87b7b9552ed0f0c4a57871c31e1 authored over 6 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 77d72160d25d6267e43a991c0b73161d421217e3 authored over 6 years ago by mitchmindtree <[email protected]>
Publish 0.5.0.
github.com/nannou-org/nannou - aa0bd386e91ef3b475d8f48812e9d93d84394666 authored over 6 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - eb0776c5e575cbbd2b8f92d07798c5e0c0f506ca authored over 6 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 2bc7d69544e9c49a0bf06a4c7fc90ac1999df7f7 authored over 6 years ago by mitchmindtree <[email protected]>
Changes include:
- Update to glium 0.21.0, fixing lots of mac bugs.
- Update to conrod 0.59.0.
...
Add simple accessor field for getting the time since app start in secs
github.com/nannou-org/nannou - d475260db13661f64519eca13304b46b428ee87d authored over 6 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 601ae0b854491a2aaf19f512cd8c38f86b895c41 authored over 6 years ago by mitchmindtree <[email protected]>
From the docs:
The time in seconds since the `App` started running.
Primarily, this field is a...
github.com/nannou-org/nannou - e7be8117ad7c3eaa2934bc03c11aace71e4b9c04 authored over 6 years ago by mitchmindtree <[email protected]>Update to the glium 0.21 and conrod 0.59. Add ability to adjust glyph cache size for text.
github.com/nannou-org/nannou - 01a409c89671d3cedeefa001f0c7361dc04e3331 authored over 6 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 9466d6580200e12bc4440984a185d1c94bed1aa9 authored over 6 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 3975d9aa829d45904a1ed61ed9c5e6cf9ac3f32c authored over 6 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - c2b6fe549aa00ed66228c8fd4275dfac57631f9d authored over 6 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 3f6c2ca0a9a5bc374bbff6565f171d6378dd98e3 authored over 6 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 539d8a69919c67780e167fd8d08e77e25ebc6ad4 authored over 6 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 181976038625cdd29471bbbdaaf5481dbf946812 authored over 6 years ago by mitchmindtree <[email protected]>
Remove `app.window.*` fields in favour of `app.window_rect()` method
github.com/nannou-org/nannou - 34f89ad9d87ed6c21f8cdc1784b3f54a72d2f6fe authored over 6 years ago by mitchmindtree <[email protected]>
Please see the changes to the `simple_draw.rs` example to see how to
update your code for these ...
Enable vsync and 4x multisampling by default
github.com/nannou-org/nannou - d6ace926c1ed49f13027e013a994b407bcbfb90b authored over 6 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 569f0556369a6a2013642ad5272dd8d6f67a3de4 authored over 6 years ago by mitchmindtree <[email protected]>
Add fullscreen toggle keyboard shortcuts.
github.com/nannou-org/nannou - 7c198fcadf1542ce0baf280d9f8574a6c86652c1 authored almost 7 years ago by mitchmindtree <[email protected]>
This enables fullscreen shortcuts by default, however they can easily be
disabled / enabled via ...
Add `nannou-new` and `nannou-package` tools.
github.com/nannou-org/nannou - dd797bb926a040aa85cb30c817768955fc1130f6 authored almost 7 years ago by mitchmindtree <[email protected]>A simple interactive tool for generating projects.
1. Asks if the user is just sketching.
2. If...
`nannou-package` does the following:
1. Finds the parent `Cargo.toml` directory.
2. Finds the l...
github.com/nannou-org/nannou - da294984f417cd67a56763c2caefed37d8a11ba8 authored almost 7 years ago by mitchmindtree <[email protected]>
Add a `Draw::line` method along with custom line builders to `Drawing`
github.com/nannou-org/nannou - bd5d22dc33647b0b916bf72ac4bb5ad5487e3c79 authored almost 7 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 22efc25a606633066b07f8942a6abb91e3db3140 authored almost 7 years ago by mitchmindtree <[email protected]>
Update draw::Background coloring API to match `SetColor` API.
github.com/nannou-org/nannou - 694727e49287d0ca9463bfc075d22ba7a7fc5dff authored almost 7 years ago by mitchmindtree <[email protected]>Closes #87.
github.com/nannou-org/nannou - c7563057bbb33a3d91ce3fa186eaa3e006ed2c65 authored almost 7 years ago by mitchmindtree <[email protected]>Change OSC default binding address from `127.0.0.1` to `0.0.0.0`
github.com/nannou-org/nannou - 8815bdc6e92753968836342f67123fcd549a35fe authored almost 7 years ago by mitchmindtree <[email protected]>
`127.0.0.1` is a particularly poor default for osc senders as they're
only able to send to that ...
Add `Range::lerp` method. Add missing `Rect` constructors. Add many new items to prelude.
github.com/nannou-org/nannou - f5f259e377415a8bff23250c438f579e87862160 authored almost 7 years ago by mitchmindtree <[email protected]>Closes #74.
github.com/nannou-org/nannou - 5cf89841c81c363f2134612347e45ff71bbec023 authored almost 7 years ago by mitchmindtree <[email protected]>
Closes #80.
Closes #82.
Closes #88.
Closes #91.
github.com/nannou-org/nannou - b37d4755208cff37c510e523e9ba7d2f1c644975 authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 983f98ce761b33bcf79174e8634ddf053b180a89 authored almost 7 years ago by mitchmindtree <[email protected]>
Fallback to default window name "nannou - <exe_name>" if none given
github.com/nannou-org/nannou - f1adf1320a1441120a67c1445aca21ddd892ec14 authored almost 7 years ago by mitchmindtree <[email protected]>Correct existing geometry defaults and add missing ones
github.com/nannou-org/nannou - aec195c80f4ea780db372cd338379c8d80e0d201 authored almost 7 years ago by mitchmindtree <[email protected]>Closes #83.
github.com/nannou-org/nannou - ed236a55df0af3d05cde1771e6320a288f05d52a authored almost 7 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 20e11cfc2697fe12f9a7f738d40f6d0615961a38 authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 4769e3ff2505a00d2d8a83a4a21b4dbcd28b5ca7 authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 2189d72d21d44bd2e4324ffadfeb509345b2fbe8 authored almost 7 years ago by mitchmindtree <[email protected]>
Closes #85.
github.com/nannou-org/nannou - 0459953cf60d8045c80eef802dbb4182e4436131 authored almost 7 years ago by mitchmindtree <[email protected]>Add hsv (aka hsb) color builder methods
github.com/nannou-org/nannou - 5cfd4d1e49d7b3fd0c4a271087245b89e1597b81 authored almost 7 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 0be0351b8b68f5991d82bc0eb435888908dcaacc authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 33392dccd5970b8f5e752ec93688e8b64c8d39ed authored almost 7 years ago by mitchmindtree <[email protected]>
Add `Drawing<Ellipse>>::radius`. Add more `geom::Vertex` impls. Add `Quad::bounding_{rect/cuboid...
github.com/nannou-org/nannou - 9fed22033a42efee486cd4b3118c6791f3f08c26 authored almost 7 years ago by mitchmindtree <[email protected]>
This should speed up the drawing of ellipses by about 3 times when using
the **Draw** API.
github.com/nannou-org/nannou - 56b9e00d3a1fe2cf1cf84e6066fc904e8195e8d2 authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 13ae46e5d46bd125daa52be7761998d9a2cacd16 authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 8a9b30e4ed44b32e77bda30568d748e8fb823376 authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - a0b1f7daf1c511515c12ef03a051f8374df469b7 authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - b79e4fe282f8e8ab719c59d655684c8bf388d24a authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 463f56612a0c006d12d2c6584b3a30220a16af5b authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 2fc54072f70adfe0e51b2d3d231243dd32e423e6 authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 1931a8947478995f695b84f17421a53cc28275fc authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 764ad5220945211aea31c8baf5a2587be0f58835 authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 4c0ccabeb245050f5e9dae08f5815aca60a8b4a6 authored almost 7 years ago by mitchmindtree <[email protected]>
Add named colors. Add simpler App constructors. Simpler `Frame` clear methods. Clear warnings. F...
github.com/nannou-org/nannou - bd5a5262306f61ea5c8930785ec54e266b2e3e35 authored almost 7 years ago by mitchmindtree <[email protected]>
@freesig found a bug where the output default and supported formats were
used when finding a mat...
Also adds a `Frame::main_window` method for accessing the frame for the
main window. This is cur...
github.com/nannou-org/nannou - 6c8a74c2af25e6170e87b809c1bf022ac858b242 authored almost 7 years ago by mitchmindtree <[email protected]>
This should simplify the process of working on a single window App.
Users can call `nannou::Buil...
`App::draw` has been simplified to drawn onto the main window.
`App::draw_on_window` has been ad...
github.com/nannou-org/nannou - af0e6f5159941b14097e6bec54eac093862e5f90 authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 19867041c338afb583f80c87e7d2dd2aff6880bf authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 07f2db043e4ce247d4caf6e98caafbf152e7296b authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 2a0b720168f789c279713e4c7029c3b557b759e7 authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - dc9169cb5a163c04037c31f8c8a37023c7943779 authored almost 7 years ago by mitchmindtree <[email protected]>
[graphics] Add `mesh` mod for working with meshes with custom channels and layouts. Add `draw` m...
github.com/nannou-org/nannou - 5f30096787fad5d3a081762d1c7564dc6281a328 authored almost 7 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 69fc465eeff05d50b34d507659ac85bb285aa3a7 authored almost 7 years ago by mitchmindtree <[email protected]>
Currently only supports ellipses, but the rest of the geometry types
should be easy to add.
Als...
github.com/nannou-org/nannou - 038c72387dac998a9f83aa6112d1be5a1fe1041b authored almost 7 years ago by mitchmindtree <[email protected]>
Also includes a Clear trait for types that implement ClearIndices and
ClearVertices.
Also remov...
github.com/nannou-org/nannou - c3056d7747bb087aa43f1bd68f5b8051fca62790 authored almost 7 years ago by mitchmindtree <[email protected]>github.com/nannou-org/nannou - 406c7dd296da11d17d23aa39468a553043b4e50e authored almost 7 years ago by mitchmindtree <[email protected]>
`geom::Graph` and `geom::graph::Node` now support any vertex type that
implements `ApplyTransform`.
github.com/nannou-org/nannou - fcb6e8522ced12e6466c1f90123ddc927916a641 authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - fe0b75be8a05c4fe1a6ed5b3553eab3803c2a80e authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - b4efa355c8362d866d4f2d6f6de5304f7c6a6430 authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - dcd3ab4daf2c71e4dd9e516a340aece7572165a3 authored almost 7 years ago by mitchmindtree <[email protected]>
Instead, the graph can be used purely for composing layout and
generating transforms for each co...
Includes a `mesh::channel` module declaring `Channel` types that may be
used as a channel within...
github.com/nannou-org/nannou - bf463e836873b280cb19a73598f5c551a76e72db authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 8822f928cf8f04066186fb78af6b7f9bc3709b2f authored almost 7 years ago by mitchmindtree <[email protected]>
github.com/nannou-org/nannou - 97ad168c4ee91d91ba9270446833e082096074dd authored almost 7 years ago by mitchmindtree <[email protected]>
Specifically, functions have been added to the `geom::vertex` and
`geom::tri` modules for produc...
Add a `geom::Graph` for composing together geometric primitives (along with other `Graph`s)
github.com/nannou-org/nannou - 2bfe9a7b1647f9445a2909910479135e9ae7e510 authored almost 7 years ago by mitchmindtree <[email protected]>