| Projects on Google Code | Results 1 - 10 of 16 |
基于 D 2.0 + druntime,编译器推荐 DMD 2.0 最新版本(注意:目前 d-phoenix 仅兼容 Windows ,其他平台暂未列入计划中)。
初始版本 0.5.1 推荐使用 DMD 2.019,因为这个版本还没有移植到 druntime 上。
如果想要体验 druntime ,请使用 DMD 2.021 或 DMD 2.0 最新版本并 Check out 最新版本。
老实说,我也不知道这个项目会做到什么地步。
现在已经完成常见数据结构,并发布初始版本 0.5.1。
并行/并发这块设计还没想好,可能会对 Thread 有些增改。
已经有了些概念,而且也做...
= [liboderogue] =
A library for creating roguelike games in D. It is built on the libtcod.
= [IronMan OdeRogue: The IronMan] =
A simple roguelike game where the player tries to get as deep in the dungeon as possible. The player will need to find better equipment and advance in levels as (s)...
What it is:
* A set of modules that provide an extremely thin binding for the curses library in D.
Please take a look at the [http://sites.google.com/site/ylixir/projects/ycurses project home page] for more information. Or see the current status of the project by looking at the [http://sites.g...
= dactor =
dactor 是使用D语言编写的轻量级线程运行框架,使用了 D2 runtime 提供的 Fiber 作为最小的逻辑执行,编写调度器来调度大量轻量级线程的运行。调度器充分考虑高并发(无IO阻塞)、并行(多线程调度)、异步(aio/iocp、socket)和分布式(位置无关)等,非常适合编写高并发服务器程序。
dactor 使用 Coroutine + Actor 模型实现,实现高并发、并行、异步、分布式等特性时,还能够保证逻辑的连贯性,因此非常适合编写逻辑复杂的高并发分布式服务。
= D语言 =
[http://www.digitalmars.com/d/...
libtcod-d is a set of files to enable you to use the [http://doryen.eptalys.net/libtcod libtcod] library using the [http://www.digitalmars.com/d D] programming language. It should work with both D1 and D2 (Tango isn't supported, sorry). It is strictly a set of bindings to the C API, so no native D o...
= Bible Manuscript Designer =
----
===*Introduction*===
Currently their seems to be an almost endless stream of internet sites offering access to biblical resources. While this initiative is to be commended it's real limitations become apparent while you are working as a Missionary in the field. ...
= deed - Dee D Library of Sorts =
----
===*Introduction*===
This is a library of odds-n-ends code for the [http://www.digitalmars.com/d/ DigitalMars D] Programming Language.
----
It may hinder...
It may help...
If may spark some new ideas... If so cool!
----
You have been warned :-)
初步打算实现.NET的核心库,它基于D 2.0 + Phobos,不会修改其运行时
Vspirit is a class library for the D Programming Language which has java-like interfaces.
初步打算实现.NET的核心库