digitalmars.D.announce - scone 0.1.0 super-alpha
- Vladimirs Nordholm (27/27) Feb 28 2016 Once upon a time, in a repository long deleted, there was a
- asdf (5/15) Feb 28 2016 The 7-Day Roguelike Challenge is coming up.
- Vladimirs Nordholm (3/7) Feb 28 2016 As of now it would only work for Windows. However, thanks for
Once upon a time, in a repository long deleted, there was a project called "clayers" which was a programmers summer project, in which to create an easy way to make games that relied on the console. The repo start of nicely, but after more and more developing the project started to get messier and messier, while still being unfinished and containing many bugs. The author (me) decided that he would start a new project, which he named "scone" https://github.com/vladdeSV/scone --- Scone (Simple CONsole Engine) is a small library to make it easier for developers to make CLI applications efficiently (intentionally/originally for console games), cross-platform. (Please note that it is not fully cross-platform yet, currently only working properly on Windows). Features: * Efficient writing to the console/terminal * Keyboard input (currently only Windows) For anyone on a Windows machine, you can test a few examples that gives the basic idea of what scone can do here: https://github.com/vladdeSV/scone/tree/master/examples However, I have one big problem which I cannot overcome, namely keyboard input on POSIX. I would very much ask for help in this area. Judging from Adam's terminal.d, input on POSIX seems to be this huge beast which I cannot slay myself. Feedback and/or help very much appreciated! Yoyo, vladde
Feb 28 2016
On Sunday, 28 February 2016 at 17:50:38 UTC, Vladimirs Nordholm wrote:Scone (Simple CONsole Engine) is a small library to make it easier for developers to make CLI applications efficiently (intentionally/originally for console games), cross-platform. (Please note that it is not fully cross-platform yet, currently only working properly on Windows). Features: * Efficient writing to the console/terminal * Keyboard input (currently only Windows) Yoyo, vladdeThe 7-Day Roguelike Challenge is coming up. http://7drl.org/2016/01/13/7drl-2016-announced-for-5-13-march/ Maybe someone could use this.
Feb 28 2016
On Sunday, 28 February 2016 at 20:49:19 UTC, asdf wrote:As of now it would only work for Windows. However, thanks for notifying me![...]The 7-Day Roguelike Challenge is coming up. http://7drl.org/2016/01/13/7drl-2016-announced-for-5-13-march/ Maybe someone could use this.
Feb 28 2016