Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZILtoid1991 authored Oct 24, 2017
1 parent 71d411c commit 2d38b21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 ([email protected], https://twitter.com/EvilReptoid, https://www.patreon.com/ShapeshiftingLizard).

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 2d38b21

Please sign in to comment.