Help!Where can I find some more SlimDX.Direct3D11 tutorials or simples?

Started by
2 comments, last by NickUdell 11 years, 10 months ago
Hey, I'm new to SlimDX and I have learned the 3 tutorials at http://slimdx.org/tutorials.php. But where can I find other SlimDX tutorials or samples? Thanks.
Advertisement
On the SlimDX documentation section they state this:

[color=#000000][font=verdana, arial, sans-serif][size=2]Apart from the SlimDX samples, there are hundreds of samples written by companies and individuals in C++, Managed DirectX, or XNA that demonstrate all kinds of useful things. Although these cannot be copied verbatim to work with SlimDX, the code is typically very similar and we encourage people to use techniques learned from these samples with SlimDX. The differences are generally quite minor, and so they can be a great additional resource for SlimDX developers.[/font][/quote]

So your best bet is to google dx11 tutorials: http://lmgtfy.com/?q...ctx 11 tutorial

Aimee

We are now on Tumblr, so please come and check out our site!

http://xpod-games.com

As AmzBee said,
Look for regular DX samples and tutorials. The biggest issue is usually having to search the SlimDX enums to find what you need. apart from that its usually easy to find the same function as in the tutorial.
A couple of DX11 sites I used while learning (and I'm still learning) SlimDX Direct3D11:

rastertek for D3D11 and HLSL
RB Whitaker which, despite sounding like a purveyor of fine coffees, has some amazing HLSL tutorials
This blog is not as good as rastertek, which I couldn't recommend more (some site formatting issues notwithstanding), but it also helps cover a few things.

Honestly the best idea is to read through the basic tutorials on rastertek, think about what you want to make, think about how you would make it, and then start googling for techniques and ideas available based on the beginner knowledge you picked up from that first read-through.
Sole Creator of Pigment - a procedural, block-base space trading sim.

PhD student working on medical imaging at the University of Southampton.

Enjoyer of games, films, books and cider.

This topic is closed to new replies.

Advertisement