Search found 3943 matches
- January 19th, 2021, 2:36 pm
- Forum: Everything
- Topic: Trying to make Framework work on Repl.it
- Replies: 2
- Views: 426
Re: Trying to make Framework work on Repl.it
Are you sure that it supports a full (non-headless) Windows environment and the Win SDK?
- January 19th, 2021, 2:33 pm
- Forum: Everything
- Topic: new year, new members, new APIs
- Replies: 1
- Views: 111
Re: new year, new members, new APIs
Yeah I'd like to play with DX12 sometime :] DXR seems interesting ofc, and also stuff like mesh shaders is very schlexy-looking
- January 6th, 2021, 4:32 am
- Forum: Everything
- Topic: Common Issues - Discussion
- Replies: 1
- Views: 175
Re: Common Issues - Discussion
I think they are sort of in the clan of ppl who view most C++ features with active distust/disgust. Don't expect any sweet RAII stuff anytime soon there :kappa:
- January 5th, 2021, 12:03 pm
- Forum: Everything
- Topic: Common issues
- Replies: 3
- Views: 416
Re: Common issues
There a funky one in the final project for Intermediate. It seems like box2d crew went and make a breaking change to the code, and it screws up the collision at the boundaries of the field. the boxes fly out and trigger an out-of-screen putpixel exception. At least, this is my surmise. I haven't clo...
- September 10th, 2020, 6:35 am
- Forum: Everything
- Topic: SIMD library attempt inf
- Replies: 25
- Views: 2428
Re: SIMD library attempt inf
It was funny, in skylake-x there was a whole debacle with it, but it seems that such will not be the case with Rocket Lake.
- September 9th, 2020, 6:10 am
- Forum: Everything
- Topic: SIMD library attempt inf
- Replies: 25
- Views: 2428
Re: SIMD library attempt inf
avx-512 poggy
when rocket lake comes out, chili gonna make a new build baby
when rocket lake comes out, chili gonna make a new build baby
- September 2nd, 2020, 12:31 pm
- Forum: Everything
- Topic: Advance Techniques for Resolving Circular Dependancies?
- Replies: 11
- Views: 1310
Re: Advance Techniques for Resolving Circular Dependancies?
Depend on abstractions, not concretions. That is the principle of dependency inversion.
- August 29th, 2020, 2:53 pm
- Forum: Everything
- Topic: You aren't going to like what you see
- Replies: 3
- Views: 664
Re: You aren't going to like what you see
Was this beast spawned from a cursed discussion in Discord? 

- July 30th, 2020, 2:34 pm
- Forum: Everything
- Topic: New to Planet Chilli and Youtube videos - Chilli DirectX Framework - Visual Studio 2019
- Replies: 2
- Views: 545
Re: New to Planet Chilli and Youtube videos - Chilli DirectX Framework - Visual Studio 2019
You need to right click the solution (or maybe project) in the solution tree view and choose the "retarget" option.
- July 30th, 2020, 7:15 am
- Forum: Everything
- Topic: Hey chili, Sound API question
- Replies: 1
- Views: 316
Re: Hey chili, Sound API question
It's been a few years since I designed that... I believe the basic idea is that specific instantiations of a sound on channels are not individually trackable at the point of interface with the library. I don't see why you can't add that stuff if you want to. Maybe play returns a smart handle object ...