Coder Social home page Coder Social logo

spkgen's Introduction

Spkgen

Spkgen is an editor for the SPARK particles engine using a node-based interface to create particles effects for games.

Screenshots

Current status

Spkgen is in developpement and is not yet fully functional.
Development is done on linux.
Building on another system is not tested but final release should be cross-platform.

Features

  • C++ and Qt based interface.
  • Spkgen internally use Urho3D for rendering particles.
  • and Urhox library to bind the SPARK particle engine to Urho3D.
  • node core system is provided by the external qt nodeeditor library.

TODO

  • implement generic nodes classes
  • automatic node's parameters widgets creation from simple declaration
  • show 3D debug zones geometries
  • serialize node widget's parameters
  • graph plot editor widget for spark graph interpolators
  • complete all spark nodes
  • interact with 3D view (camera move...)
  • multiple scenes managment
  • comments items on node view
  • set styles
  • add shortcuts on node view : copy/paste/cut nodes
  • add samples and tutorials (WIP)

Build

Spkgen developpement is done with Qt 5.11.1 + QtCharts module for tgraph plot editor widget.
WARNING : Do not use Qt 5.11.2, I experienced some bugs with FileDialogs on linux...

1. Get submodules
git submodule init
git submodule update
2. Build the external nodeeditor Qt library
cd 3rdparty/nodeeditor
mkdir BUILD
cd BUILD
make
3. Set URHO3D_HOME and URHOX_HOME variable path in QtCreator :

(Urho3D and Urhox libraries need to be builded)

- Open spkgen.pro with QtCreator.
- Edit spkgen.pro file
- Set variable path :

#--------------------------------------------------------------------
# path to Urho3D and Urhox
#--------------------------------------------------------------------
URHO3D_HOME = /home/John/Dev/Urho3D/BUILD
URHOX_HOME = /home/John/Dev/Urhox/output
4. Build
- Copy Urho3D assets 'Data' and 'CoreData' to Spkgen/Bin
- Open Spkgen.pro with QtCreator
- Build and Run

spkgen's People

Contributors

fredakilla avatar

Watchers

 avatar

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.