Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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