Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.6k
Feature/8097 get camera function#8105
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
ombalgude wants to merge2,036 commits intoprocessing:mainChoose a base branch fromombalgude:feature/8097-get-camera-function
base:main
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes from1 commit
Commits
Show all changes
2036 commits Select commitHold shift + click to select a range
e282432
Automatically remove DOM event listener on sketch removal
limzykennethf7150c2
Switch deprecated interface to new supported one
limzykennethdf4c546
Refactor fn.noise() to use early return guard for cleaner structure
LalitNarayanYadav604c2dd
chipping away at DOD approach.
lukeplowden63375bb
Merge pull request #7827 from processing/updating-contributor-docs-fo…
perminder-174f81bdb
Skip adding degenerate faces in textToModel
davepagurek8950817
nested ifs
lukeplowden0cd9448
Bridge p5.js noise with GLSL noise in p5.strands
LalitNarayanYadavfd13238
Add noiseGLSL.glsl with MIT-licensed 2D noise for p5.strands
LalitNarayanYadavf6369e7
if/else semi working
lukeplowden3333411
Merge pull request #7951 from processing/fix/textToModel-warnings
perminder-17aa4de7f
Wrap source string in brackets
nking07049925547bc8b
Add unit test for anonymous function modify hook
nking07049925848e619
Await all lifecycle hook functions in parallel
limzykenneth27ebbe3
Update src/webgl/shaders/functions/noiseGLSL.glsl
perminder-17f3ab0ce
Merge pull request #7921 from LalitNarayanYadav/patch-8
perminder-17e8cd05c
fixing as per suggestions.
perminder-1706cf619
docs: clarify combineColors and getPointSize documentation per mainta…
Abhayaj247dcc31b7
Add comment with an explanation
nking0704992598fc10c
Fix p5.strands uniform calls, add instance mode construct
davepagureke4ad5ee
Merge pull request #7956 from nking07049925/7955_strands_AnonymousFun…
davepagureka355416
change if/elseif/else api to be chainable and functional (return assi…
lukeplowden1d01ca8
docs: remove getPointSize documentation as it is not present in publi…
Abhayaj247f300fcf
Enhance strands noise() to support noise(x, y) and add fractal octaves
LalitNarayanYadavb46f73e
Add 4-octave fractal noise implementation to noiseGLSL.glsl
LalitNarayanYadav46842d0
Clean up examples a bit
davepagurek746a481
Merge pull request #7961 from processing/fix/strands-uniforms-instance
davepagureke73b524
Add documentation for remaining public shader hooks in ShaderGenerato…
Abhayaj247ac85b7e
Add specific flags to disable individual FES components
limzykennethcbb3328
replace fn with direct downloadFile import to fix issue where fn was …
3e1e149
binary ops and contructors prototyped
lukeplowdenf718717
simplify type system
lukeplowden24f0c46
SSA
lukeplowden53355a7
Merge pull request #7964 from LalitNarayanYadav/patch-9
davepagurekbe02c79
Adding table
perminder-175d56030
Merge pull request #7902 from perminder-17/code-docs
perminder-176b54ecd
Address maintainer feedback: update shader hook docs and examples for…
Abhayaj247e2fc4b3
Merge pull request #7967 from limzykenneth/fes-granular
ksen06c56f2f
Add minified ESM build output
nickswalker6d4540c
Merge pull request #7973 from nickswalker/minify-esm-build
ksen03c29209
Fix mediaElement.copy
pearmini50a4d64
Add unit test
pearmini3d5c2cf
Change name to customActions
limzykenneth1f296c1
Use prefix _ convention to prevent unintended global exposure of cust…
limzykenneth8b3871a
Add documentation for custom actions and event signal
limzykenneth0851285
Return type checking for hooks with native types reimplemented (i.e. …
lukeplowden9b84f6f
declarations moved to backend, hook arguments fixed
lukeplowden8509231
rename file
lukeplowden47eda1a
update api imports for new filename
lukeplowden1088b4d
move extractTypeInfo and rename to extractNodeTypeInfo
lukeplowden87e8a99
rename files for clarity
lukeplowdene32fd47
builtin function overloads type checking
lukeplowden11a1610
function calls partially reimplemented. Still needs more error checking.
lukeplowdene8f03d6
update function calls to conform parameters when raw numbers are handed
lukeplowden1ddd9a2
adding struct types
lukeplowdenf3155e6
adding struct types
lukeplowdenbabedfd
Merge branch 'strands-refactor' of github.com:lukeplowden/p5.js into …
lukeplowdenafff707
struct types working
lukeplowden2e70e0e
comment old line. Should revisit structs if needs optimisation.
lukeplowden6d5913a
fix wrong ID in binary op node
lukeplowden2745bda
fix bug with binary op, and make strandsNode return node if arg is al…
lukeplowdenb858de8
Merge pull request #7971 from acgillette/saveObj_failing_download_fix
davepagurek3e43484
Documentation fix for swapped parameters in splinePoint and bezierPoint
shawdmf2206fb
Merge pull request #7997 from shawdm/dev-2.0-curves-docs-fix
davepagurek22b9a71
Update docs to match main branch
ksen0b3d6e87
Merge pull request #8000 from processing/docs-match-main
ksen0e5d4efa
2.0.4-rc.0
ksen006c2c6c
Merge branch 'processing:dev-2.0' into dev-2.0
perminder-17cf31b71
Create auto-close-issues.yml
perminder-1709ce776
Update p5.Geometry.js
perminder-173317bd1
Merge pull request #5 from perminder-17/perminder-17-patch-1
perminder-173ca7e6c
Update README.txt
perminder-17bb2b666
Merge pull request #6 from perminder-17/perminder-17-patch-2
perminder-1711bfaa5
Revert "Update README.txt"
perminder-171bace1c
Merge pull request #7 from perminder-17/revert-6-perminder-17-patch-2
perminder-17a9fd0d4
Revert "Update p5.Geometry.js"
perminder-1723e1836
Merge pull request #8 from perminder-17/revert-5-perminder-17-patch-1
perminder-174133fae
fix function call bugs
lukeplowdena258088
Reset millis() after setup
davepagurek0988670
fixing-docs
perminder-17ca9d475
Merge pull request #8006 from perminder-17/mousejs-fixing
davepagurekb3ce3ec
remove dag sort, use basic block instructions instead. Also start wor…
lukeplowden9ebf77e
syntax/ remove unneccessary
lukeplowdenfaae3aa
blocking out new modular strands structure
lukeplowdenf6783d2
chipping away at DOD approach.
lukeplowden06faa2c
nested ifs
lukeplowden5d32089
if/else semi working
lukeplowden95fa410
change if/elseif/else api to be chainable and functional (return assi…
lukeplowden627b7a3
binary ops and contructors prototyped
lukeplowden7899f0d
simplify type system
lukeplowdenb731c15
SSA
lukeplowden7166f35
Return type checking for hooks with native types reimplemented (i.e. …
lukeplowdene4e54ac
declarations moved to backend, hook arguments fixed
lukeplowden51e8ddd
rename file
lukeplowden79c2f8d
update api imports for new filename
lukeplowden18dc1d3
move extractTypeInfo and rename to extractNodeTypeInfo
lukeplowdeneb5f1bf
rename files for clarity
lukeplowden446d3ec
builtin function overloads type checking
lukeplowden83b4cf4
function calls partially reimplemented. Still needs more error checking.
lukeplowdena743c68
update function calls to conform parameters when raw numbers are handed
lukeplowden295c140
adding struct types
lukeplowden7cd3d42
adding struct types
lukeplowdenf7b1339
struct types working
lukeplowdenba4be8b
comment old line. Should revisit structs if needs optimisation.
lukeplowden4fe4aaf
fix wrong ID in binary op node
lukeplowden0908e43
fix bug with binary op, and make strandsNode return node if arg is al…
lukeplowden5ce9451
fix function call bugs
lukeplowden54851ba
remove dag sort, use basic block instructions instead. Also start wor…
lukeplowden2b681b8
Merge branch 'strands-refactor' of github.com:lukeplowden/p5.js into …
lukeplowdenebaaa08
change example
lukeplowdendd1b2a2
Merge pull request #7980 from pearmini/fix-mediaElement-copy
ksen08ae76b9
2.0.4-rc.1
ksen087811da
Merge pull request #8005 from processing/millis
davepagurekd6380c5
2.0.4-rc.2
ksen0c9fde09
Fix: Corrected code block in textureMode() in dev2.0
harishbit5ef51ca
Merge pull request #8015 from abuharish02/textturemode-dev2
davepagurek136f459
Add note about undefined custom actions to contributor docs
limzykenneth3d11637
Update src/strands/ir_builders.js
lukeplowden24ba4a0
Add shortcut methods for modifying base shaders and documentation
NalinDalal347900f
remove CFG sorting, make merge block use default behaviour, change ty…
lukeplowden1ddd5f8
remove old file and imports
lukeplowden085d1b8
Merge branch 'strands-refactor' of github.com:lukeplowden/p5.js into …
lukeplowden1e033ca
for pr 8020
NalinDalalbfe2867
2.0.4
ksen0d5b64c7
Merge branch 'processing:dev-2.0' into dev-2.0
NalinDalalbf6b5a7
updated docs for clear instructions and documentation
NalinDalalf652ca1
Remove unnecessary import of p5 from material.js to avoid circular de…
NalinDalal5e726cc
Merge branch 'loopOptimization' of https://github.com/awood0727/p5.js…
awood07271146190
Update ShaderGenerator docs and examples
Abhayaj24720ce8c7
Merge pull request #8024 from awood0727/dev-2.0
ksen0d041b1c
Merge branch 'processing:dev-2.0' into dev-2.0
NalinDalald2d1ead
Update docs: use create*Shader examples, remove misleading modify com…
NalinDalal0d5477a
imported p5 into material to avoid build errors
NalinDalal6cfe0fe
start from scratch
NalinDalal74ae50c
updated yml file to resolve the pr auto-close issue
NalinDalal36c4c2d
Address maintainer feedback: Update ShaderGenerator docs and examples
Abhayaj2476e1311d
Fix shouldDiscard example
Abhayaj24758d8e5d
Fix getPixelInputs description and getFinalColor example
Abhayaj247483edcb
Fix getPixelInputs description and getColor description
Abhayaj247203254b
regex update to listen for more flexible words
NalinDalal29fbe52
Address Maintainer feedbacks: Update ShaderGenerator docs and examples
Abhayaj2472114b85
Update README.md
perminder-175229bc2
Merge pull request #8029 from perminder-17/readme-updating
ksen024fb3eb
fixing typo and rephrasing docs of splineProperty.
perminder-171f49e14
delete testing files
perminder-1749d31eb
typo
perminder-175be62ef
fixes
perminder-1739e92ac
fixes
perminder-1724b2ca8
fixing the link from curve() to spline()
perminder-17a4981a0
fixing spline() examples.
perminder-17c8a5a71
fixing splinePoint() and splineTangent()
perminder-1734ddffe
adding little detail about splineProperty(ends)
perminder-179099bac
adding an example sketch for splineProperty 'ends'
perminder-17ba0c64a
some minor fixes
perminder-17ec7a3aa
fixing docs
perminder-17c085c12
fixes
perminder-1779d2fe2
Fix noise() getting overridden; add tests
davepagureke54b0e2
Skip shader noise test for now
davepagurekbe56924
Address maintainer feedback by refining references, param annotations…
Abhayaj24717992d7
updated .modify() links
Abhayaj24739f1fb0
Fixed syntax error at disableFriendleErrors
Iron-56c2fb61f
Merge pull request #8038 from Iron-56/Renderer-syntax-error-fix
davepagurekff81847
Address maintainer feedback by updating fill color, adjusting sphere …
Abhayaj247ed61111
Merge pull request #8036 from processing/fix/noise
ksen0cd19498
curve()---->spline()
perminder-177da91e3
Removing control/anchor point usage.
perminder-17177e9b5
updating anchor/control points wordings in curve.js
perminder-17de27aa2
fix: removing unnecessary points.
perminder-176be95e5
Updating more docs.
perminder-1722be152
adding some examples.
perminder-17a8d97dd
fixing lint tests
perminder-1788ebc9c
minor fixes
perminder-173b8f573
some minor fixes.
perminder-17cf449f4
some minor fixes.
perminder-1764aaf95
2.0.5-rc.0
ksen0484a636
fix: suggestion.
perminder-17ff9c657
fix:suggestion.
perminder-17241998a
Removing TODO.
perminder-17e9eaf99
Merge pull request #8031 from perminder-17/splineDocs
perminder-174e08d08
Include current HSB/HSL maxes in functions retrieving values
limzykennethc2afbe7
Fix most of the eslint warnings currently generated
limzykenneth86bf86a
chore(ci): replace inline issue-closing script with reusable Action
NalinDalal4cd09f1
2.0.5
ksen0bf63f55
Update .github/workflows/auto-close-issues.yml
ksen0b2b561a
Merge pull request #8025 from NalinDalal/dev-2.0
ksen0f933495
Fix unit test referencing undefined variable
limzykenneth2f68572
minor-fixing in shape docs
perminder-17611d70f
Merge pull request #8066 from perminder-17/splineDocs-minior-fix
perminder-17c1229d5
changes
cbe9c5e
change example
190f979
Update src/type/textCore.js
Nitin233249c3911
Update src/type/textCore.js
Nitin2332b0790ba
Update auto-close-issues.yml
ksen0f998af3
Merge pull request #8069 from processing/ksen0-patch-2
ksen03efe5cb
rearrange
ca016c3
Merge pull request #8067 from Nitin2332/fix/textwidth-spaces
perminder-172b9c7f5
adding examples in curve.js
perminder-1770d661f
adding examples in custom-shapes
perminder-179438029
Merge pull request #7940 from Abhayaj247/update-strands-docs
perminder-170fbfa53
Merge branch 'dev-2.0' into eslint-fixes
limzykennethbe953ca
Merge pull request #8063 from limzykenneth/eslint-fixes
limzykenneth848a4e4
Merge branch 'dev-2.0' into events-api
limzykenneth3f16918
Perform recommended robust check for custom actions being functions
limzykenneth5787faf
Merge pull request #7947 from limzykenneth/events-api
limzykennetha4fbdaa
Merge pull request #8070 from perminder-17/spline-work-2.0
perminder-17f806006
bug fixes, swizzle reads working, swizzle writes WIP
lukeplowdenfdd141e
fixing-issue
perminder-1705ad75c
removing unnecessary changes
perminder-1762f6524
removing unnecessary changes.
perminder-17fb5c245
Update settings.json
perminder-17b0b3ee8
Update settings.json
perminder-1733059bc
fixing (suggestion)
perminder-1786ba30d
fixing indentation
perminder-174e82bf3
reference-fix-2.0
Nitin2332752a7fe
Merge pull request #8083 from perminder-17/fontBounds-NaN
davepagurekfc8ca8a
Merge pull request #8086 from Nitin2332/reference-fix-2.0
perminder-17d2c17af
fix textures, struct bugs, and add swizzle assign.
lukeplowdend5c7fe8
remove old shadergenerator file
lukeplowden100304f
remove dev console.log
lukeplowden6d115df
Simplify saturation function colorMode assignment
ksen010a2d43
Merge pull request #8062 from limzykenneth/fix-hsbl-maxes
ksen02b863e6
add instance mode changes, fix bug where struct properties returned i…
lukeplowden6462345
mark atan as p5 function, prevent bug where using atan outside strand…
lukeplowden37abf7f
add back documentation
lukeplowdenf3afffc
add todo for internal parser options
lukeplowdenb31cd28
Only copy array when necessary
davepagurek4e145ca
Cache bound global functions
davepagurek73b7601
Optimize more matrix and vector things
davepagurekd0ed1ec
Optimize some more cases
davepagurek8625db9
Cache types and bound functions
davepagurek6b4c3b2
Factor out common setter
davepagurekd4d968a
Merge branch 'dev-2.0' into strands-refactor
davepagurekbf92d1c
Fix issue with strands being immediately active
davepagureka269bd7
Add back alias for previous uniformVector2 syntax
davepagurek4a11290
Fix: allow single-arg atan() outside strands; add visual test
Abhayaj247795954a
Optimize further when FES is disabled
davepagurekf88689e
Disable FES function decoration when FES is disabled
limzykenneth1a86985
Merge pull request #8094 from processing/global-function-perf
davepagurekb5021f5
Fix atan unit tests: handle single-arg and two-arg cases, remove visu…
Abhayaj24718eb43c
add comments for clarity on swizzling and onrebind
lukeplowdenbae0545
Merge branch 'strands-refactor' of github.com:lukeplowden/p5.js into …
lukeplowdene81920f
Parse hookTypes into a strands codegen type
davepagurekb2e4e34
Update atan unit tests to comply with maintainer feedback
Abhayaj247f03d3b5
Merge pull request #8096 from Abhayaj247/fix/atan-strands
davepagurekf43770c
Merge branch 'dev-2.0' into strands-refactor
davepagurekecc8061
Merge atan test file into trigonometry tests and get it working
davepagurekd2cda2a
Merge pull request #8009 from lukeplowden/strands-refactor
davepagurek4036e3a
Update createCamera docs since it no longer sets the active camera
davepagurek53c12c3
Merge pull request #8100 from processing/update-createcamera-docs
ksen0e122564
feat(webgl) : Add activeCamera() and deprecate setCamera()
ombalgudeFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Add back alias for previous uniformVector2 syntax
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commita269bd79f35ea1343febdb66fb3a3819ea8293aa
There are no files selected for viewing
5 changes: 5 additions & 0 deletionssrc/strands/strands_api.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.