https://github.com/pianopia/nim_opengl_example
https://github.com/pianopia/nim_opengl_example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pianopia/nim_opengl_example
- Owner: pianopia
- Created: 2020-03-12T11:22:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T11:30:12.000Z (over 6 years ago)
- Last Synced: 2025-02-08T00:28:39.973Z (over 1 year ago)
- Language: Nim
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nim_opengl_example
hotcodereloadingは上手く動かない。
openglでアニメーションはOK。
```nim
# 以下で実行
nim c -r --threads:on src/nim_opengl.nim
```