article thumbnail

Programming the C64 with Visual Studio Code

Retro Game Coders

You can code for the C64, for free, using Microsoft Visual Studio Code! The Commodore 64 Programming Extension – VS64 VS64 is a Visual Studio Code extension for C64 programmers by Rolandshacks on Github. but the best way to install it is through Visual Studio Code itself. At the time of writing it is on version 2.5.3

Code 105
article thumbnail

No 3d physic debug shows after setting debugDrawFlags

Cocos

and I need to show 3d physic debug I have a simple capsule which is attached with a cc.BoxCollider In code I have this settings PhysicsSystem.instance.enable = true; PhysicsSystem.instance.debugDrawFlags = EPhysicsDrawFlags.WIRE_FRAME; But when preview with browser I see nothing like a debug line. Hi, I’m using Creator 3.8.2

Debug 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

No 3d physic debug shows after setting debugDrawFlags

Cocos

and I need to show 3d physic debug I have a simple capsule which is attached with a cc.BoxCollider In code I have this settings PhysicsSystem.instance.enable = true; PhysicsSystem.instance.debugDrawFlags = EPhysicsDrawFlags.WIRE_FRAME; But when preview with browser I see nothing like a debug line. Hi, I’m using Creator 3.8.2

Debug 52
article thumbnail

No 3d physic debug shows after setting debugDrawFlags

Cocos

and I need to show 3d physic debug I have a simple capsule which is attached with a cc.BoxCollider In code I have this settings PhysicsSystem.instance.enable = true; PhysicsSystem.instance.debugDrawFlags = EPhysicsDrawFlags.WIRE_FRAME; But when preview with browser I see nothing like a debug line. Hi, I’m using Creator 3.8.2

Debug 52
article thumbnail

Speed Up GPU Crash Debugging with NVIDIA Nsight Aftermath

Nvidia

NVIDIA Nsight Developer Tools provide comprehensive access to NVIDIA GPUs and graphics APIs for performance analysis, optimization, and debugging activities. NVIDIA Nsight Developer Tools provide comprehensive access to NVIDIA GPUs and graphics APIs for performance analysis, optimization, and debugging activities.

Debug 52
article thumbnail

How to debug Cocos2d-x C++ on Visual Studio Code

Cocos

Try to get hold of “Sonar Systems” he the one that know most about installations and would know best for compiler setups I only worked with android studio and debug its perfect. not shore if you call MessageBox(“Hello world”, “Debug Dialog”); would give you output in windows app to get you going and get some sort of output.

Debug 40
article thumbnail

How to debug Cocos2d-x C++ on Visual Studio Code

Cocos

Hello, I am trying to use VS Code for my cocos2d-x c++ development but am not able to find any documentation for this. Can anyone point me in the right direction. Thank you.

Debug 40