texplay icon indicating copy to clipboard operation
texplay copied to clipboard

image manipulation tool for ruby and gosu

Results 20 texplay issues
Sort by recently updated
recently updated
newest added

0.4.3 fails like in #30 (can't find `glut.h`), 0.4.4-pre (building directly from default branch in GitHub) has some different errors (see below). Installing freeglut via Homebrew (as suggested [here](https://github.com/banister/texplay/issues/30#issuecomment-73171449)) doesn't...

>Download freeglut >copy&overlay (downloaded freeglut)lib\x64\libfreeglut_static.a to (texplay)\ext\texplay\vendor\freeglut\lib >rake compile

This is the content of gem_make.out file /home/ubuntu/.rvm/rubies/ruby-2.1.3/bin/ruby extconf.rb checking for main() in -lglut... yes checking for main() in -lGL... yes creating Makefile make "DESTDIR=" clean make "DESTDIR=" compiling bindings.c...

Building native extensions. This could take a while... ERROR: Error installing texplay-0.4.3.gem: ERROR: Failed to build gem native extension. ``` /home/cyberarm/.rvm/rubies/ruby-2.1.0/bin/ruby extconf.rb ``` checking for main() in -lglut... yes checking...

I can't install texplay 0.4.3 in my mac, I've tried to do with ruby 1.9.2 but I can't. The error message is: ``` sudo gem install texplay -v '0.4.3' Building...

Attempted to build this against commit 22ff506. It fails. ``` PS C:\source> git clone [email protected]:banister/texplay.git PS C:\source> cd texplay PS C:\source> git checkout 22ff506 PS C:\source\texplay> rake compile:texplay Temporarily enhancing...

Attempted to build this against commit 22ff506. It fails. ``` PS C:\source\texplay> rake compile Temporarily enhancing PATH to include DevKit... cd tmp/i386-mingw32/texplay/2.0.0 make compiling ../../../../ext/texplay/actions.c In file included from c:/Ruby/include/ruby-2.0.0/ruby/defines.h:153:0,...

Gosu has `Image#to_blob` and `Image#insert(img, x, y)` now. This makes it possible for Texplay to work with large images (>1024px) and could reduce coupling between Texplay and Gosu's internal implementation....