Skip to content
/ 20190831 Public

Test code for live on Sat 31 Aug. 2019 (WIP)

Notifications You must be signed in to change notification settings

mizt/20190831

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

20190705

Test code for live on Fri 05 July 2019 (WIP)

Requirements

Xcode Command Line Tools

Build & Run example

How to build ./Metal/Metal

Build MSL
$ cd ./Metal
$ xcrun -sdk macosx metal -c blue.metal -o blue.air; xcrun -sdk macosx metallib blue.air -o blue.metallib
Build Command Line Tool & Run
$ cd ./Metal
$ xcrun clang++ -ObjC++ -lc++ -fobjc-arc -O3 -std=c++17 -Wc++17-extensions -framework Cocoa -framework Metal -framework Quartz ./MetalView.mm ./Metal.mm -o Metal
$ ./Metal

Linking libjpeg-turbo

-I../libs/libjpeg-turbo -L../libs/libjpeg-turbo -lturbojpeg

Using CodeRunner

-cr-noautoinclude

Live

live on Fri 19 Apr. 2019

See also

rdm-jpg Extra JPEG File Format.
map/write.mm Bake a Map data.
METAL-NYUMON(CodeRunnerでビルドする方法)
kimasendorf/ASDFPixelSort
PixelSortの高速化

Note

transition used CoreGraphics private API.

20190318

OSCのライブラリを自作のものからTinyOSCに変更

About

Test code for live on Sat 31 Aug. 2019 (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published