You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libksquirrel/doc/html/ksquirrel-libs-about.html

25 lines
1023 B

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>KSquirrel: development</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name='Author' content='Baryshev Dmitry/Krasu'>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<p>ksquirrel-libs can be described in following terms:
<p><ul>
<li>ksquirrel-libs is a set of codecs for the browser of images KSquirrel.
<li>format of libraries is very simple, so you can write the codec necessary to you.
<li>you can use ksquirrel-libs in your program - simply realize the mechanism, allowing to manipulate a set of such libraries (like SQ_LibraryHandler class in KSquirrel).
<li>each codec has a strictly defined set of functions which provide the interface of library.
<li>from the version 0.6.0-pre1 codecs are written on C++.
<li>from the point of view of C++ all codecs absolutely identical - they differ only with contents of methods.
</ul>
</body>
</html>