An open API service indexing awesome lists of open source software.

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

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]]