|
|
3 năm trước cách đây | |
|---|---|---|
| .. | ||
| NoWindow.cpp | 5 năm trước cách đây | |
| README.md | 6 năm trước cách đây | |
| Win32Window.cpp | 3 năm trước cách đây | |
| X11Window.cpp | 3 năm trước cách đây | |
The native window implementation for a certain system should begin with the name of the library being linked, and continue with a postfix "Window.cpp". For example: Linking to "X11" using "-lX11" will look for "X11Window.cpp" for the code that implements the following constructor. std::shared_ptrdsr::BackendWindow createBackendWindow(const dsr::String& title, int width, int height);
If your application won't create any window, compile and link with NoWindow.cpp to get rid of all dependencies.