Simone Bembi
Simone Bembi
A huge refactor is being written right now, so I'll check the performances on next version. However I suppose it won't be easy to improve first load.
Unfortunately it is not possible to change parameters without a full re-render. A while ago I was thinking about implementing a more complex way of defining particles to be able...
@rainstormza the website timeon.space is not powered by the current version of react-particles-js. It is an experimental branch you can find it [here](https://github.com/Wufe/react-particles-js/tree/experimental) but it is not usable, it was...
No it doesn't. Check the [caniuse](http://caniuse.com/#feat=requestanimationframe) table of the requestAnimationFrame. IE9 is not even mentioned. There might be other functions in the code not supported by IE9: requestAnimationFrame is just...
I will consider adding IE9 compatibility.
I ~solved~ tried solving registering the EntityManager: ```js import { bootstrap } from "vesper"; import { ManufacturerController } from "presentation/web/controllers/manufacturer-controller"; import { Manufacturer } from "entities/manufacturer"; import { Connection, EntityManager,...
Hi Hasan, this is not a complete reimplementation and I guess it will never be due to language restrictions. There is not a roadmap in the sense there are not...
Hi @gedw99 , thanks for your interest in the project! Suggestions and proposals are always appreciated. May I ask you what you mean with "pure golang gui"? I tried to...
Thanks for reporting the issue, I'll check on it