skhayrulin / x_engine

I'm planning collect here all my work on rewrote version of Sibernetic engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X_ENGINE

I'm planning collect here all my work on rewrote version of sibernetic engine

Build

Just run make in root folder

make

Dependincies

Before run you need install some libraries such as OpenCL - for work with OpenCL. For testing install gtest lib on your machine.

Than run program

./bin/x_engine

Testing

Run test just run make with key test

make test

It works but has only one simple google example test. For work with test you need to install google test lib.

Command arguments

You can see list of all possible command arguments just run application with key -h or --help -?.

What I plane to include in this engine

  • All code base will be based on C++11/14
  • Documentation
  • multi device calculation - parallel calculation will be performed on many devices (If you have 2 or more it will use all of them)
  • to be continued...

About

I'm planning collect here all my work on rewrote version of Sibernetic engine

License:MIT License


Languages

Language:C++ 95.8%Language:C 3.4%Language:Makefile 0.6%Language:Python 0.2%