Not logged inGosu Forums
Forum back to libgosu.org Help Search Register Login
Up Forum
Search
Topic Tank Island By spajus Date 2014-10-29 07:39
Open Source top down 2D shooter game that was created while writing this book (which is free to read online): https://leanpub.com/developing-games-with-ruby/read

Source code: https://github.com/spajus/tank_island

Install with gem install tank_island. If it fails to run, please report at GitHub repo: https://github.com/spajus/tank_island/issues

[https://dl.dropboxusercontent.com/u/176100/tank_island/screen1.png]
Topic Gosu development documentation? By spajus Date 2014-07-13 12:39
Thanks, this was helpful, I was able to build it!
Topic Gosu development documentation? By spajus Date 2014-07-13 03:02
Is there any documentation available that would walk through setting up the development environment, building the project from source, running tests, etc., so it would be easier to start contributing to Gosu? There are issues with help-wanted label: (https://github.com/jlnr/gosu/issues?labels=help-wanted), but no info about how to build everything. For instance, this is what I get when I try to compile it intuitively using provided Rake tasks (on Mac):


➜  gosu git:(master) ✗ rake compile
cd tmp/universal.x86_64-darwin13/gosu/2.0.0
make
compiling ../../../../ext/gosu/gosu_wrap.cxx
../../../../ext/gosu/gosu_wrap.cxx:2181:10: fatal error: 'Gosu/Gosu.hpp' file not found
#include <Gosu/Gosu.hpp>
         ^
1 error generated.
make: *** [gosu_wrap.o] Error 1
rake aborted!
Command failed with status (2): [make...]
/Library/Ruby/Gems/2.0.0/gems/rake-compiler-0.9.2/lib/rake/extensiontask.rb:152:in block (2 levels) in define_compile_tasks'
/Library/Ruby/Gems/2.0.0/gems/rake-compiler-0.9.2/lib/rake/extensiontask.rb:151:in
block in define_compile_tasks'
Tasks: TOP => compile => compile:universal.x86_64-darwin13 => compile:gosu:universal.x86_64-darwin13 => copy:gosu:universal.x86_64-darwin13:2.0.0 => tmp/universal.x86_64-darwin13/gosu/2.0.0/gosu.bundle
(See full trace by running task with --trace)
Topic Tiled map loader By spajus Date 2014-06-21 09:03
Another extension for Gosu - a loader for Tiled maps:
https://github.com/spajus/gosu-tiled
Topic Gosu TexturePacker integration By spajus Date 2014-06-18 06:31
Hi guys, I've created a ruby gem for using TexturePacker tilesets with Gosu. Though it could be useful for someone, so sharing it here.

https://github.com/spajus/gosu-texture-packer

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill