Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within C / C++
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830
this week in the
Programmer Certification
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
C / C++
Programming with Video Memory
Arka Sharma
Ranch Hand
Posts: 103
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I want to learn and write programs to work with video memory both in windows and linux environment.Anyone please suggest some tutorials,books,sites.
Regards,
Arka
Paul Santa Maria
Ranch Hand
Posts: 236
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You're probably better served by learning one or more SDK's that take full advantage of your hardware, rather than delving down to the hardware level itself. Two excellent candidates:
* DirectX (Windows):
http://www.directxtutorial.com/
* OpenGL (Linux, Mac, Android, etc):
http://www.opengl.org/wiki/Getting_started
If you *must* implement your graphics directly in video memory,
you should
look at the Linux framebuffer:
http://www.faqs.org/docs/Linux-HOWTO/Framebuffer-HOWTO.html
Paul M. Santa Maria, SCJP
Paddy spent all of his days in the O'Furniture back yard with this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Differece between LInux/ Unix and Windows
Difference between Linux/ Unix and Windows
Taking Memory Usage Periodically
Windows file format header
restful webservices
More...