Skip to content

Commit 83b5fd0

Browse files
authored
Update CHANGELOG.md
1 parent 4cf2356 commit 83b5fd0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@
1818
### All 0.12.0 changes newest to oldest ###
1919
Grabbed via: `git log --oneline --ancestry-path ac69b2f..34e8eac --pretty=format:'- %s [commit](https://github.com/openframeworks/openFrameworks/commit/%H)' > changes.txt`
2020

21+
Major Changes:
22+
- all: Physical Based Rendering (PBR) now supported in ofxAssimpModelLoader and ofMaterial
23+
- all: Built in shadow support
24+
- all: C++17 default
25+
- arm: aarch64 / 64bit support for Rapsberry Pi and other arm64 devices
26+
- Windows: ofMediaFoundationSoundPlayer can be used instead of fmod
27+
- macOS: ofAVEngineSoundPlayer can be used instead of fmod
28+
- Windows ofMediaFoundationPlayer for video playback. No need for codecs!!!
29+
- iOS: ARC is now enabled for all projects by default. Some addons might require -fno-objc-arc for files which aren't ARC compatible. [More info](https://stackoverflow.com/a/6658549)
30+
- emscripten: Loads of emscripten fixes to make more examples compatible.
31+
- all: new computer_vision / OpenCV examples
32+
- msys2: UCRT64 support
33+
34+
Full list:
2135
- Update manual-nightly.yml [commit](https://github.com/openframeworks/openFrameworks/commit/42b6dff3e77aa49425dffc2902d32ca86c818a59)
2236
- update submodules [commit](https://github.com/openframeworks/openFrameworks/commit/93d0efda1413471e6f50761f73b1e72f04f6ba42)
2337
- removal of some iOS examples (#7601) [commit](https://github.com/openframeworks/openFrameworks/commit/478620f212ec09b48abfd99e8e285c09b97ca921)

0 commit comments

Comments
 (0)