ubuntu 20.04 LTSでコンパイル
“emscriptenでopenFrameworksをwebassemblyにコンパイル” の続きを読むemscriptenでopencvをwasmにコンパイル
実行環境
- OS: ubuntu 20.04 (x86_64)
- opencv4 github latest (commit a3e7c2d8e3ebb32a5ee58c8f3265dacead318572)
- emscripten sdk-fastcomp-1.38.31-64bit
hsp3.6β3でHGIMG4のweb版(dish版)の出力の仕方
\hsp36beta\sample\hgimg4\res\shadersフォルダにあるファイルをすべてweb版(dish版)にするhspソースファイルがあるフォルダのdataフォルダにコピーする。
“hsp3.6β3でHGIMG4のweb版(dish版)の出力の仕方” の続きを読むalpine linux
alpine linuxでコンソールのフォントのサイズを大きくする仕方。
apk add terminus-font
setfont ter-132n.psf.gz
alpine linuxでRECBOXのディレクトリをマウントするやり方。
mount -t cifs -o username=guest,password=,ro,vers=1.0 //192.168.1.100/contents /mnt/recbox01
v86 archlinuxでblender2.48b-i386-staticが起動するものの、python25.soがなくてうごかず、makepkg -Sでコンパイルして共有ライブラリを置いたら動くかも。
jslinuxのネットワーク
# docker run --privileged -p 8080:80 --name relay benjamincburns/jor1k-relay:latest
https://bellard.org/jslinux/vm.html?url=alpine-x86-xwin.cfg&mem=256&graphic=1&net_url=ws://localhost:8080/
jetson nanoで視れる、聞けるネットサービス
jetson nanoのファイヤフォックスで音がでなくなったときの話
firefoxの音の出力先がpinになっていたので、pavucontrolでApplicationsのリストにしてfirefoxの音の出るデバイスをhdmiに変えました。
ブレンダーの機能ごとのCPU・GPU対応
バージョン / 機能 | レンダー | 物理演算 | 流体演算 | ||
blender internal | cycles | eevee | |||
2.79b | cpu | cpu / gpu | – | cpu | cpu |
2.83 | – | cpuとgpu 同時利用 | gpu | cpu (gpu?) | cpu |
参考
ブレンダーのどのバージョンとレンダーでカラーコースティクスができるか?
レンダー / バージョン | 2.79b | 2.80 | 2.81から(2020年8月4日時点) |
internal | – | – | |
cycles | color causticsできる | color causticsできる | color causticsできる |
eevee | – | color causticsできない ※バグでcausticsはできる | color causticsできない |
参考 Fake Caustics in EEVEE@devtalk.blender.org