Bil Bas
Bil Bas
platform.version might work on some platforms, but does NOT always start with the python version number (On Ubuntu, at least, it doesn't even contain the version number!).
1) shown wrong position (in :debug mode) 2) need to scale it by 1/factor or they are wrong sizes Fix is either to scale x & y (\* factor) when...
from_db_value() "context" param generates a deprecation warning in Django 2.2 - should be **kwargs
reported by kyrylo When image_target is called, the game instantly closes (no exception or segfault). This happens specifically in Z&G, but could be narrowed down to exactly that method call,...
In the current release, freetype6.dll and OpenAL32.dll are not included in the generated executable. I know the freetype6.dll issue has been fixed in the v0.2.0. For now, you can distribute...
Since developers will want to move a lot of the game logic away from the scene and into objects like the player and enemies, it makes sense to have a...
Minimal test-case You need to `gem install opengl` and have LargeStar.png in the appropriate path (or change #media_path method) https://gist.github.com/3098868
The Window#gl block is, I believe, supposed to entirely reset the context altered within the block. One thing it doesn't do is unset the currently active shader, which can mean...
This is pretty horrid - there is a Main.rb file inside the .app which redirects the program to the script entry file. If that file is also called main.rb, then...