abakobo

Forum Replies Created

Viewing 15 posts - 106 through 120 (of 455 total)
  • Author
    Posts
  • in reply to: Integrated docs gitHub community organisation #13928

    abakobo
    Participant

    thanks arawkins!

    in reply to: Nice Mojo3D Plane Demo #13912

    abakobo
    Participant

    Wow! Didn’t know my browser could render such nice 3D! KUDOS!

    in reply to: Integrated docs gitHub community organisation #13911

    abakobo
    Participant

    Could anybody check the english (and mx2) correctness of the following modification in docs before requesting a pull?

    thx

    https://github.com/blitz-research/monkey2/compare/develop...abakobo:wipdocs


    abakobo
    Participant

    Here’s a short example. Note that there is Touch.FingerDown but also Touch.FingerPressed and Touch.FingerReleased like with the mouse button. (Touch.FingerPressure too on some devices!)

    in reply to: New emscripten SDK #13882

    abakobo
    Participant

    I have bunnies jumping all around on my browser! (perf: 960 bunnies to get 60FPS)

    So the pack seems to work! (with python27.dll added)

    in reply to: New emscripten SDK #13881

    abakobo
    Participant

    ok it’s going farther with your python27.dll than with the one I got from winpython 2.7.5.3

    (now waiting, module building seems to be ok)

    have you ever installed python emscriptem

    never ever installed python or emscriptem but now have installed winpython 2.7.5.3 to cath a python27.dll. But it is not copying stuff into windows dirs I think. It’s a standalone package.
    I have LLVM in my PATH though

    in reply to: New emscripten SDK #13877

    abakobo
    Participant

    tried on a free from python/emscrptem W10 and had the following:

    Had to unpack the sdk in short named path because in my {desktop}/monkey2-w/devtools the path was too long (so went to C:\devtools). But I suppose you can’t do anything about that.

    When trying to build modules for emscriptem I had a W10 promp saying that python27.dll could not be found. I could not find the dll by searching on the disk myself. (there is pythoncom27.dll and pythoncomloader27.dll but python27.dll is there only in my GIMP and DropBox contents but those two files have diffrent size, so I don’t know wich one to copy!)

    Edit: I’ve installed WinPython-64bit-2.7.5.3 to try to have a correct python27.dll (it’s 2.7.5150.1013). Then I copied that python27.dll into devtools\emsdk-1.37.35_64bit\python\2.7.5.3_64bit. But then I have this error (on outup console this time).

    in reply to: Very long compilation time? #13857

    abakobo
    Participant

    This is mainly due to the fact that gcc(mingw) is slow.
    Something else is that it compiles all modified files, so if you split well all your code in well structured files, you will gain compile time.
    The first two compiles are always slow though, so compiling demos just to see them will always take time. When you work on a project you don’t have the problem anymore.

    You can use MSVC as your compiler (by installing free msvc studio 2017 community). It’s way faster than gcc.
    Once installed you have to modify one/two parameters in env_windows.txt in bin dir:

    MX2_USE_MSVC=1
    and if you want 64bit exe (only available with msvc):
    MX2_ARCH_WINDOWS=x64


    abakobo
    Participant

    Have you opened the touchtest banana?

    in reply to: New iOS device for Mark #13847

    abakobo
    Participant

    Good choice! 8 price is crazy.
    Have a nice plumbing session!

    in reply to: Is Variant.ToString() possible? #13763

    abakobo
    Participant

    Yes and it is not extending Variant so it’s not a Variant:To_String operator, which I have no clue how to get working. But it works fine for my use. As I said, using reflection could help here?
    But do you really need to print a lot of other types that these ones? It does not not represent a lot of code in a whole app code.

    in reply to: New iOS device for Mark #13759

    abakobo
    Participant

    I’m in. (same amount)

    in reply to: Is Variant.ToString() possible? #13758

    abakobo
    Participant

    I’m doing it this way. If you import reflection there should be a nicer way to do that but I’ve never used reflection so far. So that’s the way I could make it work…

    in reply to: Powered by Monkey 2 logo. #13737

    abakobo
    Participant

    IMO the actual Logo is the best that has ever been shown. Just the font of the “2” that I don’t like too much (if something had to be said).

    in reply to: 2 days and no joy. #13736

    abakobo
    Participant

    I try to go back to the situation just before it appeared. And then add bits of code until until it comes back. With a lot of “print” everywhere to track the process. Cause the debugger might show too much sometimes. Good luck!

Viewing 15 posts - 106 through 120 (of 455 total)