-
Notifications
You must be signed in to change notification settings - Fork 8
ide_setup
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
Use
$ cmake -G "Eclipse CDT4 - Unix Makefiles"
Use
$ cmake -G "Xcode"
- Home
- Roadmap
- Known Issues
- Build from Source
- 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
- Gallery
- 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
- API Reference
- Development
- IDE Setup
- Code Layout 10-. Reporting a Bug
- FAQ