-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Jacob-Mc-kenzie/Console-G…
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Compact Graphics V2 | ||
A re-write from the original V2 Includes Mouse support, faster drawing and frame buffering. | ||
## What Is This Libary? | ||
Compact graphics is a display libary for the C# console,allowing for advanced GUI and Enviroment based interactions. | ||
- Display animations at high framerates without flicker. | ||
- Full 16 color support. | ||
- Dual layer drawing with the background and forground. | ||
- track and respond to mouse based events. | ||
- Keyboard input. | ||
- Includes basic GUI framework widget based system. | ||
|
||
## Usage | ||
1. Add a refrence to CompactGraphics.dll | ||
2. Declare a `Graphics` object to use. Do not make more than one. | ||
3. `Draw();` somthing. | ||
4. `pushFrame();` | ||
5. repeat. | ||
|
||
## Bugs | ||
Known Bugs | ||
- Re-sizing the window does bad things. | ||
- Trying to draw at the edge of the screen sometimes has issues. | ||
- Frame buffering and frame capping is weird. | ||
**Found somthing else? Do tell.** |