https://github.com/phikill/vk_cube_ac89
Vulkan cube Demo, but attempt to switch to the C89
https://github.com/phikill/vk_cube_ac89
386 ansi-c c89 c90 open-watcom vulkan vulkan-api vulkan-sdk watcom windows windows-nt x32
Last synced: 3 months ago
JSON representation
Vulkan cube Demo, but attempt to switch to the C89
- Host: GitHub
- URL: https://github.com/phikill/vk_cube_ac89
- Owner: phikill
- Created: 2024-07-13T23:42:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T14:29:55.000Z (11 months ago)
- Last Synced: 2025-01-20T20:41:14.714Z (4 months ago)
- Topics: 386, ansi-c, c89, c90, open-watcom, vulkan, vulkan-api, vulkan-sdk, watcom, windows, windows-nt, x32
- Language: C
- Homepage:
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vk_cube_ansi_C89
#### Vulkan cube Demo, but I downgraded to the ANSI C 89 standard.## Works Fine !...
to compile you can use an x32/386 compiler or higher.
To start the program, you need a GPU compatible with Vulkan drivers.
## Used Compilers
(MinGW.org GCC-6.3.0-1) 6.3.0
Open Watcom 1.9#### !! I did it during my free lunch time. Maybe there are errors that I didn't see in the code, maybe it can't work on your computer
## Why made for the c89?
because it's easier for me to understand this pattern, and also because of watcom
## [ALERT !] : I only tested on Windows.
# !! [ERRORS]
Hardware : GTX 1060 = 0
Hardware : Intel(R) HD Graphics 530 = 1Does not work with Vulkan 1.0, only with 1.1 or higher