原创 創建buildbot

buildbot:自動化編譯+測試環境 $sudo apt-get install buildbot $buildbot --version Buildbot version: 0.7.8 Twisted version: 8.1.0 $

原创 建立svn倉庫

#安裝必要的svn工具$sudo apt-get install subversion subversion-tools#採用 svnserve 做服

原创 Qt5 - 動態加載Glow等特效

import QtQuick 2.0 import QtGraphicalEffects 1.0 Rectangle { width: 200; height: 200 color: "black" Text

原创 buildbot的master.cfg 文件分析

儘量保持和buildbot create-master master 時所創建的內容一致,分析關鍵點更多詳盡的請閱讀官網的手冊 http://buil

原创 MPlayer - 嵌入QGraphics系統

#include <QApplication> #include <QProcess> #include <QWidget> #include <QGraphicsScene> #include <QGraphicsView> #incl

原创 Qt5 - 圖形特效

Qt5 - 圖形特效   安裝QtGraphicalEffects 插件: git clone [email protected]:qt-labs/qtgraphicaleffects.git cd qtgraphicaleffect

原创 Qt5 - c++嵌入qml示例

《Qt5 compile with vs2008》 .pro +++++++++++++++++++++++++++++++++++++++++++++ #----------------------------------------

原创 Qt5 compile with vs2008

--------------------------------開始之前的分割線----------------------------- 爲什麼不使用 mingw:http://qt-project.org/forums/viewt

原创 [1] quick-cocos2d-x 介紹

quick-cocos2d-x  是一個可以讓您覺得“爽快”的 cocos2d-x 的擴展版。基於 cocos2d-x,完全的跨平臺能力、優異的性能和可靠性。而 quick-cocos2d-x 在這一切的基礎上,添加了完善的 Lua 腳

原创 把 Cocos2d 嵌入 Qt 窗口中(1)

cocos2dx\platform\qt\CCEGLView_qt.cpp bool CCEGLView::Create(int iWidth, int iHeight) 中包含了是如何利用QGLWidget 來創建一個窗體的。

原创 quick-cocos2d-x Qt版本在windows上遇到的編譯問題 LNK2001 !

LNK2001 錯誤, 和傳統Google出來的結果不一樣, 這一次谷姐沒有能幫助到自己,自食其力! error LNK2001: 無法解析的外部符號 "public: virtual void __thiscall cocos2d:

原创 Ubuntu 安裝 Redmine 並集成 git

#!/bin/bash# @author: ascetic85 <[email protected]># @date : 2012-08-12#apt-get install apache2 libapache-ruby1.8 apac

原创 class from quick

原文鏈接: http://www.jianshu.com/p/9587fffc7d8f --[[-- 創建一個類 ~~~ lua -- 定義名爲 Shape 的基礎類 local Shape = class("Shape") -

原创 quick-cocos2d-x with QtPort

https://github.com/ascetic85/quick-cocos2d-x-20130509 (QtPort 分支) 支持嵌入到 控件, 參看HelloWorld Qt中創建OpenGL紋理, 把創建紋理放到OpenGL線程

原创 LevelHelper-NG

LevelHelper 的克隆 放在 github上, 自取. 放一張諜照..Qt4.8.4 vs2010..