https://github.com/kevinw/jai_d3d11_example
Direct3D minimal Jai example
https://github.com/kevinw/jai_d3d11_example
Last synced: about 1 month ago
JSON representation
Direct3D minimal Jai example
- Host: GitHub
- URL: https://github.com/kevinw/jai_d3d11_example
- Owner: kevinw
- Created: 2020-11-29T12:10:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T12:09:25.000Z (over 4 years ago)
- Last Synced: 2025-02-16T08:44:04.352Z (3 months ago)
- Language: HLSL
- Homepage:
- Size: 177 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Direct3D 11 minimal Jai example
From [this gist originally by d7samurai](https://gist.github.com/ashelley/6520e2ad63cb366c0155353cb8ed7b6d)
To compile and run:
```
jai -x64 d3d11_example.jai && d3d11_example.exe
```