Skip to content
Freeman Zhang edited this page Jan 25, 2015 · 2 revisions

You can use your favorite C++ editor or IDE for BlendInt development.

CMake provide several generators for different platform.

If you prefer IDE for development, the recommended IDE on each platform:

  • OS X - XCode
  • Linux - Eclipse CDT

Generate Eclipse CDT project on Linux

Use

$ cmake -G "Eclipse CDT4 - Unix Makefiles"

Generate XCode project on OS X

Use

$ cmake -G "Xcode"

Table of Contents

  1. Home
  2. Roadmap
  3. Known Issues
  4. Build from Source
  5. Using BlendInt
    • H/W Requirements
    • Fontconfig and Fonts
    • Compile with BlendInt
      • "Hello World" example
      • Eclipse
      • Xcode
    • Tips
      • Use BlendInt in real time app
      • Use BlendInt in non-real time app
  6. Gallery
  7. Programming Guide
    • Basic Class Diagrams
    • Layout
    • Draw
      • Draw with OpenGL APIs
      • Draw with Predefined Shaders
    • Use event framework
    • Process HID events from window system
    • Memory Management
    • MVC for ListView/TreeView
    • Off-screen Render with FBO
    • Write your custom Widget
    • Write your custom Container
    • Themes
  8. API Reference
  9. Development
  10. FAQ
Clone this wiki locally