Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
New Gideros Docs/Wiki... - Page 10 โ€” Gideros Forum

New Gideros Docs/Wiki...

14567810ยป

Comments

  • MoKaLuxMoKaLux Member
    edited December 2025
    Wiki Gideros Rocks December 2025 update ๐Ÿฐ
    GTween has now all ๐Ÿค” its functions in the wiki ๐Ÿ›Ÿ
    https://wiki.gideros.rocks/index.php/GTween

    I didn't realize how cool it is!

    PS: if you made a cool tween and want to share it will go right there https://wiki.gideros.rocks/index.php/Ftf_libs#GFX :)

    Likes: keszegh, MobAmuse, pie

    my growING GIDEROS github repositories: https://github.com/mokalux?tab=repositories
    +1 -1 (+3 / -0 )Share on Facebook
  • MoKaLuxMoKaLux Member
    edited December 2025
    Wiki Gideros Rocks December 2025 update 2 ๐Ÿฐ
    I visited Gideros ReactPhysics3D plugin and some functions were missing, this should be fixed :)
    https://wiki.gideros.rocks/index.php/ReactPhysics3D

    I tested most of the functions and I couldn't make sense of a couple:
    - https://wiki.gideros.rocks/index.php/R3d.DebugDraw, only the debug contact points are showing, no shapes, no raycast ๐Ÿ˜ข. As per the change log I would need to use r3d.body:setIsDebugEnabled but such function doesn't exist afaik
    - r3d.Body:setSprite(sprite), what does it do?
    - r3d.Joints, createBallAndSocketJoint crashes Gideros player
    - r3d.Joints, I don't know where I can get those info: getReactionForce, getReactionTorque and getAngle. In a function callback on the fixture?
    - r3d.Shape: they are all super easy to set up except those two: r3d.ConcaveMeshShape,
    r3d.ConvexMeshShape. I couldn't come up with nice examples!

    I have some demos using r3d I need to put somewhere in the wiki, a dedicated 3D section + some 3D tutorials...

    Viva Gideros โค๏ธ

    PS: this works but what are the numbers, bodies?
    localf fj = world:createFixedJoint(cube.body, cube02.body, 0,2,0)
    print(fj:getReactionForce(1)) -- 0.009987195022404194	0.010164044797420502	-0.004995132330805063
    print(fj:getReactionTorque(1)) -- -0.05989987403154373	-0.026065915822982788	-0.03202725201845169
    print(fj:getReactionForce(7)) -- 0.0014267421793192625	0.0014520063996315002	-0.0007135903579182923
    print(fj:getReactionTorque(7)) -- -0.008557124994695187	-0.003723702160641551	-0.004575321916490793
    my growING GIDEROS github repositories: https://github.com/mokalux?tab=repositories
  • JohnJohn Member
    Nothing major here:

    Noise:getInterp
    Noise:getInterp()

    are the same and appears twice in https://wiki.gideros.rocks/index.php/Noise.new

    available is spelt incorrectly here: https://wiki.gideros.rocks/index.php/Noise:setNoiseType

    There is no documentation on gamekit listed here: https://wiki.gideros.rocks/index.php/Category:Plugins I presume it is intentional to get you use gaming plugin instead?

    Likes: MoKaLux

    +1 -1 (+1 / -0 )Share on Facebook
  • MoKaLuxMoKaLux Member
    edited January 25
    John said:

    Noise:getInterp
    Noise:getInterp()

    are the same and appears twice in https://wiki.gideros.rocks/index.php/Noise.new

    I swear I looked multiple times but cannot find Noise:getInterp() on the page you mention ๐Ÿค”. I know the page Noise:getInterp() was created by error on the wiki and has been removed. The correct page is Noise:getInterp and seems fine?
        19:51, 27 July 2025 MoKaLux deleted page Noise:getInterp() (content was: "#REDIRECT Noise:getInterp", and the only contributor was "MoKaLux" (view/restore)
        19:45, 18 March 2021 MoKaLux moved page Noise:getInterp() to Noise:getInterp (removed parenthesis) (revert)
    John said:

    available is spelt incorrectly here: https://wiki.gideros.rocks/index.php/Noise:setNoiseType

    I swear I also looked multiple times but cannot find any typo in available on the page ๐Ÿคทโ€โ™‚๏ธ. It appears two times and both should be correct?!
    John said:

    There is no documentation on gamekit listed here: https://wiki.gideros.rocks/index.php/Category:Plugins I presume it is intentional to get you use gaming plugin instead?

    I don't have any iPhone and haven't tried the Gaming plugin https://wiki.gideros.rocks/index.php/Plugins but it seems quite old, hopefully it is still working?!

    Sorry if I missed anything in your post ๐Ÿ™ƒ
    my growING GIDEROS github repositories: https://github.com/mokalux?tab=repositories
  • JohnJohn Member
    I can't see it either. When I attempted to post a message here today. It was pre-filled with that info and so I presumed it was something that I wrote ages ago that I didn't click "post comment" button back then. So, it probably got dealt with ages ago which is why you probably can't find the issue.

    The gamekit plugin help is not on that page either. I am having issue with gaming plugin on iOS and was wondering if it is working on gamekit instead. I am going to get it running on gamekit using bits of comments on forum. I'll probably create a new thread on the issue once I have had a chance to try things out.

    On this page - https://wiki.gideros.rocks/index.php/Gaming
    require("gaming") should be require "gaming"

    Likes: MoKaLux

    +1 -1 (+1 / -0 )Share on Facebook
  • JohnJohn Member
    edited 2:27AM
    The following does not work on iOS:

    Gaming:getPlayerName()
    Gaming:getPlayerId()
    Gaming:getPlayerPicture()

    Example error message: attempt to call missing method 'getPlayerPicture' of table

    What does work and you can get all the above information is by calling:
    Gaming:getPlayerInfo()

    I don't know if the above 3 functions works on Android or not. It need testing and the documentation may need updating based on the outcome.

    Gaming:isLoggedIn() does not work on iOS either, missing method.

    Likes: MoKaLux

    +1 -1 (+1 / -0 )Share on Facebook
Sign In or Register to comment.