Uncategorized
Porting from Arduino to NES/C64
So – micro-controllers – working on registers, dealing with low ram, debouncing. I've been seeing a lot of crossover between classic gaming systems and micro-controllers.
I'm currently trying to port a game I've made using the CC65 cross-compiler.
Since both use C and are very low-level this shouldn't be too difficult!
http://www.cc65.org
Uncategorized
Great aussie payment APIs supporting bPay for small biz
As a part of an ongoing project a team i'm working in had to find good payment providers that not only have an API, but also support bPay. https://www.ezidebit.com/ Pros: Established payment provider. Comprehensive API Cons: Can be quite expensive if income is tight. https://assemblypayments.com/payments/accept/ Pros: Free Domestic Bank Transfer (EFT), cheaper Credit Card payments. Cons: New startup player
Uncategorized
Challenging zelda-like game assignment for teensy microcontroller
So as a part of my CS minor micro-controller module we have to make a Zelda-like game, which is seeming quite challenging! This thing only has 32KB RAM which is less than a Commodore 64 so you can not even do While loops without a crash.
![]() |
![]() |
Uncategorized
Working on a Teensy/Arduino
So this semester at my IT degree i'm programming micro-controllers as a part of my CS minor.
I grew up with the Commodore 64 computer and it had a lot of really great demos that pushed the system to its limits.
One cool effect was the sine scroller that curled and bumped along text on alternating sine lines. I guess it was the 'blog post' of its time!
Uncategorized
Learning AngularJS with a little stock widget
Decided to get right into learning AngularJS by building a stock widget! There aren’t many good places to get stock data for free without restrictions. I had to look up Yahoo’s YQL for stock symbols, it doesn’t give everything out Read more…
Uncategorized
List of helpful HTML5 guides, frameworks and tools
Geekchamp HTML5 tutorials “This series of tutorials contains 19 Getting Started lessons that would help developers to master the basics of HTML5 in 12 hours! It can also be used as a quick HTML5 reference guide!” http://www.geekchamp.com/html5-tutorials/introduction Bootstrap “a free Read more…
Uncategorized
Created a Brisbane HTML5 community subreddit!
Decided to create a subreddit for all things HTML5 and Brisbane. Feel free to submit any Brisbane related HTML5 content, network with others, or just talk about HTML5 in general! http://www.reddit.com/r/brisbane_html5/
Uncategorized
Links on old-school game techniques
Been looking into old-school game techniques, especially the Gameboy. I think these are really applicable to mobile HTML5 games as the limitations are very similar. They can easily be ported to Javascript and Canvas. Although can be time consuming. You Read more…
Uncategorized
are new technologies in education suitable for the classroom?
New cutting edge technologies available on the web such as real-time 3D, Augmented Reality and social networking promise tremendous advancement for students. Do they really work for the average 15 year old in the classroom of a public school? Augmented Read more…