https://github.com/dougbinks/bgfx-renderthread-test
BGFX Render Thread Test
https://github.com/dougbinks/bgfx-renderthread-test
Last synced: over 1 year ago
JSON representation
BGFX Render Thread Test
- Host: GitHub
- URL: https://github.com/dougbinks/bgfx-renderthread-test
- Owner: dougbinks
- License: bsd-2-clause
- Created: 2020-08-21T10:50:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T16:21:51.000Z (almost 6 years ago)
- Last Synced: 2025-02-11T13:21:51.660Z (over 1 year ago)
- Language: C++
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bgfx-renderthread-test
BGFX Render Thread Test
This project is a test of using [bgfx](https://github.com/bkaradzic/bgfx) to render with multithreaded API thread and bgfx render thread.
Supports Windows, Linux X11, OSX.
The backend defaults to OpenGL, but can be changed to other backends (or Count, which chooses default) by modifying the [preferredRenderer](https://github.com/dougbinks/bgfx-renderthread-test/blob/master/bgfx-renderthread-test.cpp#L24).
## Using CMake to create the project
From a command prompt in the root project directory:
1. `mkdir build`
1. `cd build`
1. `cmake ..` or for Xcode `cmake -G Xcode ..`
1. Either run `make all`, for Visual Studio open .sln file, or for Xcode open project