Javi Agenjo
Javi Agenjo
Some changes made by @atlasan are producing some problems, it is related to the tablet support. ```if (event.type == LiteGraph.pointerevents_method+"move")``` In some of my projects the event is mouse but...
Hi: All my spherical RigidBodies slide through the ground plane infinitely no matter what friction I put in the ground plane or the bodies. Is there a way to ensure...
Hi: I'm trying to adapt Oimo to my special needs for my application, that requires some new collision shapes. The problem is that Oimo do not allow to extend it...
Hi: Im using this library but the problem is that when using the Diag functions sometimes it goes in diagonal even to cross a horizontal corridor. The reason is because...
Im trying to do an online environment to code in ASM and execute in the C64. Im using one library to convert ASM to binary, and viciious as emulator. To...
Proposals
Here are some proposals with features I felt missing in the past: - **ctx.shapeSmoothEnabled = false**; Allow to disable Antialiasing for primitives: - **ctx.shape( vertices_array );** Specify shape by passing...