Skip to content

Commit

Permalink
Add article explaining an emulator polling vs scheduling update loop
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorygaines authored Jul 13, 2024
1 parent f098c26 commit 7b3bf25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions emudev_resources_general.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ For emulating 3D systems.
### Integrated Circuits
- <https://www.icreversing.com/chips> (IC library)

### Emulator Update Loop
- [Emulator Polling vs. Scheduler Game Loop](https://www.gregorygaines.com/blog/emulator-polling-vs-scheduler-game-loop/)

## Useful libraries
- Multimedia libraries (For Audio/Video output, keyboard/controller input, etc)
- [SDL2](https://www.libsdl.org/): C library for graphics, audio, input, threading, and more. Has bindings for several languages
Expand Down

0 comments on commit 7b3bf25

Please sign in to comment.