This website requires JavaScript.
Explore
Help
Sign In
bob
/
libscgui
Watch
1
Star
0
Fork
0
You've already forked libscgui
Code
Issues
2
Pull Requests
Actions
Packages
Projects
1
Releases
Wiki
Activity
12
Commits
1
Branch
0
Tags
deddc2bbea715bcf90e81d225894f2db3cd7412d
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Bob Polis
deddc2bbea
added run loop actions
2020-10-25 19:03:34 +01:00
.gitignore
added .gitignore for library header
2020-10-23 12:45:42 +02:00
Application.cpp
added run loop actions
2020-10-25 19:03:34 +01:00
Application.hpp
added run loop actions
2020-10-25 19:03:34 +01:00
Image.cpp
added constructor for external surfaces
2020-10-24 18:01:44 +02:00
Image.hpp
added constructor for external surfaces
2020-10-24 18:01:44 +02:00
ImageLock.cpp
added ImageLock RAII class for SDL Surface locking
2020-10-24 18:02:43 +02:00
ImageLock.hpp
added ImageLock RAII class for SDL Surface locking
2020-10-24 18:02:43 +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 event handling order to have custom handlers fire first
2020-10-24 23:15:21 +02:00
Window.hpp
added getter for the texture
2020-10-24 18:02:12 +02:00
S
Description
Lightweight C++ wrapper for SDL2, to create windows for drawing and event handling.
gui
126
KiB