Go to file
Claudius Holeksa 0605ea1e3d tidy file and cdb target 2023-02-25 22:45:52 +01:00
.nix maybe release.nix is fixed now? 2023-02-02 18:08:54 +01:00
driver refactor rename 2023-02-25 22:28:10 +01:00
source/forstio/window refactor rename 2023-02-25 22:28:10 +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
.clang-tidy tidy file and cdb target 2023-02-25 22:45:52 +01:00
.gitignore gitignore 2023-02-19 17:46:49 +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 tidy file and cdb target 2023-02-25 22:45:52 +01:00
default.nix moving to snake_case 2023-02-23 13:09:15 +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