Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ main
Function
main
examples/TEST_Hardware3D.cpp:205–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
};
204
205
int main()
206
{
207
Quad3D demo;
208
if (demo.Construct(1280, 720, 1, 1, false, false))
209
demo.Start();
210
return 0;
211
}
Callers
nothing calls this directly
Calls
2
Construct
Method · 0.80
Start
Method · 0.45
Tested by
no test coverage detected