Skip to content

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

License

Notifications You must be signed in to change notification settings

skhayrulin/x_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages