Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgmb/hello-filament
A very, very hacked together Google Filament example project
https://github.com/cgmb/hello-filament
Last synced: 27 days ago
JSON representation
A very, very hacked together Google Filament example project
- Host: GitHub
- URL: https://github.com/cgmb/hello-filament
- Owner: cgmb
- Created: 2018-12-27T10:56:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T10:59:10.000Z (about 6 years ago)
- Last Synced: 2023-08-01T13:23:37.287Z (over 1 year ago)
- Language: C++
- Size: 40 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GLFW Hello Triangle
This is kinda hacked together, but it's a hello triangle for Google Filament
with GLFW.Target platform is Ubuntu 16.04. This was tested against filament
a831c507cfd0e3fdce3e78df51fe5b7995f0b89c, with the build files modified
slightly so it could compile.# Build Command
CC=/usr/bin/clang-6.0 CXX=/usr/bin/clang++-6.0 cmake -H. -Bbuild && cmake --build build