Writing Games with Flash
| tags: programming, links
An interesting and useful article What About Flash? Can We Really Make Games With It?
| tags: programming, links
An interesting and useful article What About Flash? Can We Really Make Games With It?
| tags: programming
ctypes makes it really easy to control the USB-1024HLS Digital I/O box from python.
| tags: programming
A few tricks I learned using ctypes to wrap OpenCV.
| tags: programming
Starting from the work of
Michael Otto
, I have hacked together the beginnings of a
ctypes
-based wrapper for
OpenCV
. You may download the
code and examples
here
code and examples from
UNC Python Tools
on SourceForge.
If there is enough interest I'll move it to sourceforge.
| tags: programming
This page describes a little utility I wrote for my own use. If you want to use it, you can download it and its source. I don’t provide support but if you would like to report bugs you’ve found or changes you’ve made to it, I’d be happy to hear about it.
| tags: programming
For my video switch I want to be able to synthesize key events that look like they originated from the keyboard. The function SendInput in the user32.dll looks like the right low-level goods but Pete points out that the WScript.Shell has a SendKeys method that is easier to use. The Python code looks like:
| tags: programming, links
Could be applied to lots of Linux apps. http://sourceforge.net/forum/message.php?msg_id=3874468
| tags: programming, enabling technology
Very interesting collection of posts on xpcom, mozilla, python, etc. over at BSBlog . I'd love to make the browser the platform for our applications for kids with disabilities. Sound is the key limitation. Should we do our own extension for sound?
| tags: programming, ideas, links, enabling technology
| tags: programming, links
Interesting post over at ZDNet by Dion Hinchcliffe on approaches to creating Rich Internet Applications. Talks about Flash, OpenLazlo, AJAX, and others.