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

Reference other available versions of the template #23

Merged
merged 1 commit into from
Apr 3, 2024
Merged
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
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ After using this template to create your own repository, it is time to first run

## Other versions

If you want another version of this template, on using the template **check the box** to _"Include all branches"_, as
every version is a separate branch. The following versions of this template are included:
There are other versions of this template:

- Version 2 - Currently selected
- [Version 1](https://github.com/MartinHelmut/cpp-gui-template-sdl2/tree/version-1) - Older version without CPack
- [SDL3 & OpenGL](https://github.com/MartinHelmut/cpp-gui-template-sdl3-opengl)
- [SDL3 Renderer](https://github.com/MartinHelmut/cpp-gui-template-sdl3)
- [SDL2 & OpenGL](https://github.com/MartinHelmut/cpp-gui-template-sdl2-opengl)

As the SDL2 renderer does not support multi-viewport and detached widgets, there is another version of this template
with [**OpenGL** in a separate repository](https://github.com/MartinHelmut/cpp-gui-template-sdl2-opengl).
**Remark:** The SDL2/3 renderer versions do not support multi-viewport and detached widgets, but the OpenGL versions do.

## Disclaimer

Expand Down