https://github.com/vokegpu/ekg-demos
a repository with EKG implemented on different OS platforms and GPU APIs
https://github.com/vokegpu/ekg-demos
Last synced: about 1 year ago
JSON representation
a repository with EKG implemented on different OS platforms and GPU APIs
- Host: GitHub
- URL: https://github.com/vokegpu/ekg-demos
- Owner: vokegpu
- License: mit
- Created: 2024-06-08T23:11:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T02:41:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T05:15:15.665Z (over 1 year ago)
- Language: C++
- Size: 2.06 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EKG Demos
Minimum std required 17, toolchains: MinGW64, GCC.
Install [FreeType](http://freetype.org/)
| Platform | Link to demo code | OS |
| --- | --- | --- |
| SDL2 | [Stable](https://github.com/vokegpu/ekg-demos/blob/main/SDL/src/application.cpp) | Linux & Windows |
| GLFW3 | [Stable](https://github.com/vokegpu/ekg-demos/blob/main/GLFW/src/application.cpp) | Linux & Windows |