Sun.Oct 22, 2023

article thumbnail

ETS 2 - West Balkans Released!

Indie DB

Rev up your engines and hit the highways with excitement as the West Balkans DLC.

Engine 100
article thumbnail

Differentiable Slang: A Shading Language for Renderers That Learn

Nvidia

NVIDIA just released a SIGGRAPH Asia 2023 research paper, SLANG.D: Fast, Modular and Differentiable Shader Programming. The paper shows how a single language. NVIDIA just released a SIGGRAPH Asia 2023 research paper, SLANG.D: Fast, Modular and Differentiable Shader Programming. The paper shows how a single language can serve as a unified platform for real-time, inverse, and differentiable rendering.

Render 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

Assembly RTS - Replay Advancements

Indie DB

Why am I creating a replay system? Dive into this week's Assembly RTS updates, the physics-based strategy game!

Games 86
article thumbnail

Differentiable Slang: Example Applications

Nvidia

Differentiable Slang easily integrates with existing codebases—from Python, PyTorch, and CUDA to HLSL—to aid multiple computer graphics tasks and enable. Differentiable Slang easily integrates with existing codebases—from Python, PyTorch, and CUDA to HLSL—to aid multiple computer graphics tasks and enable novel data-driven and neural research. In this post, we introduce several code examples using differentiable Slang to demonstrate the potential use across different rendering applications and t

Render 52
Join the IGDA Community
article thumbnail

How to parse Json into class?

Cocos

import { _decorator, Component, JsonAsset} from 'cc'; const { ccclass, property, type, string, integer} = _decorator; @ccclass('D') export class D { @string public id; @integer public maxStackSize; @string public displayName; @string public itemType; } @ccclass('E') export class E { @type([D]) public data : D[]; } @ccclass('A') export class A extends Component { @type(JsonAsset) public myJson : JsonAsset; @type(E) public myE;

Data 52
article thumbnail

Cocos Creator fails to start on Mac

Cocos

It seems that the same problem was discussed here: creator mac版打开和新建项目报错 - Creator 2.x - Cocos中文社区 Apple M1 and M2 chips are supported on CC v2.4.5 and higher.

40

More Trending

article thumbnail

Install nom module at cocos creator

Cocos

Welcome to the forum! Perhaps this guide will help: Cocos Creator 3.

article thumbnail

How can i use Lua or JS binginds with Cocos2d-x V3 on Windows?

Cocos

How can i use Lua or JS binginds with Cocos2d-x V3 on Windows?

40