crazy2be
crazy2be
`dlog` and `diff` have been completely removed. `openid` functionality has been moved to an external library. `user` and `perms` have been moved back into the framework, since that's really where...
Plan for other packages if different from above: - `picasa` should be removed, photos module should be rewritten to use local storage (waiting on @starfruitinc) - `moduled` should eventually be...
It does: http://www.json.org/ It is very clear that a period is supposed to be used for the decimal point if you look at the parsing diagrams.
Well, my motivation in choosing go for the server is simple: - Super fast compile times (compared to, say, C++). - Reasonably fast at runtime (slower than C++ right now,...
`go` is a cool language, although it has a bit of a learning curve (much smaller than the learning curve for C++, mind you). See http://golang.org/doc/go_for_cpp_programmers.html for a quick intro...
`/opt/openskyscraper` or `/usr/share/openskyscraper` are both valid according to the [Filsystem Hierarchy Standard](http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard). However, I would generally lean towards the latter, as that's where most programs tend to put things in...
I've started working on this in the _very_ preliminary stages (super busy lately) on my fork. Your suggestions are all helpful, but I have a few questions: - How do...
We tried to use CEGUI for HighRiseDev, and it seemed way more complex than necessary. Perhaps things have changed since then, or you have a better idea of how these...
Gwen looks nicer to me, but what portions don't work on Mac/Linux?
SFML has similar facilities as well, but having basic font and image rendering is quite a ways off from having an entire GUI toolkit. Granted, a lot of the GUI...