Skip to content

Commit

Permalink
add container screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Mar 1, 2024
1 parent fe15387 commit f006e9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ running `make debug` which compiles and runs each example in debug mode

![example screenshot](https://github.com/ColleagueRiley/RSGL/blob/main/screenshot.PNG?raw=true)
![example screenshot](https://github.com/ColleagueRiley/RSGL/blob/main/screenshot2.PNG?raw=true)
![example screenshot](https://github.com/ColleagueRiley/RSGL/blob/main/screenshot3.PNG?raw=true

## basic.c
`examples/basic.c` is a basic example which goes through many of the window managing features RSGL has\
Expand Down Expand Up @@ -171,6 +172,9 @@ in the example, you can toggle between opengl 3.0+ and opengl 2.0- by pressing t
`examples/button.c` is an example that shows off how to create and manage buttons using RSGL,
these include, a default style button, an checkbox, a toggle button, radio buttons, a comboBox and a custom button

# container.c
`examples/container.c` is an example which shows how to create and manage a widget container

# Dependencies
All of RSGL's (non-native) dependencies are built-in,

Expand Down
Binary file added screenshot3.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f006e9b

Please sign in to comment.