dlangui/screenshots.html

89 lines
4.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>DlangUI - cross platform GUI library for D programming language - screenshots</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>DlangUI</h1>
<h2>Cross Platform GUI for D programming language</h2>
</header>
<section id="downloads" class="clearfix">
<a href="index.html" id="home" class="button"><span>Home</span></a>
<a href="ddox/index.html" id="home" class="button"><span>API Docs</span></a>
<a href="screenshots.html" id="home" class="button"><span>Screenshots</span></a>
<a href="https://github.com/buggins/dlangui/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
<!--a href="https://github.com/buggins/dlangui/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a-->
<a href="https://github.com/buggins/dlangui" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<hr>
<section id="main_content">
<h1>Screenshots</h1>
<!-- Generated by Ddoc from src\screenshots.d -->
<p>click on image to see it unscaled</p>
<hr/>
<h2>example1 on Windows</h2>
<a href="screenshots/screenshot-example1-windows.png"><img src="screenshots/screenshot-example1-windows.png"/></a>
<hr/>
<h2>example1 on Ubuntu Linux</h2>
<a href="screenshots/screenshot-example1-ubuntu.png"><img style="width: auto; max-width: 100%" src="screenshots/screenshot-example1-ubuntu.png"/></a>
<hr/>
<h2>DlangIDE project</h2>
<a href="screenshots/screenshot-dlangide.png"><img src="screenshots/screenshot-dlangide.png"/></a>
<hr/>
<h2>Tetris Game demo (dub run dlangui:tetris)</h2>
<a href="screenshots/screenshot-tetris.png"><img src="screenshots/screenshot-tetris.png"/></a>
<hr/>
<h2>DlangIDE project with Dark theme</h2>
<a href="screenshots/screenshot-dlangide-dark.png"><img src="screenshots/screenshot-dlangide-dark.png"/></a>
<hr/>
<h2>example1 with Dark theme</h2>
<a href="screenshots/screenshot-example1-dark.png"><img src="screenshots/screenshot-example1-dark.png"/></a>
<hr/>
<h2>OpenGL demo (dub run dlangui:opengl)</h2>
<a href="screenshots/screenshot-opengl.png"><img src="screenshots/screenshot-opengl.png"/></a>
<hr/>
<h2>IRC Client demo (dub run dlangui:ircclient)</h2>
<a href="screenshots/screenshot-ircclient.png"><img src="screenshots/screenshot-ircclient.png"/></a>
<hr/>
<h2>DMiner demo (dub run dlangui:dminer)</h2>
<a href="screenshots/screenshot-minerd.png"><img src="screenshots/screenshot-minerd.png"/></a>
<hr/>
<h2>FileDialog</h2>
<a href="screenshots/screenshot10.png"><img src="screenshots/screenshot10.png"/></a>
<hr/>
<h2>Text file opened in SourceEdit</h2>
<a href="screenshots/screenshot11.png"><img src="screenshots/screenshot11.png"/></a>
<hr/>
<h2>Context menu - PopupMenu</h2>
<a href="screenshots/screenshot12.png"><img src="screenshots/screenshot12.png"/></a>
<hr/>
</section>
<footer>
Dlangui is maintained by <a href="https://github.com/buggins">buggins</a><br>
This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>