Skip to content

Commit

Permalink
Merge pull request #53 from gabm/opengl
Browse files Browse the repository at this point in the history
Introduce OpenGL-based renderer
  • Loading branch information
gabm authored Feb 27, 2024
2 parents 0b6ebfc + d8e4e75 commit 7ab646b
Show file tree
Hide file tree
Showing 28 changed files with 1,443 additions and 638 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"args": [
"--filename",
"/home/gabm/Pictures/Screenshots/swappy-20230921-054340.png",
"/home/gabm/Pictures/Screenshots/satty-20240109-22:19:08.png",
//"/home/gabm/Pictures/Wallpaper/torres_1.jpg"
"--output-filename",
"/tmp/out.png"
Expand Down
7 changes: 4 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
"run",
"--",
"--filename",
"/home/gabm/Pictures/Screenshots/satty-20240109-22:19:08.png",
"/home/gabm/Pictures/Screenshots/satty-20240219-14:19:29.png", // small
//"/home/gabm/Pictures/Screenshots/satty-20240109-22:19:08.png", // big
//"--fullscreen",
//"--output-filename",
//"/tmp/out.png",
"--output-filename",
"/tmp/out.png",
"--copy-command",
"wl-copy",
],
Expand Down
Loading

0 comments on commit 7ab646b

Please sign in to comment.