{"id":47791279,"url":"https://github.com/linguini1/diffgames","last_synced_at":"2026-04-03T15:40:57.308Z","repository":{"id":333242804,"uuid":"1136656851","full_name":"linguini1/diffgames","owner":"linguini1","description":"C implementation for simulating and rendering differential games using SDL2.","archived":false,"fork":false,"pushed_at":"2026-03-30T23:22:46.000Z","size":4641,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T01:35:06.722Z","etag":null,"topics":["control-theory","diff-games","differential-games","hamilton-jacobi-bellman","optimal-control","renderer","sdl2","simulator","visualization"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linguini1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-18T04:57:54.000Z","updated_at":"2026-03-30T23:22:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/linguini1/diffgames","commit_stats":null,"previous_names":["linguini1/diffgames"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/linguini1/diffgames","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fdiffgames","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fdiffgames/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fdiffgames/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fdiffgames/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linguini1","download_url":"https://codeload.github.com/linguini1/diffgames/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linguini1%2Fdiffgames/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31360811,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T15:19:21.178Z","status":"ssl_error","status_checked_at":"2026-04-03T15:19:20.670Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["control-theory","diff-games","differential-games","hamilton-jacobi-bellman","optimal-control","renderer","sdl2","simulator","visualization"],"created_at":"2026-04-03T15:40:56.726Z","updated_at":"2026-04-03T15:40:57.303Z","avatar_url":"https://github.com/linguini1.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Differential Game Simulator\n\nA simple C simulator and renderer for working with differential games. Based on\nSDL2.\n\n## Building\n\n### Linux\n\nTo build the entire project, just run `make` in the project directory. This will\ncompile the entire library and all the example binaries.\n\n## Windows\n\nYou will need to install an SDL2 installation on your machine somewhere, and you\nshould be using the MinGW toolchain.\n\nIn order to build the examples, you should use the following command:\n```console\n$ make SDL_PATH=path/to/your/SDL2\n```\n\nIn order to run any of the examples, ensure the `SDL2.dll` file that came in\nyour SDL2 installation's `bin/` directory is present in the directory where you\nare running the example. Ex:\n\n```console\n$ cp path/to/your/SDL2/bin/SDL2.dll .\n$ ./bin/particle.exe\n```\n\n## Examples\n\nIncluded examples can be found in the `examples/` directory. To make a specific\nexample, you can use `make \u003cexample\u003e` where `\u003cexample\u003e` is the name of the\nexample's directory.\n\nEx: to build and run the `particle` example, you can use:\n```console\n$ make particle\n$ ./bin/particle\n```\n\n**In all games, you can press 'q' or 'Esc' to quit the simulation.** For\nspecific information about the example you're using, run the example with the\n`-h` flag:\n\n```console\n./bin/particle -h\n```\n\n### Particle\n\nA particle which follows your mouse forever.\n\n![Particle](./docs/particle.png)\n\n### 2 Pursuers 2 Evaders\n\nAn example of a 2 pursuer, 2 evader differential game.\n\n![2P2E](./docs/2p2e.png)\n\n### N Pursuers N Evaders\n\nAn example of a N pursuer, N evader differential game.\n\n![4P4E](./docs/4p4e.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinguini1%2Fdiffgames","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinguini1%2Fdiffgames","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinguini1%2Fdiffgames/lists"}