Simple renderer of complex functions including recursive
This program draws a user-defined function from complex plane to RGBA color. Currently, compiled program draws Mandelbrot set, but if you want to draw another function, you need to inherit it from 'Renderer' class in sources, pass it to 'Window' and recompile project.
Including 4 versions. The first one was written with C++ and uses CPU 128-bit double. The second does the same, but was written with D language and Derelict3. The third uses GPU (GLSL shaders) to draw Mandelbrot set. It is...
This is a webcomic reader that connects to a webcomic of your choice (dynamically extensible via regex-based plugins) and displays or updates strips. The current version is based on SDL and written in the D programming language.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Anime checker is a portable tool that verifies the integrity of your files. It calculates the CRC32 of your files and compares it with the one found in the filename. Useful with fansubbed animes.
SIGE - Simple Imperative Game Engine SIGE is a toolkit for game creation with OpenGL. At the moment suport for menus, textures, keybindings and configuration files is working. The project plans to include audio and video at a later time.
Tingo is a cross-platform, high-performance GUI library with D programming language providing features similar to (and modelled on) core Java or C# facilities
Voodoo Exchange Networking Library is a D library that provides a simple API for creating streaming, peer-to-peer TCP connections between two clients, even if they are behind NATs or firewalls, by attempting multiple NAT traversal algorithms.