Skip to content

Commit 7982b2a

Browse files
committed
#1-Write README.doc
Augmented the initial text.
1 parent a6c782d commit 7982b2a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ an object overlay of the **GLFW** library, and the need to associate it with
88
a library for loading images under the **MIT license** or from the public
99
domain, free of rights, to associate them with icons provided in OGLFW.
1010

11+
## No way to find such a library - Alternative
1112
Being unable to find such a library under this type of license, a solution
1213
was to let users of the original **OGLFW** library load the images themselves
1314
using the external library of their choice, even if not under the MIT license.
@@ -23,17 +24,20 @@ an external library which allows the loading of **BMP** images. Unfortunately,
2324
no library met the required licensing criteria or, when unlicensed or under
2425
**MIT** license, did not allow decoding of all cases of BMP image encoding.
2526

27+
## CppBMPLoader is the implemented solution
2628
The **CppBMPLoader** library therefore fills this gap by offering the only
2729
loading of **BMP** images in all the forms that this image format allows and
28-
under the permissive MIT license. It will also meet many other needs when we
29-
see the quantity of questions asked on this subject on the Internet and the
30+
under the permissive MIT license. It will also meet many other needs when one
31+
sees the quantity of questions asked on this subject on the Internet and the
3032
number of BMPLoader libraries already existing but apparently incomplete that
31-
we can find on *GitHub*, programmed in c++ or in other programming languages.
33+
can be found on *GitHub*, programmed in c++ or in other programming languages.
3234

35+
## c++11 and c++20 versions
3336
Initially, two versions of the library are offered, one responding to standard
3437
c++11 of the programming language and the other responding to standard c++20
3538
and offering more advanced programming concepts (e.g. programmed in the form
36-
of c++ modules ).
39+
of c++ modules).
3740

41+
## Notice
3842
Notice: by April and May 2024, this original library **OGLFW** is still under
3943
development.

0 commit comments

Comments
 (0)