https://github.com/kaushalmodi/nim-eggx
Nim wrapper for EGGX / ProCALL X11 Graphics library
https://github.com/kaushalmodi/nim-eggx
c eggx ffi graphics library nim nimterop wrapper
Last synced: about 1 month ago
JSON representation
Nim wrapper for EGGX / ProCALL X11 Graphics library
- Host: GitHub
- URL: https://github.com/kaushalmodi/nim-eggx
- Owner: kaushalmodi
- License: gpl-3.0
- Created: 2019-01-28T22:31:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T15:40:52.000Z (about 5 years ago)
- Last Synced: 2025-10-11T06:34:46.380Z (9 months ago)
- Topics: c, eggx, ffi, graphics, library, nim, nimterop, wrapper
- Language: C
- Size: 444 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+title: Nim wrapper for EGGX / ProCALL X11 Graphics library
* EGGX library source
http://www.ir.isas.jaxa.jp/~cyamauch/eggx_procall/
* Versions tested
- EGGX :: 0.80
- OS :: CentOS 7.6
- Nim :: nim 1.5.1 (/devel/ as of <2021-05-24 Mon>)
- Nimterop :: 0.6.13
* Requirements
Needs an OS with X11.
* Demo
#+begin_example
git clone https://github.com/kaushalmodi/nim-eggx
cd nim-eggx
nimble test
#+end_example
[[./doc/img/mandel.gif]]