Go to file
keldu 704351b459 changed to name 2022-01-01 20:24:31 +01:00
driver changed to name 2022-01-01 20:24:31 +01:00
source/forstio/window changed to name 2022-01-01 20:24:31 +01: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
.gitignore gl context 2020-10-18 16:00:02 +02: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 renamed project 2021-12-29 20:17:33 +01: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