My chrome says it's virus and block it.
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
That happened to me too. Please follow these instructions to make chrome stop blocking the file:Quote:
My chrome says it's virus and block it.
[Only registered and activated users can see links. Click Here To Register...]
c++ is faster. However there are some downsides. The libraries that I use (numpy etc) are already optimized (They are built in heavily optimized c code) so c++ will have a small performance bonus. Also I'll be able to release the python code faster than c++ code since its already made in python.Quote:
c++ is the best. as dll you can use it in nearly every other language and its really much faster
And what if he releases it as a static library ? Then you need to wrap a c++ dll around it or code in c++. And depending on the language you use dll calls might be performance expensive.Quote:
c++ is the best way! i think python is really ugly.
and if he code it in c++ you can use it in all languages that can call .dll so you can choose the best language for yourself
Python isnt ugly:(Quote:
c++ is the best way! i think python is really ugly.
and if he code it in c++ you can use it in all languages that can call .dll so you can choose the best language for yourself
The code is CPU intensive. So I recommend you close all unused running applications (Using task manager) and try it out. I have a crappy AMD A8 4500M and the code runs at 17 fps.Quote:
I have core i5 4670k, 8gb ram ddr3, radeon r9 280, screen 1600x900
I think i am getting like 1-5 fps.
Ill look into that. Don't have much experience with c++Quote:
How about smartpointers ? Then you can't have memory leaks. If your compiler supports c++11 you can just use the ones from the stl. Else I recommend you to use the boost library for smartpointers. Also there might be image librarys for c++ which are able to take screenshots.
Did you give a look for F# or C# ?Quote:
The code is CPU intensive. So I recommend you close all unused running applications (Using task manager) and try it out. I have a crappy AMD A8 4500M and the code runs at 17 fps.
Ill look into that. Don't have much experience with c++
yeah but better than python code:DQuote:
And what if he releases it as a static library ? Then you need to wrap a c++ dll around it or code in c++. And depending on the language you use dll calls might be performance expensive.
I really like c# but mono isnt that fast:DQuote:
Python isnt ugly:(
Its easy to write without worrying about memory leaks occurring all the time. But sure, it looks like python and c++ is tied so ill have to release both.
And one more thing. With c++, you will have to provide your own way of taking screenshots and turning them into a structure of raw pixels. I couldn't find a fast way of doing this. (Screenshots are included with python)
ALSO:
I should have put this on the poll, do you guys want this in C#? Its going to be cross platform because the code can be compiled with MONO as well.
there are c++ librarys for taking screenshots. and there is GDI+ on windows.Quote:
How about smartpointers ? Then you can't have memory leaks. If your compiler supports c++11 you can just use the ones from the stl. Else I recommend you to use the boost library for smartpointers. Also there might be image librarys for c++ which are able to take screenshots.
pls no:DQuote:
F#