How do you write a window function?
-
How to write the C+++ window function without the use of libraries
windows.h
♪winAPI
♪ How does that even happen?
Like example, I want to create my 2nd move on a clean C+++ without creating a window and drawing off the front libraries, and do everything from scratch, what is it? Is that possible, or is there no library?
-
I doubt that Windows can fall below WinAPI.
There's a linux. https://en.wikipedia.org/wiki/Linux_framebuffer - can be painted directly on the screen, without windows, etc.
Besides, if you don't want your move to work fast, you need to draw on the GPU, not the CPU. This will require the use of one of the APIs provided by the driver's video card, OpenGL, Vulkan, ... You won't be able to replace them, because that's why you need to write your drive and convince the players to put it.
If you want my opinion, you'll just waste your time.
You're gonna have enough trouble with the move and an improvised schedule.
Better take it. Gross graphical library, e.g. http://libsdl.org/ ♪ It's low-level enough not to be bored, but it works for all the big LOs.