D game engine -- Any suggestions?

Paulo Pinto pjmlp at progtools.org
Wed Nov 20 00:57:10 PST 2013


On Wednesday, 20 November 2013 at 07:48:21 UTC, Mineko wrote:
> Yo, I'm starting off a new game engine designed around D, and I 
> just wanted to know if some of you might be kind enough to 
> review some of my base code and tell me if I need to change 
> anything in it.. While it's small. ;_;
>
> I'm still learning D, I quite like it, the power of C++ in some 
> parts, and the ease of Java in others. (Good job Walter!)
>
> Anyway here, check it out, only ones you really need to pay 
> attention to are main.d, time.d, and input.d.
>
> https://github.com/ICGCC/Breaker-3D-Game-Engine
>
> Thanks for helping out a newbie, and if you want to contribute 
> to it, even better!
>
> ..That and if I'm using the GPL right. >_____>"

You don't need to include the full GPL license in each file. Look 
here for an example.

https://github.com/pjmlp/queue-d

Don't use the legacy OpenGL functions. Fixed pipeline is dead.

--
Paulo


More information about the Digitalmars-d-learn mailing list