1 Star 0 Fork 1

Choice / renderer

forked from Sly_Li / renderer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_macos.sh 235 Bytes
一键复制 编辑 原始数据 按行查看 历史
zauonlok 提交于 2019-11-22 13:22 . Update build scripts
#!/bin/bash
OPTS="-std=c89 -Wall -Wextra -pedantic -O3 -flto -ffast-math"
SRCS="main.c platforms/macos.m core/*.c scenes/*.c shaders/*.c tests/*.c"
LIBS="-framework Cocoa"
cd renderer && clang -o ../Viewer $OPTS $SRCS $LIBS && cd ..
1
https://gitee.com/xchoice/renderer.git
git@gitee.com:xchoice/renderer.git
xchoice
renderer
renderer
master

搜索帮助