Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qszhu/visionos-nim
Renders a triangle with Metal in a VisionOS window using Nim
https://github.com/qszhu/visionos-nim
Last synced: 2 days ago
JSON representation
Renders a triangle with Metal in a VisionOS window using Nim
- Host: GitHub
- URL: https://github.com/qszhu/visionos-nim
- Owner: qszhu
- Created: 2024-04-07T07:00:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T14:03:50.000Z (9 months ago)
- Last Synced: 2024-04-07T15:24:03.582Z (9 months ago)
- Language: Nim
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![screenshot](https://qszhu.github.io/assets/images/2024-04-06/10.png)
* `src`
* `lib`
* [`metalcpp.nim`](src/lib/metalcpp.nim): minimum Nim binding to metal-cpp
* [`NimMetalRenderer.nim`](src/NimMetalRenderer.nim): Metal renderer in Nim
* [`prebuild.sh`](prebuild.sh): build script to compile Nim to C++ header