0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Educational 2D drawing canvas on top of Gosu and TexPlay.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.7.24
~> 0.4.3
 Project Readme

Panda Canvas¶ ↑

Panda Canvas is an educational 2D drawing canvas on top of Gosu and TexPlay.

It is created as a teaching tool for the Computer Club n.a. 8-bit Panda.

Installation¶ ↑

Panda Canvas is available as a gem:

$ gem install panda_canvas

Known Problems¶ ↑

Running an endless draw block is not possible on Windows. In a unix environment Panda Canvas uses fibers to pause the draw block in the Gosu game loop on flush. With tested Gosu and Ruby versions on Windows this results in a segfault. So, instead of fibers, the block must be run once and complete to capture all of the canvas calls before drawing on screen.

More¶ ↑

Take a look at the wiki.