Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fltk-rs/fltk-book
An mdbook for fltk-rs
https://github.com/fltk-rs/fltk-book
Last synced: about 2 months ago
JSON representation
An mdbook for fltk-rs
- Host: GitHub
- URL: https://github.com/fltk-rs/fltk-book
- Owner: fltk-rs
- License: mit
- Created: 2021-12-16T00:05:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T17:30:11.000Z (10 months ago)
- Last Synced: 2024-03-01T17:32:05.478Z (10 months ago)
- Size: 5.03 MB
- Stars: 9
- Watchers: 2
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fltk-book
This is an mdbook for fltk-rs. It can be accessed online using the following link:
https://fltk-rs.github.io/fltk-book
[本書的中文翻譯](https://flatig.vip/fltk-book-zh)
You can print and save as pdf to read at your convenience.
To contribute:
1- You need to `cargo install mdbook`
2- Fork this repo and clone your fork.
3- modify files.
4- run `mdbook build`.
5- check things are correct by running `mdbook serve` and checking the output in your browser.
6- Push your changes and open a pull request.
You can also contribute to the Chinese translation [here](https://github.com/Flatigers/fltk-book-zh)