This website requires JavaScript.
Explore
Help
Sign In
bob
/
libscgui
Watch
1
Star
0
Fork
0
You've already forked libscgui
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
6
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Bob Polis
b67f68cd6c
changed get_window() to window() for consistency
2020-10-24 15:58:09 +02:00
.gitignore
added .gitignore for library header
2020-10-23 12:45:42 +02:00
Application.cpp
added Application; implemented event handling
2020-10-24 13:02:18 +02:00
Application.hpp
added Application; implemented event handling
2020-10-24 13:02:18 +02:00
Image.cpp
added Image class to wrap SDL_Surface; changed Window to use Images
2020-10-24 15:13:13 +02:00
Image.hpp
added Image class to wrap SDL_Surface; changed Window to use Images
2020-10-24 15:13:13 +02:00
Makefile
first commit
2020-10-23 12:43:47 +02:00
SDLImageWrapper.cpp
added namespaces
2020-10-23 13:55:57 +02:00
SDLImageWrapper.hpp
added namespaces
2020-10-23 13:55:57 +02:00
SDLWrapper.cpp
added namespaces
2020-10-23 13:55:57 +02:00
SDLWrapper.hpp
added namespaces
2020-10-23 13:55:57 +02:00
Window.cpp
changed get_window() to window() for consistency
2020-10-24 15:58:09 +02:00
Window.hpp
changed get_window() to window() for consistency
2020-10-24 15:58:09 +02:00
Description
Lightweight C++ wrapper for SDL2, to create windows for drawing and event handling.
gui
126
KiB