https://github.com/meshula/gusteau
Anyone can code
https://github.com/meshula/gusteau
Last synced: 8 months ago
JSON representation
Anyone can code
- Host: GitHub
- URL: https://github.com/meshula/gusteau
- Owner: meshula
- License: bsd-3-clause
- Created: 2018-12-06T07:01:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T03:32:55.000Z (over 4 years ago)
- Last Synced: 2025-02-01T12:51:14.597Z (over 1 year ago)
- Language: C++
- Size: 2.81 MB
- Stars: 11
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
Gusteau - Anyone Can Code
Copyright 2018 by Nick Porcino
License of the code is BSD-3 Clause.
This is a tutorial program demonstrating how to write a simple application
framework with separate threads for rendering, user interface, and application
computation.
It's tested on Ubuntu and Windows.
Prerequesite - GLFW3 must be prebuilt and available.