{"id":20114081,"url":"https://github.com/davidb/dartemis_toolbox","last_synced_at":"2026-01-11T04:48:21.000Z","repository":{"id":8088674,"uuid":"9502612","full_name":"davidB/dartemis_toolbox","owner":"davidB","description":"A set of addons (Component, System, helper, ...) to use with dartemis","archived":false,"fork":false,"pushed_at":"2014-04-29T07:23:41.000Z","size":4299,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-06T12:38:47.618Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://davidb.github.io/dartemis_toolbox/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-17T16:51:05.000Z","updated_at":"2023-03-19T22:41:55.000Z","dependencies_parsed_at":"2022-09-13T14:21:13.984Z","dependency_job_id":null,"html_url":"https://github.com/davidB/dartemis_toolbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidB/dartemis_toolbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidB%2Fdartemis_toolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidB%2Fdartemis_toolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidB%2Fdartemis_toolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidB%2Fdartemis_toolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidB","download_url":"https://codeload.github.com/davidB/dartemis_toolbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidB%2Fdartemis_toolbox/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264803726,"owners_count":23666512,"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":[],"created_at":"2024-11-13T18:28:01.420Z","updated_at":"2026-01-11T04:48:20.974Z","avatar_url":"https://github.com/davidB.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Overview\n\n`dartemis_toolbox` is a repository of libraries for gamedev (in dart) for 2D or 3D.\n\n* [API](http://davidb.github.io/dartemis_toolbox/apidoc/)\n* Examples :\n  * [demonstrations](http://davidb.github.io/dartemis_toolbox/demos.html) : animation, particle, verlet, ... in proto2d\n  * [graphics of functions](http://davidb.github.io/dartemis_toolbox/ease_graphics.html)\n  * [color editor](http://davidb.github.io/dartemis_toolbox/colors_demo.html)\n\n# Libraries :\n\n## Lightweight\n\n* [ease](http://davidb.github.io/dartemis_toolbox/apidoc/ease.html) is a set of common ease functions for interpolation, transition, animations, \n* [colors](http://davidb.github.io/dartemis_toolbox/apidoc/colors.html) functions to convert and modified colors (irgba, rgb, hsv, hsl, darken, lighten, triad, tetrad, ...)\n* quadtree *WIP*\n* collisions 2D *WIP*\n\n## Dartemis'brick\n\nYou don't need to embrace the dartemis framework in your application to use the brick in.\n\n* [transform](http://davidb.github.io/dartemis_toolbox/apidoc/system_transform.html) used to define the position, rotation and scale of your entity in space (2D + 3D).\n* [animator](http://davidb.github.io/dartemis_toolbox/apidoc/system_animator.html) components + system to manage animation (any update on entity, with a start, a duration (infinity) and a stop).\n* [entity_state](http://davidb.github.io/dartemis_toolbox/apidoc/system_entity_state.html) a way to manage states (of a finite state machine) of your entity : state == group of component (to add, to remove, to modify).\n* [simple_audio](http://davidb.github.io/dartemis_toolbox/apidoc/system_simple_audio.html) a way to integrate simple_audio into your dartemis application to play sound, music.\n* [proto2d](http://davidb.github.io/dartemis_toolbox/apidoc/system_proto2d.html) used to debug or to prototype display in canvas (eg: as blueprint in [demonstrations](http://davidb.github.io/dartemis_toolbox/demos.html))\n* [emitter](http://davidb.github.io/dartemis_toolbox/apidoc/system_emitter.html) used to create entity (regular or particles)\n* [particles](http://davidb.github.io/dartemis_toolbox/apidoc/system_particles.html) basic definitions of particles *WIP*\n* [verlet simulator](http://davidb.github.io/dartemis_toolbox/apidoc/system_verlet.html) (~ physic engine) *WIP*\n* three.js integration *WIP*\n* box2d integration *WIP*\n\n## Widgets (webcomponent)\n\n* xfchart to display a function (eg: used in the ease_graphics.html)\n* xtchart to display chart of realtime data like time serie (via push)  \n\n# Dependencies\n\nEvery dependencies are defined as `dev_dependencies` so :\n\n* users'project aren't pollute by not required thrid-party lib (if you use entity_state, you don't need box2d)\n* users should explicitly list dependencies requeried by the dartemis addon (eg: box2d, vector_math) in its own project.\n\nContributions are welcome.\n\n[![Build Status](https://drone.io/github.com/davidB/dartemis_toolbox/status.png)](https://drone.io/github.com/davidB/dartemis_toolbox/latest)\n\n\n[dartemis]: https://github.com/denniskaselow/dartemis","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidb%2Fdartemis_toolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidb%2Fdartemis_toolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidb%2Fdartemis_toolbox/lists"}