blob: 16668d7a1bebf48769fcb0e1638005a106975f1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!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>
|