forked from Hartmut/paradiso
- update copyright
- add instructions for cross-compilation - add utility function for Windows and Linux executable path
This commit is contained in:
parent
a4f6803c35
commit
317cde6fa1
30 changed files with 243 additions and 102 deletions
|
@ -5,12 +5,14 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <istream>
|
||||
#include <paradiso/bitmap.hpp>
|
||||
#include <paradiso/context.hpp>
|
||||
#include <paradiso/geometry.hpp>
|
||||
#include <paradiso/renderer.hpp>
|
||||
#include <paradiso/shader.hpp>
|
||||
#include <paradiso/sprite.hpp>
|
||||
#include <paradiso/utils.hpp>
|
||||
#include <paradiso/window.hpp>
|
||||
|
||||
#include <iomanip>
|
||||
|
@ -18,6 +20,9 @@
|
|||
|
||||
auto main() -> int {
|
||||
|
||||
//
|
||||
std::cout << "running: " << paradiso::get_executable_path() << '\n';
|
||||
|
||||
// Ausgabefenster ... sieht aus als wäre es auf dem Stack
|
||||
auto window = paradiso::Window();
|
||||
|
||||
|
@ -122,4 +127,4 @@ auto main() -> int {
|
|||
};
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue