Blake O'Hare

Results 47 issues of Blake O'Hare

Concerns: - Python 2.x vs 3.x unicode support - JavaScript across browsers, reading/writing to local storage - C#/Java uses UTF16 internally (I think?) FileIO implementations for Python and JS ignore...

bug
High Priority

This will be purely a compile-time feature for the convenience of the developer. Will not affect byte code generated. Possibly include interfaces as well with the same effect.

feature request

The biggest challenge will be adding Ogg support, but will likely use Urho, which will hopefully make the 20 FPS bug obsolete as well

feature request
High Priority

Full screen games.

feature request

$gfx_draw_lines(pt_list, line_width, r, g, b, a); Essentially, this doubles as the implementation of stroke-based polygons e.g. $gfx_draw_rect_non_filled

feature request

Direct pixel control of images. Similar to the Graphics2D library built in to most languages where changes are committed and flushed to ImageResource instances. In addition to pixel manipulation and...

library