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

Merge pull request #15 from mitchmindtree/publish-0.5

Publish version 0.5.0

1c40cae55cff418d711ba11337ec6354b6e9e22b authored almost 3 years ago by mitchmindtree <[email protected]>
Publish version 0.5.0

Includes recent updates for 0.18.1, wgpu 0.11, egui 0.15

50e3f1b8c67b9d4bfd7aaf1fa90d3d7619819d61 authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #14 from mitchmindtree/update-deps

Update to nannou 0.18.1, wgpu 0.11, egui 0.15, egui_wgpu_backend 0.14.

3f5ae523351681cd3d8f9b59fef5f911cb351c26 authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #824 from mitchmindtree/changelog

Add changelog entry for nannou 0.18.1 and unreleased wasm changes

c7c99328a16221a4d0b196c52647f30d75170b14 authored almost 3 years ago by mitchmindtree <[email protected]>
Update to nannou 0.18.1, wgpu 0.11, egui 0.15, egui_wgpu_backend 0.14

Also updates the `do_frame_with_epi_frame` method to return the
`egui::Output` in order to prope...

e694a5c43de54cf2aee12db4db0ee6f9d7e81b82 authored almost 3 years ago by mitchmindtree <[email protected]>
Add changelog entry for nannou 0.18.1 and unreleased wasm changes

I've picked a handful of non-breaking commits for a nannou 0.18.1
release. I've omitted the wasm...

718ba0da49c5ea780efe6870b1c6862aba12fc7c authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #822 from Woyten/enable-webgl

Enable wgpu/webgl when WASM feature is enabled

b0c825a8f9903cd3701b153da60a59cfd3fff8a2 authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #816 from eirikblekesaune/x11-set-class

Set window class for X11 running apps

33cad693de0bb887c5717df3a1545220f6661e58 authored almost 3 years ago by mitchmindtree <[email protected]>
Enable WebGL

fddfb8e5f8feb857480d9df577f881f0c5a283b3 authored almost 3 years ago by Woyten <[email protected]>
Remove .cargo/config.toml having become obsolete with winit 0.26.0

76a8baf4e8225b71fcf96bdc42d7ef781cd50808 authored almost 3 years ago by Woyten <[email protected]>
Formatting cleanup

68c4e8c1b6fba30d053218605ee562374e62620c authored almost 3 years ago by Eirik Blekesaune <[email protected]>
Merge pull request #818 from mitchmindtree/dont-ignore-app-proxy

Ensure `wakeup` calls (`UserEvent`s) provide updates in `Wait` mode

5d2620ecefdf3d8455531cfb0830aa2d25213ace authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #807 from abusch/path_builder_begin

Expose `begin()` method in `geom::path::Builder`

cd685963f569b90cd6473e13cf057aa282fc4f3c authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #809 from chohner/patch-1

Fix example link in README

f74da230760c353a7515f4daf6976ebc106c04a0 authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #815 from Woyten/async-nannou

Add async twin functions for WASM support

7e4bb288cb41665fe299d1d1edfe5005b1374e0b authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #821 from mitchmindtree/nannou-to-wasm-compilation

Woyten's "Make Nannou compile in WASM environment" without old `winit/web-sys` feature

651a169cf66468b8212bc0f7dc64e7cfc5111025 authored almost 3 years ago by mitchmindtree <[email protected]>
Remove `winit/web-sys` feature as it is no longer necessary for wasm

924b566052e1db8d757c3ea38bb65e634b92a9ee authored almost 3 years ago by mitchmindtree <[email protected]>
Merge branch 'master' into nannou-to-wasm-compilation

404e6993987721f9c96f08fde80f587597595cf2 authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #814 from Woyten/wgpu-and-winit-update

Update wgpu and winit to the latest version

96c4377980d4fedd04d4d92150cd508717ba72b3 authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #812 from Woyten/add-gl-backend

Add GL backend to default backends for better WASM support

ca23f8e40aec953dfa864562888c65d751a83b71 authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #820 from JoshuaBatty/slack_link

updated the slack invite link in the README

127b4050e37edde2e0523c1ab5f846eda98705fd authored almost 3 years ago by Joshua Batty <[email protected]>
updated the slack invite link

6d9f109f0d9505d1803a8c68c0e7d5f4e59b9747 authored almost 3 years ago by JoshuaBatty <[email protected]>
Use cfg macro conditional for compiling in X11 setting

9785fedcb42cec1a780848facc1ebb7a2b72548f authored almost 3 years ago by Eirik Blekesaune <[email protected]>
Added cfg toggle for unix family targets

218fa3f7ca3bafb3ef7537365f36d7d3063fa7b3 authored almost 3 years ago by Eirik Blekesaune <[email protected]>
Set window class for X11 running apps

04ec987f3eb00bd5f19532c1ee57f9871098e394 authored almost 3 years ago by Eirik Blekesaune <[email protected]>
Ensure `wakeup` calls (`UserEvent`s) provide updates in `Wait` mode

After landing #782 I noticed that the `App` proxy's `wakeup` method
hasn't been functional since...

2b2be6890c5ef53eb12f4066321c4d3cc89dbad2 authored almost 3 years ago by mitchmindtree <[email protected]>
Add async twin functions for WASM support

d4320b8a93e6ffa77851bf35e129261bfa1d2fee authored almost 3 years ago by Woyten <[email protected]>
Update wgpu and winit to the latest version

f53354416f9fa6f29ac5a20312d51d01a6f00b27 authored almost 3 years ago by Woyten <[email protected]>
Add GL backend to default backends for better WASM support

75426c9e2fa99e4edf0ad65806e7382a3ac3da87 authored almost 3 years ago by Woyten <[email protected]>
Fix example link in README

8e0f566c0701eb12455feaf59c426462f67a63df authored almost 3 years ago by chris <[email protected]>
Make nannou package compile in WASM environment

753a038e7491d95cf639f4f8576fabad8f0421cb authored almost 3 years ago by Woyten <[email protected]>
Expose `begin()` method in `geom::path::Builder`

As part of the lyon 0.17 upgrade, the `move_to` method got removed from
the builder. This makes ...

3a00cea43a9dec5f3995ce2b7ee4cfab503b50bf authored almost 3 years ago by Antoine Busch <[email protected]>
Merge pull request #805 from mitchmindtree/publish-0.18

Publish version 0.18. Includes wgpu 0.11, lyon 0.17 and more

0b881e21bf5299c13f5e07f09d9a236c8040d55c authored almost 3 years ago by mitchmindtree <[email protected]>
Publish version 0.18

This contains the update from `wgpu` version `0.9` to `0.11`, the new
`lyon` version `0.17`, the...

9b5ce720c1d97357914ef262e2a803def0f2a9db authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #804 from mitchmindtree/changelog

Add some missing CHANGELOG entries w.r.t. wgpu, lyon, others

ba40e8bda0fa9ed75cc1cf95f1646801e2167058 authored almost 3 years ago by mitchmindtree <[email protected]>
Add some missing CHANGELOG entries w.r.t. wgpu, lyon, others

d4d8077b7416e16b92fe9b7f7de0c69f961d1576 authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #803 from mitchmindtree/wgpu-0.11

Update from wgpu 0.10 to 0.11

4c2b6d27af69420edb8a0d7008660c50ae1c1655 authored almost 3 years ago by mitchmindtree <[email protected]>
Update from wgpu 0.10 to 0.11

Much smaller update than previous wgpu updates, see the 0.11 changelog:

https://github.com/gfx-...

f79d9902c3dba0efcf5ed276e3effce898e43650 authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #782 from zgotsch/master

Don't update model in LoopMode::Wait when there were no events

b0cd5975328c585be0fbb178eb22c0abc3f86f98 authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #783 from gmunk/#528-specifying-default-initial-loop-mode

Specifying an initial, default LoopMode.

d0b21826fd9d5ce301a10a5310892129a1523bf0 authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #795 from mitchmindtree/wgpu-0.10

Update `wgpu` to version `0.10`

9c660fe66d07d69f9bfa7f495ceb7b24dc10a340 authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #801 from Frojdholm/update-lyon-to-0.17

Update lyon to version 0.17

f3adce5f24abc7672d30fc2cb92737ec53febb9a authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #797 from dlight/daggy-update

Remove daggy (unused dependency)

f99770b3550605d8c235fd842b003a604898a902 authored almost 3 years ago by mitchmindtree <[email protected]>
Merge pull request #802 from abusch/fix_window_coordinates

Fix window_coordinates example crash on Linux/Wayland

6388d03d426e311a548aabf0cf709634e4bcb039 authored almost 3 years ago by mitchmindtree <[email protected]>
Fix crash window_coordinates example crash on Linux/Wayland

On Linux/Wayland, it seems that sometimes `window.current_monitor()` can
return `None` when noth...

df541dafc630d54deab01b8b050592fab329902a authored almost 3 years ago by Antoine Busch <[email protected]>
Update lyon to 0.17

Restricts the functionality of the default nannou::geom::Builder since
much of its interface has...

08139bcf213937e07514bc8dbed8aebf8e7508a1 authored about 3 years ago by Hampus Fröjdholm <[email protected]>
Remove daggy (unused dependency)

c65e87d258fc9a07aef5b3809d746e363341fc36 authored about 3 years ago by Elias Gabriel Amaral da Silva <[email protected]>
Merge pull request #789 from elpiel/patch-1

osc-sender - fix link typo

e1cad517572aee28fea9ea1cd26c6f2a8097fe0a authored about 3 years ago by mitchmindtree <[email protected]>
Update to wgpu 0.10, egui 0.14

Also updates the methods that involve encoding the render pass to
propagate the egui_wgpu_backen...

ff79dc2f51b8e4cc59571c087191322aec97b6fa authored about 3 years ago by mitchmindtree <[email protected]>
Switch to conrod 0.75 with wgpu 0.10 support

3fd25780f979938654425a180b9e725ef30d858a authored about 3 years ago by mitchmindtree <[email protected]>
Avoid losing information when loading rgb images with 16-bit channels

Previously Rgb16 images where loaded to textures with the Rgba8 format
resulting in information ...

6d1e94bdcd7abd2ff658bf119c93dc4a912ce7ee authored about 3 years ago by mitchmindtree <[email protected]>
Refactor naga-translated wgsl shaders to be more human friendly

c25d617a3a99312193b71ea1092f822599932e03 authored about 3 years ago by mitchmindtree <[email protected]>
Refactor naga-translated draw::renderer wgsl for readability

ccb4a3a509a252d875f54fe6a832286631451dce authored about 3 years ago by mitchmindtree <[email protected]>
Use `Texture::as_image_copy` instead of `ImageCopyTexture` constructor

1e9b2544741e90d76bb38516cfabb55b6d98ea46 authored about 3 years ago by mitchmindtree <[email protected]>
Remove unnecessary padding from texture array constructor

Originally this padding was thought necessary as it fixed an issue where
the texture would gradu...

fbcb685c78217dd71fe087eedbd259f3a7282d62 authored about 3 years ago by mitchmindtree <[email protected]>
Update generative_design and draw examples for wgpu 0.10 changes

78f9a9d8a5c329da1bd66297270995433c289e85 authored about 3 years ago by mitchmindtree <[email protected]>
Run rustfmt across repo

2eb849b4870d23588b0d223b95aaef5d3fa7315e authored about 3 years ago by mitchmindtree <[email protected]>
Refactor wgpu example naga-translated shaders to be more readable

8d5649173b9caf8ab89de3019b41fbff0da8e5d4 authored about 3 years ago by mitchmindtree <[email protected]>
Update all examples for wgpu 0.10

Still need to change the shaders from spv to wgsl where possible.

1a893a66b17743d93808bdc93e718a5fdc9bd9cb authored about 3 years ago by mitchmindtree <[email protected]>
[wgpu 0.10 update] Update `nannou_conrod`

a1dc2fec5adb53691fe60c245353acbd5bc59a99 authored about 3 years ago by mitchmindtree <[email protected]>
Address trait method implicit argument binding warning

803a7818a121e95fb34b16f42afb7f095e747e64 authored about 3 years ago by mitchmindtree <[email protected]>
Add spirv feature to nannou to support old way of loading spv shaders

84e66eda996221fd24d22761b1918182f6260ae7 authored about 3 years ago by mitchmindtree <[email protected]>
Update nannou_isf WIP for wgpu 0.10

5114d745bc7c3dce0048b6a0bb6850790c43e418 authored about 3 years ago by mitchmindtree <[email protected]>
Expose `wgpu` features. Use `Queue::write_texture` in constructors.

Adds a collection of features to `nannou_wgpu` that match those exposed
by `wgpu` itself. The `s...

81342b6d27701076ced180357b66fef84f66e4da authored about 3 years ago by mitchmindtree <[email protected]>
[wgpu 0.10 update] Update the nannou crate

Examples still not updated yet pending `nannou_conrod` update.

20b16888ae446adc2c5ba1bbf895bc32f0524e7f authored about 3 years ago by mitchmindtree <[email protected]>
wgpu 0.10 update - update nannou_wgpu

Still need to refactor naga-translated wgsl shaders to be a bit more
human-readable before remov...

3dbcfc014a0ad28fddc5c4a5266ec36aaa6ab446 authored about 3 years ago by mitchmindtree <[email protected]>
osc-sender - fix link typo

d702ddedcf427742431770b11b5470c78ea4c7fd authored about 3 years ago by Lachezar Lechev <[email protected]>
Merge pull request #13 from mitchmindtree/publish-0.4.1

Publish 0.4.1 with fix for text input events

b7cb409b5918fa71cb28bc58f05ad7fce21e7953 authored about 3 years ago by Alexandru Ene <[email protected]>
Publish 0.4.1 with fix for text input events

0312124036ae097de2e6bd4771dbb82604c70735 authored about 3 years ago by mitchmindtree <[email protected]>
Merge pull request #12 from mitchmindtree/fix-text-events

Fix bug where `Text` events would not emit non-alphanumeric chars

a3107e546b0be21e1dc63a84b606a42d8315d4cc authored about 3 years ago by mitchmindtree <[email protected]>
Specifying an initial, default LoopMode.

Created two methods, for `SketchBuilder` and `Builder` respectively, which allow for specifying ...

1f56c9901371c74c68182d5eeaab364a547c6f0b authored about 3 years ago by Todor Videv <[email protected]>
Fix bug where `Text` events would not emit non-alphanumeric chars

Currently it's impossible to input characters like spaces and periods.
This PR fixes this issue.

5a84826f0dd089d08ef649d25b0996070a58745d authored about 3 years ago by mitchmindtree <[email protected]>
Merge pull request #785 from danwilhelm/revert-audio

Remove Windows drag-and-drop method

1646586e101efde2316e42bd8c797d3342d15b2b authored about 3 years ago by Joshua Batty <[email protected]>
Remove windows drag-and-drop method

8ebb398a740a0a770bfa423a9301bc1a74fea187 authored about 3 years ago by Dan Wilhelm <[email protected]>
Don't update model in LoopMode::Wait when there were no events

647acaa47a8c188c05a4a80ee6583345946acaec authored about 3 years ago by Zach Gotsch <[email protected]>
Merge pull request #780 from gmunk/#480-keyboard-events-strings

Received character keyboard event

63098ca19e4044b0e7715e1fac705393ae509253 authored about 3 years ago by mitchmindtree <[email protected]>
Merge pull request #775 from danwilhelm/clear-frame

Clear background when window invalidated

5eca419a96550825ae6dad1c42e8537edb151d1e authored about 3 years ago by mitchmindtree <[email protected]>
Received character keyboard event

Adding a "simplified" event, as well as a handler function for receiving the character value of ...

b41cc596f55a12eba3f7dcab9c2bfea5a9045285 authored about 3 years ago by Todor Videv <[email protected]>
Clear background when window invalidated

Nannou does not guarantee that the framebuffer is initially cleared,
sometimes causing uninitial...

60f489a5745e0e560329f17a29e3853da6de9ddf authored about 3 years ago by Dan Wilhelm <[email protected]>
Merge pull request #776 from dzil123/buttonmap_hashmap

Refactor state::mouse::ButtonMap to use HashMap instead of array

801cbe5f07319baf3e05ffd61e69b06ed33a48ff authored about 3 years ago by mitchmindtree <[email protected]>
Refactor state::mouse::ButtonMap to use HashMap instead of array

91bf52754f6a4dbc3c268ef00125cecb0b4f54a5 authored about 3 years ago by dzil123 <[email protected]>
Merge pull request #774 from danwilhelm/dan-misc

Add community tutorials, disable warnings in conditional compilation

23305dff36d2e33221481e9aec6d518db02f0648 authored about 3 years ago by mitchmindtree <[email protected]>
Add community tutorials section to guide

0586a74c8e64545ed816ef3728096a0539ef0dde authored about 3 years ago by Dan Wilhelm <[email protected]>
Disable conditional compilation warning

bf496ffeea8d6e593ab1d37fd85e3551ea3a74eb authored about 3 years ago by Dan Wilhelm <[email protected]>
Merge pull request #773 from danwilhelm/win-audio

Add disable drag-and-drop method for cpal+winit Windows compatibility

32c8e0fdf85d2cd0a7d151c15edb99ea946acfb2 authored over 3 years ago by mitchmindtree <[email protected]>
Add disable drag-and-drop method for cpal+winit Windows compatibility

- Add new `WindowBuilder` method `windowsos_drag_and_drop(bool)`.
- Disable drag and drop in aud...

795536c600d76939715fbfb4265b4c9933c6f8c7 authored over 3 years ago by Dan Wilhelm <[email protected]>
Merge pull request #771 from dzil123/glam_0.17

Update glam to 0.17

dd7689c3c71a02a9d677784d102fad2d4920404a authored over 3 years ago by mitchmindtree <[email protected]>
Update glam to 0.17

e4b3284c93591fd62cda2b8552b20d39774cc6c4 authored over 3 years ago by dzil123 <[email protected]>
Merge pull request #7 from mitchmindtree/ci

Add some basic free CI testing using github actions

e59b8929a627378945c481a86154eba8779b3135 authored over 3 years ago by mitchmindtree <[email protected]>
Add missing system deps for linux to CI

97d005a2e26829d273a84964a36f4c1e88143b59 authored over 3 years ago by mitchmindtree <[email protected]>
Add some pretty badges for docs, license and github CI status

327e3f4c40afa8e61fc8a3ba177a986f3e3bff78 authored over 3 years ago by mitchmindtree <[email protected]>
Run cargo fmt on repo to satisfy new CI check

8296bb42a90a6e5c4eabcb8e8ff50fa9686c5b38 authored over 3 years ago by mitchmindtree <[email protected]>
Add some basic CI testing using github actions

28c676879972a9d097e581115aa8a3a721325fb4 authored over 3 years ago by mitchmindtree <[email protected]>
Update README.md

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

aa751f922504e0414de84ecd53214f9d3dede06a authored over 3 years ago by Alexandru Ene <[email protected]>
media

deded35ea8b15f2fdce0e5d23742a1446b7cb39b authored over 3 years ago by Alexandru Ene <[email protected]>
Merge pull request #11 from AlexEne/bump-0.4

Bump 0.4

208944196499b9eee4599f7f93d2d17f1e03ff26 authored over 3 years ago by Alexandru Ene <[email protected]>
msaa is no longer an issue

c2a3cc9787eb425997dfdaa6802c314ce2dbfd66 authored over 3 years ago by Alexandru Ene <[email protected]>
readme correct path

df1c43a64ef408c552d7e9a7208e6e8599b4b112 authored over 3 years ago by Alexandru Ene <[email protected]>
bump correctly

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