https://github.com/milleniumbug/fltk.net
https://github.com/milleniumbug/fltk.net
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/milleniumbug/fltk.net
- Owner: milleniumbug
- Created: 2025-07-13T23:59:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T00:03:45.000Z (12 months ago)
- Last Synced: 2025-07-14T02:47:32.856Z (12 months ago)
- Language: C
- Size: 83 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FLTK.NET
C# bindings to the FLTK GUI library (strictly speaking, going through cfltk first)
The project is split up into FLTKNative which provides nothing more than raw bindings to cfltk, and FLTK.NET which is a high-level wrapper written in idiomatic C#
The project is a work in progress, the remaining APIs to implement are listed in [this file](https://github.com/milleniumbug/FLTK.NET/blob/main/FLTK.NET/include/remaining.h)
## License
TBD. I'll probably pick either MIT or whatever FLTK uses.