Commit Graph

  • 5e4b7839df update actions (#7769) Dimitre 2023-11-28 02:50:15 -03:00
  • 206ffc34c0 Linux - spaces in paths (#7718) Dimitre 2023-11-28 02:45:42 -03:00
  • 139a337f39 Emscripten mp3 header fix (#7728) Jonathan Frank 2023-11-28 06:45:01 +01:00
  • d752bcbf5c int to std::size_t to match ofMatrix4x4 (#6819) Dimitre 2023-11-22 10:21:25 -03:00
  • 75de7baa21 App Cateogory : Games (#7767) Dimitre 2023-11-21 23:38:48 -03:00
  • 4d559a2ae1 Get material texture type as string and get loaded texture. (#7766) Nick Hardeman 2023-11-21 15:25:40 -05:00
  • 79d5fa8290 ofLoadImage for ofTexture will detect HDR and EXR image paths and switch to use float pixels. Will also set the pixels to 4 channels for broader OpenGL ES support. (#7756) Nick Hardeman 2023-11-20 11:56:17 -05:00
  • 71a092a1e9 docs_low_level: cleanups for ofBaseTypes, ofMaterial, ofURLFileLoader, take 2 (#7744) Dan Wilcox 2023-11-20 16:53:14 +01:00
  • a5b9ee5bd1 link curl system lib in osx via makefile (#7764) Nick Hardeman 2023-11-20 10:44:05 -05:00
  • a2613cb56c filesystem path remove double quotes (#7754) Dimitre 2023-11-16 14:08:12 -03:00
  • ca57bd1460 Emscripten: push build down into 'em' subdir so it does not conflict with linux exec (#7753) alexandre burton 2023-11-09 22:48:15 -05:00
  • 6b301f9fef macOS: updates to version and custom app icon handling (#7742) Dan Wilcox 2023-11-08 20:35:25 +01:00
  • 0ba63863ac VSCode recommended extensions (#7748) Dimitre 2023-11-05 16:22:43 -03:00
  • bbf7f1c64c fixed regeneration of plist and icns at compile (#7746) Nejrup 2023-11-03 20:25:21 +01:00
  • 5c5f7603c1 Get duration for Sound Players (#7747) Nick Hardeman 2023-11-03 15:25:00 -04:00
  • 120c182bbf removing double quotes from error message (#7745) Dimitre 2023-11-03 12:43:06 -03:00
  • 5eae26f12a New blend modes: MAX and MIN (aka lighten and darken) (#7734) alexandre burton 2023-10-28 17:27:48 -04:00
  • 89dedb4916 Fix for phong.frag perturb normal function (#7733) Nick Hardeman 2023-10-26 16:37:46 -04:00
  • defd1c4862 update ofNode function names (#7732) Nick Hardeman 2023-10-26 16:37:29 -04:00
  • cb90e4a1d3 Freenect update (#7721) Dimitre 2023-10-23 11:41:26 -03:00
  • 1c1478c269 ofNode with function to set position, rotation and scale (#7726) Nick Hardeman 2023-10-23 10:39:50 -04:00
  • bb5525c269 Added mit-license to ofMediaFoundationPlayer (#7729) Nick Hardeman 2023-10-21 22:44:34 -04:00
  • 46ff0dde0d Update ofNoise.h Theodore Watson 2023-10-19 08:31:53 -07:00
  • 943d1d6409 removal of empty ofParameterGroup.h (#7702) alexandre burton 2023-10-16 21:40:34 -04:00
  • 26873a8380 Broader support for float textures in Emscripten and mobile devices. (#7717) Nick Hardeman 2023-10-16 21:39:12 -04:00
  • 70fad41795 ofxSvg initialize with filename (#7701) Dimitre 2023-10-14 22:21:01 -03:00
  • eb4d2c0a46 slight simplification of ofThread docs — specifically removal of references to poco (#7703) alexandre burton 2023-10-14 15:37:53 -04:00
  • edeb378164 Random Distributions: doxygen (#7714) alexandre burton 2023-10-14 15:37:10 -04:00
  • 4a9aca8f0f Material with Displacement Proper Shadows (#7715) Nick Hardeman 2023-10-14 15:36:57 -04:00
  • 762a95121f Load 16 bit grayscale images downsampled to 8bit (#7708) Nick Hardeman 2023-10-13 13:14:33 -04:00
  • bd691fdda5 Random distributions: glm::vec4 templates (#7709) alexandre burton 2023-10-13 11:48:06 -04:00
  • a605836cb6 projectGenerator submodule update (#7710) Dimitre 2023-10-13 02:16:25 -03:00
  • edc637865d Material with ability to remove textures (#7707) Nick Hardeman 2023-10-12 22:28:34 -04:00
  • 7adcc2fdf3 [bug fix] Random distributions templates corrections (#7706) alexandre burton 2023-10-12 22:27:03 -04:00
  • 875ed8aa11 ofMaterial with ability to set depth shader (#7704) Nick Hardeman 2023-10-12 11:58:51 -04:00
  • a636891ef1 Merge branch 'master' of github.com:openframeworks/openFrameworks ofTheo 2023-10-05 18:49:25 -07:00
  • 36c5927352 update vscode templates (#7697) Dimitre 2023-10-05 20:09:37 -03:00
  • 1298030d78 fix curl for macos closes #7698 #7656 (#7699) Theodore Watson 2023-10-05 08:56:51 -07:00
  • 0ca2b2c32d Merge branch 'master' of github.com:openframeworks/openFrameworks ofTheo 2023-10-05 08:19:27 -07:00
  • a0e69a0b58 Better vscode json (#7694) Theodore Watson 2023-10-04 17:08:48 -07:00
  • 6a0073e6bd Merge branch 'master' of github.com:openframeworks/openFrameworks ofTheo 2023-10-02 17:51:53 -07:00
  • 1b90592b26 ofRandom & al: typos, format, wording (#7691) alexandre burton 2023-09-29 12:35:08 -04:00
  • 2de89aea68 ofLaunchBrowser Emscripten implementation (#7662) alexandre burton 2023-09-29 12:34:29 -04:00
  • eccd798d54 Added GLFW window position change callback and ofEvent notification (#7565) Roy Macdonald 2023-09-28 23:01:19 -03:00
  • 99b599597a Ofx osc tweaks [needs #7620] (#7658) alexandre burton 2023-09-28 21:52:50 -04:00
  • bbddfd7175 clang-format: add STRINGIFY to list of protected macros (#7682) alexandre burton 2023-09-28 17:25:02 -04:00
  • 9543b09100 Doxygen fixes (#7666) alexandre burton 2023-09-28 17:24:44 -04:00
  • a7ea359dcf remove ofMain include and set std on string and vector (#7690) Nick Hardeman 2023-09-28 17:23:09 -04:00
  • c6e169ed4d Enable / Disable Bleeding Edge Libraries in download_libs (#7688) Dan Rosser 2023-09-29 02:22:10 +10:00
  • f9f64445b6 RandomDistributions: explicit parameters for of::random::uniform (#7686) alexandre burton 2023-09-28 12:12:22 -04:00
  • 344e4f38ef make pg on linux executable ofTheo 2023-09-27 20:43:45 -07:00
  • 1926977a4f Merge branch 'master' of github.com:openframeworks/openFrameworks ofTheo 2023-09-27 20:39:40 -07:00
  • 25b1f7fe29 removal of srand() and rand() dependencies (#7657) alexandre burton 2023-09-27 23:26:21 -04:00
  • 7a4d222a68 ofParameter::isOfType<> new method to match type (#7620) alexandre burton 2023-09-27 21:32:03 -04:00
  • a8dcf93072 Update ofxUnitTests.h -- use make_shared (#7659) alexandre burton 2023-09-27 21:25:04 -04:00
  • 11eff5e954 No unqualified move nor use of 'using std::move' (#7670) alexandre burton 2023-09-27 21:19:03 -04:00
  • a16a413611 ofSingleton: tracking upstream (more symmetry/readability) (#7669) alexandre burton 2023-09-27 21:17:18 -04:00
  • cb9281f53e ofxSvg::fixSvgString(): addition to xml preprocessor (#7679) alexandre burton 2023-09-27 21:16:13 -04:00
  • 8f4993da62 Set width and height immediately if loading sync (#7675) Nick Hardeman 2023-09-23 23:06:12 -04:00
  • 04bd781c24 Bugfix Cubemap PBR for mobile devices (#7674) Nick Hardeman 2023-09-23 12:50:28 -04:00
  • 7da098746f Use floats for colors internally. (#7650) Nick Hardeman 2023-09-21 21:26:00 -04:00
  • ef6df309eb GLFW refresh callback (#7664) alexandre burton 2023-09-19 12:15:38 -04:00
  • e3e2bd7050 ofRandomDistributions: #include tweak for self-sufficiency and include-order resiliency (#7663) alexandre burton 2023-09-18 15:33:02 -04:00
  • c5d5ecf95f .clang-format: remove duplicate IndentPPDirectives (#7661) alexandre burton 2023-09-17 20:56:42 -04:00
  • abca2de744 clang format file (#7655) alexandre burton 2023-09-12 11:23:42 -04:00
  • 7cf3cfeb99 closes #7634 ofTheo 2023-09-08 13:29:36 -07:00
  • 4b4994f7ec add myApps closes #7634 ofTheo 2023-09-08 13:27:44 -07:00
  • 7d6b980cbf Merge branch 'master' of github.com:openframeworks/openFrameworks ofTheo 2023-09-08 13:25:44 -07:00
  • f1cdeae685 Revert library_html5video.js Theodore Watson 2023-09-07 09:11:02 -07:00
  • 1f7367585b Custom depth shader in materialPBRAdvanced Example (#7643) Nick Hardeman 2023-09-07 11:27:37 -04:00
  • 6f5baa10d2 ofMain: change using namespace std to using string and vector (#7636) alexandre burton 2023-09-06 17:41:04 -04:00
  • 74e39d03cd ofxKinect: std:: conformance (#7642) alexandre burton 2023-09-06 11:55:40 -04:00
  • ef2e076809 emscripten fix audio input to use mediaDevices closes #7638 (#7639) Theodore Watson 2023-09-05 18:44:38 -07:00
  • 54accbb061 Merge branch 'master' of github.com:openframeworks/openFrameworks ofTheo 2023-09-05 15:59:08 -07:00
  • 515bd04438 switch video to mp4 for emscripten - adding muting (#7637) Theodore Watson 2023-09-05 15:37:50 -07:00
  • d619e109d3 Merge branch 'master' of github.com:openframeworks/openFrameworks ofTheo 2023-09-05 15:06:09 -07:00
  • 82522d8dc4 Bugfix emscripten audio loading (#7632) Theodore Watson 2023-09-05 12:34:20 -07:00
  • 4a7833fd74 Update template main.cpp to std::make_shared (#7635) alexandre burton 2023-09-05 15:33:42 -04:00
  • 39dc184aa2 Merge remote-tracking branch 'up/master' into android_fixes Dan Rosser 2023-09-05 23:12:13 +10:00
  • 7fc0dcd0d6 Merge branch 'master' of github.com:openframeworks/openFrameworks ofTheo 2023-09-03 07:53:43 -07:00
  • 39e25cff65 fix video grabbing not working (#7631) Theodore Watson 2023-09-02 16:04:51 -07:00
  • ea7cc6cb34 Merge branch 'master' of github.com:openframeworks/openFrameworks ofTheo 2023-09-02 15:36:33 -07:00
  • 56d8198940 fix video file loading from wasm packaged files (#7630) Theodore Watson 2023-09-02 15:36:11 -07:00
  • 102c997d62 Merge branch 'master' into stable stable ofTheo 2023-08-30 15:28:24 -07:00
  • b818ea0304 update pg 0.12.0 ofTheo 2023-08-30 15:27:44 -07:00
  • d63eb3bfd2 Merge branch 'master' into stable ofTheo 2023-08-30 15:24:01 -07:00
  • 984568f8a9 Merge branch 'master' of github.com:openframeworks/openFrameworks ofTheo 2023-08-30 15:23:47 -07:00
  • 83b5fd0f99 Update CHANGELOG.md Theodore Watson 2023-08-30 13:40:00 -07:00
  • 4cf2356d7d update ofRandomSeed in examples and tests (#7622) alexandre burton 2023-08-30 15:12:08 -04:00
  • 81d915aa4e [fix] invalid hidden character in file (#7624) Olivier XILLO 2023-08-30 20:05:31 +02:00
  • 0bf29b6ac0 Merge branch 'master' of github.com:openframeworks/openFrameworks ofTheo 2023-08-29 13:29:51 -07:00
  • 55ad2f5c32 update changelog.sh script ofTheo 2023-08-29 13:28:40 -07:00
  • 7820c02762 Update CHANGELOG.md Theodore Watson 2023-08-29 13:25:51 -07:00
  • 34e8eaca45 Update manual-nightly.yml 0.12.0-rc1 Theodore Watson 2023-08-28 16:53:04 -07:00
  • 35baee4beb Update package_builds.sh Theodore Watson 2023-08-28 16:30:54 -07:00
  • 3915f20b43 Update package_builds.sh Theodore Watson 2023-08-28 16:22:39 -07:00
  • 42b6dff3e7 Update manual-nightly.yml Theodore Watson 2023-08-28 16:15:24 -07:00
  • 93d0efda14 update submodules ofTheo 2023-08-28 15:16:52 -07:00
  • 478620f212 removal of some iOS examples (#7601) alexandre burton 2023-08-28 15:16:01 -04:00
  • f68ff52821 Emscripten: wrap generated html into a directory (#7617) alexandre burton 2023-08-28 13:31:01 -04:00