Alexandre Tolstenko

Results 83 issues of Alexandre Tolstenko

http://www.cpgf.org/download.html

- Scene manager; - Safe add and remove components and entities;

enhancement
in progress

- Integrate gdcm to support dicom images

enhancement
in progress

Expose how lines could be drawn. For instace, this works inside GLManager. We need to expose it ``` auto line = Line(glm::vec3(0,0,0),glm::vec3(1000,1000,1000)); this->drawLine(line); ``` Support line with multiples segments

backlog

Create similar functionality to unity´s www https://docs.unity3d.com/ScriptReference/WWW.html

enhancement
help wanted
in progress

https://github.com/ngot/libv8

https://github.com/kosenko/ui

I built using mingw on linux and printed the SleepTime using: `log_info("%lf",sleepTime.count());` Here is the output ![screenshot from 2018-03-26 10-51-28](https://user-images.githubusercontent.com/2386417/37912669-6021ddc4-30e9-11e8-996d-0122433b659e.png)

bug