Giter VIP home page Giter VIP logo

qtcreatorurho3dwizards's Introduction

QtCreator Urho3D Wizards

Placing, or linking to (ln -s), the templates folder inside the ~/.config/QtProject/qtcreator/ folder (in Linux) will add both an Urho3D Project and an Urho3D C++ Class to the New File or Project dialog in QtCreator.

Feel free to fork and modify these wizards to your own liking.

Class wizard

In case of the class wizard this will open a dialog allowing you to name your new class and specify its base class. Instead of typing the name of the base class there's also a drop down containing a selection of commonly inherited-from Urho3D classes to pick from.

  • A Context* is added to the constructor's parameters if a class is created with an Urho3D class - that is known by the wizard - as its base class.
  • For classes inheriting from Drawable it also adds unsigned char drawableFlags.
  • When LogicComponent is picked as superclass RegisterObject, OnNodeSet and Update functions are added.

Both the header and source file will be added to the .pro file and version control.

Project wizard

When creating a project with the wizard it should compile after linking to the Urho3D directory from inside the project folder.

Don't forget to link to resource folders from inside each build directory as well.

qtcreatorurho3dwizards's People

Watchers

 avatar

Forkers

urho3d-archive

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.