can shot images, store them into png and display in OpenGL window

This commit is contained in:
eddyem
2020-03-30 17:21:37 +03:00
parent 913f6dfe85
commit 85da8be186
13 changed files with 1168 additions and 296 deletions

View File

@@ -2,6 +2,7 @@
PROGRAM := grasshopper
LDFLAGS := -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,--discard-all
LDFLAGS += -lusefull_macros -lflycapture-c -lflycapture -L/usr/local/lib
LDFLAGS += -lm -pthread -lglut -lGL -lX11
SRCS := $(wildcard *.c)
DEFINES := $(DEF) -D_GNU_SOURCE -D_XOPEN_SOURCE=1111
OBJDIR := mk