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
Publish version 0.5.0
1c40cae55cff418d711ba11337ec6354b6e9e22b authored about 3 years ago by mitchmindtree <[email protected]>Includes recent updates for 0.18.1, wgpu 0.11, egui 0.15
50e3f1b8c67b9d4bfd7aaf1fa90d3d7619819d61 authored about 3 years ago by mitchmindtree <[email protected]>Update to nannou 0.18.1, wgpu 0.11, egui 0.15, egui_wgpu_backend 0.14.
3f5ae523351681cd3d8f9b59fef5f911cb351c26 authored about 3 years ago by mitchmindtree <[email protected]>Add changelog entry for nannou 0.18.1 and unreleased wasm changes
c7c99328a16221a4d0b196c52647f30d75170b14 authored about 3 years ago by mitchmindtree <[email protected]>
Also updates the `do_frame_with_epi_frame` method to return the
`egui::Output` in order to prope...
I've picked a handful of non-breaking commits for a nannou 0.18.1
release. I've omitted the wasm...
Enable wgpu/webgl when WASM feature is enabled
b0c825a8f9903cd3701b153da60a59cfd3fff8a2 authored about 3 years ago by mitchmindtree <[email protected]>Set window class for X11 running apps
33cad693de0bb887c5717df3a1545220f6661e58 authored about 3 years ago by mitchmindtree <[email protected]>fddfb8e5f8feb857480d9df577f881f0c5a283b3 authored about 3 years ago by Woyten <[email protected]>
76a8baf4e8225b71fcf96bdc42d7ef781cd50808 authored about 3 years ago by Woyten <[email protected]>
68c4e8c1b6fba30d053218605ee562374e62620c authored about 3 years ago by Eirik Blekesaune <[email protected]>
Ensure `wakeup` calls (`UserEvent`s) provide updates in `Wait` mode
5d2620ecefdf3d8455531cfb0830aa2d25213ace authored about 3 years ago by mitchmindtree <[email protected]>Expose `begin()` method in `geom::path::Builder`
cd685963f569b90cd6473e13cf057aa282fc4f3c authored about 3 years ago by mitchmindtree <[email protected]>Fix example link in README
f74da230760c353a7515f4daf6976ebc106c04a0 authored about 3 years ago by mitchmindtree <[email protected]>Add async twin functions for WASM support
7e4bb288cb41665fe299d1d1edfe5005b1374e0b authored about 3 years ago by mitchmindtree <[email protected]>Woyten's "Make Nannou compile in WASM environment" without old `winit/web-sys` feature
651a169cf66468b8212bc0f7dc64e7cfc5111025 authored about 3 years ago by mitchmindtree <[email protected]>924b566052e1db8d757c3ea38bb65e634b92a9ee authored about 3 years ago by mitchmindtree <[email protected]>
404e6993987721f9c96f08fde80f587597595cf2 authored about 3 years ago by mitchmindtree <[email protected]>
Update wgpu and winit to the latest version
96c4377980d4fedd04d4d92150cd508717ba72b3 authored about 3 years ago by mitchmindtree <[email protected]>Add GL backend to default backends for better WASM support
ca23f8e40aec953dfa864562888c65d751a83b71 authored about 3 years ago by mitchmindtree <[email protected]>updated the slack invite link in the README
127b4050e37edde2e0523c1ab5f846eda98705fd authored about 3 years ago by Joshua Batty <[email protected]>6d9f109f0d9505d1803a8c68c0e7d5f4e59b9747 authored about 3 years ago by JoshuaBatty <[email protected]>
9785fedcb42cec1a780848facc1ebb7a2b72548f authored about 3 years ago by Eirik Blekesaune <[email protected]>
218fa3f7ca3bafb3ef7537365f36d7d3063fa7b3 authored about 3 years ago by Eirik Blekesaune <[email protected]>
04ec987f3eb00bd5f19532c1ee57f9871098e394 authored about 3 years ago by Eirik Blekesaune <[email protected]>
After landing #782 I noticed that the `App` proxy's `wakeup` method
hasn't been functional since...
d4320b8a93e6ffa77851bf35e129261bfa1d2fee authored about 3 years ago by Woyten <[email protected]>
f53354416f9fa6f29ac5a20312d51d01a6f00b27 authored about 3 years ago by Woyten <[email protected]>
75426c9e2fa99e4edf0ad65806e7382a3ac3da87 authored about 3 years ago by Woyten <[email protected]>
8e0f566c0701eb12455feaf59c426462f67a63df authored about 3 years ago by chris <[email protected]>
753a038e7491d95cf639f4f8576fabad8f0421cb authored about 3 years ago by Woyten <[email protected]>
As part of the lyon 0.17 upgrade, the `move_to` method got removed from
the builder. This makes ...
Publish version 0.18. Includes wgpu 0.11, lyon 0.17 and more
0b881e21bf5299c13f5e07f09d9a236c8040d55c authored about 3 years ago by mitchmindtree <[email protected]>
This contains the update from `wgpu` version `0.9` to `0.11`, the new
`lyon` version `0.17`, the...
Add some missing CHANGELOG entries w.r.t. wgpu, lyon, others
ba40e8bda0fa9ed75cc1cf95f1646801e2167058 authored about 3 years ago by mitchmindtree <[email protected]>d4d8077b7416e16b92fe9b7f7de0c69f961d1576 authored about 3 years ago by mitchmindtree <[email protected]>
Update from wgpu 0.10 to 0.11
4c2b6d27af69420edb8a0d7008660c50ae1c1655 authored about 3 years ago by mitchmindtree <[email protected]>Much smaller update than previous wgpu updates, see the 0.11 changelog:
https://github.com/gfx-...
f79d9902c3dba0efcf5ed276e3effce898e43650 authored about 3 years ago by mitchmindtree <[email protected]>Don't update model in LoopMode::Wait when there were no events
b0cd5975328c585be0fbb178eb22c0abc3f86f98 authored about 3 years ago by mitchmindtree <[email protected]>Specifying an initial, default LoopMode.
d0b21826fd9d5ce301a10a5310892129a1523bf0 authored about 3 years ago by mitchmindtree <[email protected]>Update `wgpu` to version `0.10`
9c660fe66d07d69f9bfa7f495ceb7b24dc10a340 authored about 3 years ago by mitchmindtree <[email protected]>Update lyon to version 0.17
f3adce5f24abc7672d30fc2cb92737ec53febb9a authored about 3 years ago by mitchmindtree <[email protected]>Remove daggy (unused dependency)
f99770b3550605d8c235fd842b003a604898a902 authored about 3 years ago by mitchmindtree <[email protected]>Fix window_coordinates example crash on Linux/Wayland
6388d03d426e311a548aabf0cf709634e4bcb039 authored about 3 years ago by mitchmindtree <[email protected]>
On Linux/Wayland, it seems that sometimes `window.current_monitor()` can
return `None` when noth...
Restricts the functionality of the default nannou::geom::Builder since
much of its interface has...
c65e87d258fc9a07aef5b3809d746e363341fc36 authored about 3 years ago by Elias Gabriel Amaral da Silva <[email protected]>
osc-sender - fix link typo
e1cad517572aee28fea9ea1cd26c6f2a8097fe0a authored about 3 years ago by mitchmindtree <[email protected]>
Also updates the methods that involve encoding the render pass to
propagate the egui_wgpu_backen...
3fd25780f979938654425a180b9e725ef30d858a authored about 3 years ago by mitchmindtree <[email protected]>
Previously Rgb16 images where loaded to textures with the Rgba8 format
resulting in information ...
c25d617a3a99312193b71ea1092f822599932e03 authored over 3 years ago by mitchmindtree <[email protected]>
ccb4a3a509a252d875f54fe6a832286631451dce authored over 3 years ago by mitchmindtree <[email protected]>
1e9b2544741e90d76bb38516cfabb55b6d98ea46 authored over 3 years ago by mitchmindtree <[email protected]>
Originally this padding was thought necessary as it fixed an issue where
the texture would gradu...
78f9a9d8a5c329da1bd66297270995433c289e85 authored over 3 years ago by mitchmindtree <[email protected]>
2eb849b4870d23588b0d223b95aaef5d3fa7315e authored over 3 years ago by mitchmindtree <[email protected]>
8d5649173b9caf8ab89de3019b41fbff0da8e5d4 authored over 3 years ago by mitchmindtree <[email protected]>
Still need to change the shaders from spv to wgsl where possible.
1a893a66b17743d93808bdc93e718a5fdc9bd9cb authored over 3 years ago by mitchmindtree <[email protected]>a1dc2fec5adb53691fe60c245353acbd5bc59a99 authored over 3 years ago by mitchmindtree <[email protected]>
803a7818a121e95fb34b16f42afb7f095e747e64 authored over 3 years ago by mitchmindtree <[email protected]>
84e66eda996221fd24d22761b1918182f6260ae7 authored over 3 years ago by mitchmindtree <[email protected]>
5114d745bc7c3dce0048b6a0bb6850790c43e418 authored over 3 years ago by mitchmindtree <[email protected]>
Adds a collection of features to `nannou_wgpu` that match those exposed
by `wgpu` itself. The `s...
Examples still not updated yet pending `nannou_conrod` update.
20b16888ae446adc2c5ba1bbf895bc32f0524e7f authored over 3 years ago by mitchmindtree <[email protected]>
Still need to refactor naga-translated wgsl shaders to be a bit more
human-readable before remov...
d702ddedcf427742431770b11b5470c78ea4c7fd authored over 3 years ago by Lachezar Lechev <[email protected]>
Publish 0.4.1 with fix for text input events
b7cb409b5918fa71cb28bc58f05ad7fce21e7953 authored over 3 years ago by Alexandru Ene <[email protected]>0312124036ae097de2e6bd4771dbb82604c70735 authored over 3 years ago by mitchmindtree <[email protected]>
Fix bug where `Text` events would not emit non-alphanumeric chars
a3107e546b0be21e1dc63a84b606a42d8315d4cc authored over 3 years ago by mitchmindtree <[email protected]>Created two methods, for `SketchBuilder` and `Builder` respectively, which allow for specifying ...
1f56c9901371c74c68182d5eeaab364a547c6f0b authored over 3 years ago by Todor Videv <[email protected]>
Currently it's impossible to input characters like spaces and periods.
This PR fixes this issue.
Remove Windows drag-and-drop method
1646586e101efde2316e42bd8c797d3342d15b2b authored over 3 years ago by Joshua Batty <[email protected]>8ebb398a740a0a770bfa423a9301bc1a74fea187 authored over 3 years ago by Dan Wilhelm <[email protected]>
647acaa47a8c188c05a4a80ee6583345946acaec authored over 3 years ago by Zach Gotsch <[email protected]>
Received character keyboard event
63098ca19e4044b0e7715e1fac705393ae509253 authored over 3 years ago by mitchmindtree <[email protected]>Clear background when window invalidated
5eca419a96550825ae6dad1c42e8537edb151d1e authored over 3 years ago by mitchmindtree <[email protected]>Adding a "simplified" event, as well as a handler function for receiving the character value of ...
b41cc596f55a12eba3f7dcab9c2bfea5a9045285 authored over 3 years ago by Todor Videv <[email protected]>
Nannou does not guarantee that the framebuffer is initially cleared,
sometimes causing uninitial...
Refactor state::mouse::ButtonMap to use HashMap instead of array
801cbe5f07319baf3e05ffd61e69b06ed33a48ff authored over 3 years ago by mitchmindtree <[email protected]>91bf52754f6a4dbc3c268ef00125cecb0b4f54a5 authored over 3 years ago by dzil123 <[email protected]>
Add community tutorials, disable warnings in conditional compilation
23305dff36d2e33221481e9aec6d518db02f0648 authored over 3 years ago by mitchmindtree <[email protected]>0586a74c8e64545ed816ef3728096a0539ef0dde authored over 3 years ago by Dan Wilhelm <[email protected]>
bf496ffeea8d6e593ab1d37fd85e3551ea3a74eb authored over 3 years ago by Dan Wilhelm <[email protected]>
Add disable drag-and-drop method for cpal+winit Windows compatibility
32c8e0fdf85d2cd0a7d151c15edb99ea946acfb2 authored over 3 years ago by mitchmindtree <[email protected]>
- Add new `WindowBuilder` method `windowsos_drag_and_drop(bool)`.
- Disable drag and drop in aud...
Update glam to 0.17
dd7689c3c71a02a9d677784d102fad2d4920404a authored over 3 years ago by mitchmindtree <[email protected]>e4b3284c93591fd62cda2b8552b20d39774cc6c4 authored over 3 years ago by dzil123 <[email protected]>
Add some basic free CI testing using github actions
e59b8929a627378945c481a86154eba8779b3135 authored over 3 years ago by mitchmindtree <[email protected]>97d005a2e26829d273a84964a36f4c1e88143b59 authored over 3 years ago by mitchmindtree <[email protected]>
327e3f4c40afa8e61fc8a3ba177a986f3e3bff78 authored over 3 years ago by mitchmindtree <[email protected]>
8296bb42a90a6e5c4eabcb8e8ff50fa9686c5b38 authored over 3 years ago by mitchmindtree <[email protected]>
28c676879972a9d097e581115aa8a3a721325fb4 authored over 3 years ago by mitchmindtree <[email protected]>
efe8d265435669a08623e83ac7172df347f13efb authored over 3 years ago by Alexandru Ene <[email protected]>
aa751f922504e0414de84ecd53214f9d3dede06a authored over 3 years ago by Alexandru Ene <[email protected]>
deded35ea8b15f2fdce0e5d23742a1446b7cb39b authored over 3 years ago by Alexandru Ene <[email protected]>
Bump 0.4
208944196499b9eee4599f7f93d2d17f1e03ff26 authored over 3 years ago by Alexandru Ene <[email protected]>c2a3cc9787eb425997dfdaa6802c314ce2dbfd66 authored over 3 years ago by Alexandru Ene <[email protected]>
df1c43a64ef408c552d7e9a7208e6e8599b4b112 authored over 3 years ago by Alexandru Ene <[email protected]>
a1d9ba38e3ebddf7a6e8977c25bcf96ac1d18151 authored over 3 years ago by Alexandru Ene <[email protected]>