Skip to content

jamesread/libOnix

Repository files navigation

libOnix

A C++ ASCII Libraray, with bindings for Python.

#Examples #

Hello World (text)

+--------------+
|..............|
|.Hello World!.|
|..............|
+--------------+

Drawing

+---------+
|         |
| #  #    |
| #  #  @ |
| #==#  * |
| #  #  * |
| #  #  * |
+---------+

Rotations

Rotating around: 2:2 by 180

Original (5x5):
1...2
.....
..+..
.....
3...4

Rotated  (5x5):
4...3
.....
..+..
.....
2...1

About

A C++ ASCII Libraray

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published