Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularize Seriously #155

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
51ebea1
Fix: Channels effect crashes when setting alphaSource when source is …
brianchirls Oct 29, 2015
0cc660c
colorcube takes 'size' param to accept varying size LUT maps
drewp Nov 23, 2015
d2aa68c
Straighten green/blue in linear-transfer.html demo sliders
drewp Nov 23, 2015
b3a96c9
Merge pull request #111 from drewp/develop
brianchirls Nov 24, 2015
5a6e7a0
Merge pull request #112 from drewp/linear-transfer-example
brianchirls Nov 24, 2015
66e68c2
using more generic window.URL fixes firefox - also Edge possible now
mtraeger Jun 27, 2016
2de8c71
Merge pull request #125 from mtraeger/fixUserMedaExample
brianchirls Jul 2, 2016
54f6971
Directional Blur: set `baseShader` in `initialize` so it works with m…
brianchirls Aug 16, 2016
03feff5
Resize canvas source node on update if canvas changes size
brianchirls Aug 16, 2016
17bd28a
Fix expression effect if using require
brianchirls Aug 18, 2016
4dec4e4
Optimizied blur shaders for texture pre-fetching
brianchirls Aug 19, 2016
a36d5e9
Fix alpha blending in layers effect
brianchirls Aug 22, 2016
6ae8b18
Bug fix: blend effect shows repeating pixels with translated images o…
brianchirls Aug 26, 2016
67a50d9
Fix divide-by-zero bug in chroma effect at some Android devices
mariomka Dec 2, 2016
fb60667
Merge pull request #135 from mariomka/develop
brianchirls Dec 2, 2016
f9d7a2f
WIP modularizing
ydaniv Sep 7, 2017
aaf1871
WIP continue work on modularizing
ydaniv Sep 10, 2017
953a49a
WIP continue fixing tests for modularizing
ydaniv Sep 11, 2017
3b245aa
WIP more modularizing test fixes
ydaniv Sep 11, 2017
5c3fdaa
Fixed last failing tests
ydaniv Sep 11, 2017
4eabfe9
WIP last fixes and fixing examples
ydaniv Sep 13, 2017
6445625
Fixed last issue
ydaniv Sep 13, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*.{js,json}]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
node_modules/
Loading