Re: Minecraft written in D - on Android

2016-04-27 Thread Israel via Digitalmars-d-announce

On Tuesday, 26 April 2016 at 16:46:16 UTC, Vadim Lopatin wrote:

On Tuesday, 26 April 2016 at 14:25:05 UTC, Benjamin Thaut wrote:

On Tuesday, 26 April 2016 at 08:42:21 UTC, Vadim Lopatin wrote:
Demo of DlangUI Scene3D engine - Minecraft-like voxel 
rendering - is available for Android/ARM.


Post screenshots please.


Screenshot from my android device:

http://imgur.com/gallery/7wVBk8E


How are the frames?


Re: Using D with IntelliJ

2016-01-17 Thread Israel via Digitalmars-d-announce

On Sunday, 17 January 2016 at 09:29:02 UTC, Minas Mina wrote:

I have written a tutorial on how to set up D with IntelliJ.

https://www.reddit.com/r/programming/comments/41cuud/using_d_with_intellij/

Comments appreciated :)


Thanks. Would be nice if you could do one for setting up DCD as 
it isnt difficult but its also not simple.


Re: DLanguage IntelliJ plugin released

2016-01-05 Thread Israel via Digitalmars-d-announce

On Monday, 4 January 2016 at 12:17:22 UTC, Russel Winder wrote:
On Sun, 2016-01-03 at 23:46 +, Kingsley via 
Digitalmars-d-announce wrote:

[...]

[…]

[...]


I have just upgraded to IntelliJ IDEA 16 so I'll give it a try.

All my JVM-language projects, I now do a Gradle build 
specification for and then let IntelliJ IDEA build a project 
based on that. CLion does the same with CMake.


Given we can build D projects with CMake and IntelliJ IDEA 
plugins can (with a bit of fiddling) be used in CLion, I will 
try with CLion 1.5.


I think D should focus on CLion not on IntelliJ IDEA.


I Agree but CLion is not free and accessible as IDEA. I believe 
it should still get support but IDEA should have top priority.


Re: DLanguage IntelliJ plugin released

2015-12-30 Thread Israel via Digitalmars-d-announce

On Wednesday, 30 December 2015 at 17:04:15 UTC, Suliman wrote:

On Monday, 28 December 2015 at 19:23:17 UTC, Kingsley wrote:

On Friday, 25 December 2015 at 17:43:06 UTC, Kingsley wrote:

On Friday, 25 December 2015 at 16:55:32 UTC, Bogdan wrote:
On Friday, 25 December 2015 at 15:28:23 UTC, Pradeep Gowda 
wrote:

[...]


Couldn't figure out what went wrong until I read your 
comment and looked at the screenshots. Try going to 
Settings/Other Tools/D Tools and press all the "Auto Find" 
buttons.
Raise any issues at the GitHub page and I will fix - I will 
write some documentation over the next few days also


Intellij D plugin version 1.5 released with improved DUB 
support and bug fixes


How to install this plugin on Windows?


Intellij Idea 14 on windows.

File > Settings > plugins > browse repositories

The plugin does not show up on Intellij Idea 15 though so im 
guessing it isnt compatible yet and neither on CLion.


Re: Better docs for D (WIP)

2015-12-30 Thread Israel via Digitalmars-d-announce
On Thursday, 31 December 2015 at 01:32:56 UTC, Adam D. Ruppe 
wrote:


The D leaders know how important examples are. We are often 
told adding more is low hanging fruit. I completely agree. But 
that's not ALL we need. He wants examples to get started, yes, 
but he also wants understanding to go beyond examples. That's 
where text helps. That's where understanding the function 
signatures help. Eventually, when people go to write their own 
libraries, they might want to do Phobos style genericity. You 
can't do that without understanding the function signatures... 
and those blobs of text are not understandable.


This is what hits me the most. Thats why we suggested "user 
contributed examples". PHP docs is the only place ive seen this. 
What is your stance on this and if you agree, how would you 
implement it? How would it work?


Re: Please vote for the DConf logo

2015-11-14 Thread Israel via Digitalmars-d-announce
On Friday, 13 November 2015 at 14:22:32 UTC, Andrei Alexandrescu 
wrote:

On 11/04/2015 04:30 AM, Andrei Alexandrescu wrote:

[...]


By my count:

* 1.1:xxx
* 1.2:xxx
* 2:  xxx
* 3:  xx
* 3, change font: xxx

So 3 by "anonymous" is it!

I created 
https://github.com/D-Programming-Language/dconf.org/pull/94 and 
also preemptively uploaded the logo to 
http://dconf.org/2016/index.html. Had to adjust svg dimensions 
to 200x110.


Please help improve the size and placement of the logo.


Thanks,

Andrei


Damnit, 3 is nice but its only a temporary thing. 2 has potential 
to be an official D logo.


Re: Please vote for the DConf logo

2015-11-04 Thread Israel via Digitalmars-d-announce
On Wednesday, 4 November 2015 at 09:30:30 UTC, Andrei 
Alexandrescu wrote:

Reply to this with 1.1, 1.2, 2, or 3:

1) by ponce:

Variant 1: 
https://github.com/p0nce/dconf.org/blob/master/2016/images/logo-sample.png
Variant 2: 
https://raw.githubusercontent.com/p0nce/dconf.org/4f0f2b5be8ec2b06e3feb01d6472ec13a7be4e7c/2016/images/logo2-sample.png


2) by Jonas Drewsen:

https://dl.dropboxusercontent.com/u/188292/g4421.png

3) by anonymous:

PNG: http://imgur.com/GX0HUFI
SVG: https://gist.github.com/anonymous/4ef7282dfec9ab327084


Thanks,

Andrei


Definitely 2


Re: DSFML reaches version 2.1

2015-10-07 Thread Israel via Digitalmars-d-announce

On Wednesday, 7 October 2015 at 14:07:59 UTC, Jeremy DeHaan wrote:

On Wednesday, 7 October 2015 at 12:44:13 UTC, suliman wrote:
Perfect!!! Big thanks! I think not only one are tired from 
GTK, and need simple and compact gui lib


It's not really a gui library. I mean, you could use it as such 
I guess, but it's more for game development.


Thanks alot. I like to make my own GUI from scratch though since 
touch input is really not that complicated.


Im working on touchscreen like applications for windows tablets


Re: DSFML reaches version 2.1

2015-10-07 Thread Israel via Digitalmars-d-announce

On Wednesday, 7 October 2015 at 06:43:18 UTC, Jeremy DeHaan wrote:
It is my pleasure to announce that DSFML hit version 2.1! This 
version has been a long time coming, but this represents a huge 
milestone for DSFML (and for me!)


[...]


Oh and you forgot to include these in the prebuilt binaries for 
windows.


libgcc_s_dw2-1.dll
libsndfile-1.dll
libstdc++-6.dll
libwinpthread-1.dll
openal32.dll


Re: Moving forward with work on the D language and foundation

2015-08-24 Thread Israel via Digitalmars-d-announce
On Monday, 24 August 2015 at 18:43:01 UTC, Andrei Alexandrescu 
wrote:

Hello everyone,


Following an increasing desire to focus on working on the D 
language and foundation, I have recently made the difficult 
decision to part ways with Facebook, my employer of five years 
and nine months.



Thanks,

Andrei


Wow, thats great to hear! But also saddening at the same time to 
hear youre leaving facebook :/...


Re: Programming in D paper book is available for purchase

2015-08-20 Thread Israel via Digitalmars-d-announce

On Thursday, 20 August 2015 at 17:09:54 UTC, Ali Çehreli wrote:

On 08/20/2015 07:02 AM, Johannes Pfau wrote:

 BTW: For everybody searching on amazon.de: Use the full title
 Programming in D: Tutorial and Reference. If you only
search for
 Programming in D it's not on the first few result pages...

Thanks for the tip. I think Amazon's search engine is slowly 
learning and perhaps the European site is a little behind.


Just Programming in D with quotes were sufficient to find on 
the US site right away. Today, it is on the first search page 
even when searched without the quotes (still at the bottom 
though). (Of course, the results may be customized for the 
logged in user; I don't know.)


Ali


Thanks. Its available on amazon. Programming in D does not 
bring it up as the first result although i think you can contact 
them to have them fix it faster.


I think you made a wise choice directing it towards new 
programmers rather than stubborn C/C++ die hards.


Re: EMSI is hiring a D developer

2015-04-18 Thread Israel via Digitalmars-d-announce

On Sunday, 19 April 2015 at 03:16:02 UTC, Dan Olson wrote:

Abdulhaq alynch4...@gmail.com writes:
And now a haven for D.


Take the job, make it happen.

Silicon Valley will be left alone...


Re: Gary Willoughby: Why Go's design is a disservice to intelligent programmers

2015-03-26 Thread Israel via Digitalmars-d-announce

On Wednesday, 25 March 2015 at 21:00:37 UTC, Andrei Alexandrescu
wrote:

https://www.reddit.com/r/programming/comments/30ad8b/why_gos_design_is_a_disservice_to_intelligent/

Andrei


Wow this bad, almost like Shots Fired.

Although you can tell hes trying to say something by using a
vertical line of imports on go and a horizontal line of imports
on D to make it look shorter...


Re: Streaming, making a book!

2015-03-09 Thread Israel via Digitalmars-d-announce

On Sunday, 8 March 2015 at 02:52:41 UTC, Rikki Cattermole wrote:

I'm starting a live stream[1] for making a book.
The book is The way to program - Lets think like a D(eveloper)

For now I will only commit to Mondays 12pm UTC+0.
I may stream at random times beyond that. Check my Twitter as 
to when that might be[2].


The book I am making is available at[0]. For published versions 
of it[3].
Published version will not be free, but the raw resources used 
to create it are under a creative commons license.


The book's purpose is to not teach D. Instead it focuses on 
teaching programming concepts and ideas using D as a base.
Assuming the book creation is a success I have a few other 
books in the pipeline. The second book will be covering sockets 
and threading via IRC/XMPP. Third would be Web development. 
Fourth UI's.


There has already been a few streams, so content has already 
got a good start. If there is interest, I may stream some of 
Devisualization project development.


Usually the stream will last 2-3 hours depending upon how many 
watch and interact.


A couple days ago livecoding.tv came out of closed beta. Feel 
free to join!
Disclaimer: I am not affiliated with livecoding.tv. Although 
the devs are great.


[0] https://github.com/rikkimax/twp-d
[1] http://livecoding.tv/alphaglosined
[2] https://twitter.com/alphaglosined
[3] https://leanpub.com/twp-d


That's pretty cool. I didn't know a service like this existed. I 
hope all goes well...


What will be your development environment?


Re: Heady House Hunting with D

2015-01-15 Thread Israel via Digitalmars-d-announce

On Wednesday, 14 January 2015 at 03:46:39 UTC, Philpax wrote:

Hey everyone,

I recently wrote a blog post about how I used D/vibe.d to help 
find a new house. I haven't publicized it anywhere else yet, so 
I'm looking forward to what the D community has to say! You can 
check it out here: 
http://philpax.me/blog/heady-house-hunting-with-d


D made it easy to model the problem and quickly crunch through 
it; I'm pretty happy with how quickly I was able to get decent 
results. It's not the most idiomatic of code, but D's 
flexibility meant that I could concentrate on the concept 
instead of the implementation details.


Thanks,
Philpax


This is really cool, thanks alot for the code. I see it almost as 
a tutorial for new programmers like me.