From 2d38b21cc5beb69260a4bb598383cc663862827f Mon Sep 17 00:00:00 2001 From: ZILtoid1991 Date: Tue, 24 Oct 2017 03:42:24 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff46be0..b9dbf01 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pixel Perfect Engine ver 0.9.2-rc4 +# Pixel Perfect Engine ver 0.9.2 2D retro graphics engine written in D by László Szerémi (laszloszeremi@outlook.com, https://twitter.com/EvilReptoid, https://www.patreon.com/ShapeshiftingLizard). @@ -39,6 +39,7 @@ Sample dependencies section: * The engine doesn't clear the framebuffer to spare some CPU time, this results some trippy effects if a part of the screen is not being overwritten. * There's also some speed issues from it, as SDL2 writes the framebuffer back to the main memory. This will probably end up in the slow replacement of SDL2's graphical side with something faster. * WindowMakerForConcrete and PixelPerfectEditor are currently unfinished. The former will be soon working fully with extra features (such as undo/redo, snapping to grid and components), then the latter can be developed without an issue. +* Error handling isn't fully realized, so a lot of errors might happen. You can help me by reporting errors, testing on various systems (I only have access for an old Athlon64 X2 at the moment with relatively high-cost of upgrade). # Future plans: