Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add RGFW examples #664

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
run: make -C demo/glfw_opengl4
# - name: build glfw_vulkan
# run: make -C demo/glfw_vulkan
- name: build rgfw_opengl2
run: make -C demo/rgfw_opengl2
- name: build rgfw_opengl3
run: make -C demo/rgfw_opengl3
- name: build rgfw_opengl4
run: make -C demo/rgfw_opengl4
- name: build rgfw_rawfb
run: make -C demo/rawfb/rgfw
- name: build sdl_opengl2
run: make -C demo/sdl_opengl2
- name: build sdl_opengl3
Expand All @@ -46,4 +54,4 @@ jobs:
- name: build x11_xft
run: make -C demo/x11_xft
- name: build example
run: make -C example
run: make -C example
Loading