Software Archive
Read-only legacy content

learn codeing

manjeet_s_
Beginner
364 Views
Mam/sir I m only limited to c and j2se so I want to learn more from you people...... If possible
0 Kudos
2 Replies
MartyG
Honored Contributor III
364 Views

If you are learning C# then it might be a good idea to make your project using the Unity game engine.  By doing so, you will have less to program in C# because you can build a lot of the project with easy to make objects and pre-made C# scripts found on the internet instead of having to create everything yourself from the very beginning.

http://unity3d.com/

0 Kudos
jb455
Valued Contributor II
364 Views

Alternatively, a good way to start learning how to code RealSense stuff is to look through one of the code samples provided in the SDK, step through it and try to understand how it works, then try to think of other camera functions you can add to the code to improve it, using the documentation and this forum as learning resources.

Good luck!

0 Kudos
Reply