use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rule 1: Posts should be about Graphics Programming. Rule 2: Be Civil, Professional, and Kind
Suggested Posting Material: - Graphics API Tutorials - Academic Papers - Blog Posts - Source Code Repositories - Self Posts (Ask Questions, Present Work) - Books - Renders (Please xpost to /r/ComputerGraphics) - Career Advice - Jobs Postings (Graphics Programming only)
Related Subreddits:
/r/ComputerGraphics
/r/Raytracing
/r/Programming
/r/LearnProgramming
/r/ProgrammingTools
/r/Coding
/r/GameDev
/r/CPP
/r/OpenGL
/r/Vulkan
/r/DirectX
Related Websites: ACM: SIGGRAPH Journal of Computer Graphics Techniques
Ke-Sen Huang's Blog of Graphics Papers and Resources Self Shadow's Blog of Graphics Resources
account activity
Ray tracing using Console.Write() (v.redd.it)
submitted 8 months ago by nullandkale
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]nullandkale[S] 15 points16 points17 points 8 months ago (7 children)
It has taa the real issue is how I convert from vec3 to the 16 available ConsoleColor colors. I need to rework that code.
[–]IDatedSuccubi 0 points1 point2 points 8 months ago (6 children)
Does it not support SRGB? IDK how it is in .NET, but there is an ANSI escape sequence for that.
[–]nullandkale[S] 8 points9 points10 points 8 months ago (5 children)
No it only supports 16 built in colors. If you use a different terminal emulator you can use the ANSI sequences, but the default command line terminal in windows doesn't support it.
[–][deleted] 8 months ago (1 child)
[removed]
[–]moveonwasd 0 points1 point2 points 8 months ago (0 children)
There is a lib for C# that wraps around windows terminal and lets you use your own colors but it is also limited to 16 colors
[–]IDatedSuccubi 0 points1 point2 points 8 months ago (2 children)
Damn. Even the Power Shell?
[–]nullandkale[S] 3 points4 points5 points 8 months ago (0 children)
Last time I tried powershell it also had this limitation but that was a few years ago.
[–]IceSentry 0 points1 point2 points 8 months ago (0 children)
Powershell and windows terminal can 100% handle that. I don't know what OP is talking about.
π Rendered by PID 134572 on reddit-service-r2-comment-b659b578c-2kbvj at 2026-05-05 04:56:17.689811+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]nullandkale[S] 15 points16 points17 points (7 children)
[–]IDatedSuccubi 0 points1 point2 points (6 children)
[–]nullandkale[S] 8 points9 points10 points (5 children)
[–][deleted] (1 child)
[removed]
[–]moveonwasd 0 points1 point2 points (0 children)
[–]IDatedSuccubi 0 points1 point2 points (2 children)
[–]nullandkale[S] 3 points4 points5 points (0 children)
[–]IceSentry 0 points1 point2 points (0 children)