Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は SDL2 が初めてで、SDL2 c++ でティック システムを見つけることができません。
私はそのようなものを手に入れたい:
bool running = true; while(running) { render(); //my own created render void // some kind of FPS optimalization with redraw // here }