Go to file
Claudius Holeksa 0a0f06c925 c++: Moved to new lib dep structure 2023-04-02 20:19:26 +02:00
.nix c++: Moved to new lib dep structure 2023-04-02 20:19:26 +02:00
driver c++: Moved to new lib dep structure 2023-04-02 20:19:26 +02:00
source/forstio/window c++: Moved to new lib dep structure 2023-04-02 20:19:26 +02:00
test initial commit 2020-10-15 01:35:31 +02:00
.clang-format added new clang format and fixed window creation endless loops + implemented missing functions 2020-10-27 05:04:44 +01:00
.clang-tidy tidy file and cdb target 2023-02-25 22:45:52 +01:00
.gitignore binary file 2023-02-26 12:57:58 +01:00
LICENSE license file 2020-11-15 16:14:49 +01:00
README.md renamed project 2021-12-29 20:17:33 +01:00
SConstruct c++: Moved to new lib dep structure 2023-04-02 20:19:26 +02:00
default.nix c++: Moved to new lib dep structure 2023-04-02 20:19:26 +02:00

README.md

forstio-window

Window creation and OpenGL context creation library with a little more abstraction compared to other libraries.

Dependencies

  • forstio
  • C++ compiler (g++/clang++) with std++17
  • scons

Build

scons

Examples

No examples yet

Roadmap

  • Windows support
  • Pixelbuffer creation