Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)