blob: 1a4398c4983acfe45ae17c13f9b3a22765123e98 (
plain) (
tree)
|
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<h1>3</h1>
<ul>
<li>Remove unused variables from Makefile.</li>
<li>Require the LLP64 data model when compiling.</li>
<li>Create working multithreaded example.</li>
<li>Depend also on libpng.</li>
<li>Remove JPEG as a supported image format.</li>
</ul>
<h1>2</h1>
<ul>
<li>Cleanup code.</li>
<li>Create argument handler.</li>
<li>Create better support for different image formats.</li>
<li>Remove C-string functions in favour of the ones in <cstring>.</li>
<li>Greatly improve debugging.</li>
<li>Create foundation for new multithreaded multiprecision renderer.</li>
<li>Remove old renderer.</li>
<li>Completely remove Rust artifacts.</li>
</ul>
<h1>1</h1>
<ul>
<li>Add changelog.</li>
<li>Add README.</li>
<li>Move codebase to C++.</li>
<li>Copy renderer from MandelbrotSDL.</li>
<li>Change default filetype to PPM.</li>
</ul>
<h1>0</h1>
<ul>
<li>First.</li>
</ul>
</body>
</html>
|