{"id":24997866,"url":"https://github.com/bf4r/slap","last_synced_at":"2025-03-29T16:25:06.530Z","repository":{"id":275005003,"uuid":"924705137","full_name":"bf4r/slap","owner":"bf4r","description":"Simulation framework","archived":false,"fork":false,"pushed_at":"2025-03-20T05:42:27.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T06:29:42.375Z","etag":null,"topics":["c-sharp","cli","cli-app","csharp","dotnet","oop","simulation","simulation-framework"],"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/bf4r.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-01-30T13:59:39.000Z","updated_at":"2025-03-20T05:42:30.000Z","dependencies_parsed_at":"2025-03-20T06:35:13.163Z","dependency_job_id":null,"html_url":"https://github.com/bf4r/slap","commit_stats":null,"previous_names":["bf4r/slap"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bf4r%2Fslap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bf4r%2Fslap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bf4r%2Fslap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bf4r%2Fslap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bf4r","download_url":"https://codeload.github.com/bf4r/slap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246209604,"owners_count":20741072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["c-sharp","cli","cli-app","csharp","dotnet","oop","simulation","simulation-framework"],"created_at":"2025-02-04T17:26:04.586Z","updated_at":"2025-03-29T16:25:06.298Z","avatar_url":"https://github.com/bf4r.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slap\nSimulation framework\n\n## About\nSlap stands for \"Simulation app\" and is a C# object-oriented framework for simulating a real-time ecosystem using classes, methods and properties and how they interact with each other.\nThe goal is to represent the world around us in a way you can define with custom sets of objects and provide an API for a fictional world where every entity has the properties it needs to simulate a system.\n\nCreate your own world by adding objects and relationships between them. You can skip through time using `Sim.WaitMinutes(5)` or similar.\n\nJust add this:\n```\nusing slap;\n```\nYou probably also want `slap.Things`, `slap.Things.Society`, etc.\n\n**The project is a work in progress, so these examples might already be heavily outdated. Check the source code for actual guidance because most objects (or \"things\") are public and accessible.**\n\n## Requirements\n[.NET 9.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)\n\n## Installation \u0026 Usage\nTo use Slap in its early development stage, you can clone the repository, navigate to the directory with Program.cs and type:\n\n```\ndotnet run\n```\n\nThis will run the code in Program.cs based on the current testing program. On the master branch, this program is mostly a showcase of what Slap has to offer.\n\nI encourage you to edit Program.cs and look through the other source files, especially in `Things/`, where you will find all the objects in `slap.Things` which are the main components of the simulation. Tests.cs has some examples on how to use them.\n\n## Coming soon\n- I have lots of features and new objects planned, so please stay tuned!\n- I can't write them here because the todo list is constantly changing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbf4r%2Fslap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbf4r%2Fslap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbf4r%2Fslap/lists"}