项目作者: hirohiro447

项目描述 :
Fortran module for libui
高级语言: Fortran
项目地址: git://github.com/hirohiro447/libuif.git
创建时间: 2017-06-27T04:29:48Z
项目社区:https://github.com/hirohiro447/libuif

开源协议:MIT License

下载


libuif

Overview

Fortran module for libui: a portable GUI library for C

libui: https://github.com/andlabs/libui

Requirement

libui: https://github.com/andlabs/libui

gfortran Version4.9 later

Update

2017/7/5 add C interface usleep and pthreads, add samples

Usage

Linux

ex.

gfortran -c -O2 -g -Wall libuif_structs.f90

gfortran -c -O2 -g -Wall libuif.f90

puts sample source and libuif_structs.mod,libuif.mod and libui.a(if use static link library) in same folder.

gfortran -O2 -g -Wall -o ./sample sample-source.f90 -L. -lui pkg-config gtk+-3.0 --libs -ldl

Licence

MIT

Author

hirohiro447