{"id":21077066,"url":"https://github.com/mrtrizer/dvigloengine","last_synced_at":"2025-10-06T00:36:50.683Z","repository":{"id":86464366,"uuid":"46218415","full_name":"mrtrizer/DvigloEngine","owner":"mrtrizer","description":"Minimalistic game engine for Web.","archived":false,"fork":false,"pushed_at":"2016-01-18T17:57:26.000Z","size":400,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-11T20:43:19.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrtrizer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-15T13:21:51.000Z","updated_at":"2016-01-11T03:28:30.000Z","dependencies_parsed_at":"2023-03-19T01:11:03.967Z","dependency_job_id":null,"html_url":"https://github.com/mrtrizer/DvigloEngine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrtrizer/DvigloEngine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtrizer%2FDvigloEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtrizer%2FDvigloEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtrizer%2FDvigloEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtrizer%2FDvigloEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrtrizer","download_url":"https://codeload.github.com/mrtrizer/DvigloEngine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrtrizer%2FDvigloEngine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278542660,"owners_count":26004060,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-19T19:34:56.515Z","updated_at":"2025-10-06T00:36:50.666Z","avatar_url":"https://github.com/mrtrizer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Main Page {#mainpage}\n=========\n# DvigloEngine \n##Install\nTo install:\n\n\tgit clone https://github.com/mrtrizer/DvigloEngine.git dviglo\n\tcd dviglo\n\tnpm install\n\n##Start server\nTo start example project:\n\n\tnode server/server.js start examples/tree_test\n\n##Create own project (not implemented)\nTo init new project:\n\n\tnode server/server.js init \u003cproject dir\u003e\n\n##Edit project (not implemented)\nTo start editor:\n\n\tnode server/server.js edit \u003cproject dir\u003e\n\n# Documentation\nIt is Doxyfile in a root of the project. You need doxygen and graphviz installed to generate full documentation. Run doxygen in a project root and generated docs will be placed in doc/doxydoc/html.\n\n# Project structure\n##File tree\nEvery project has project.json file in a root. It defines how to build and serve project and it's folder structure. See an example:\n\n\t{\n\t\t\"client\":\"./src/client/test.js\", //Source, containing main function\n\t\t\"server\":\"./src/server/handlers.js\", //Request handlers\n\t\t\"common\":\"./src/common/\", //Location of common for client and server sources\n\t\t\"res\":\"./src/res/*\", //App resources (become avaliable in http://your.site/res/*)\n\t\t\"favicon\":\"./favicon.ico\" //Favicon location\n\t}\n\n##Entry point\nAs you can't change index.html, your script runs right after body initialization via main() function call. You can start write your code here. Short example:\n\n\texport function main() {\n\t\tconsole.log(\"Hello, world!\"); \n\t}\n\nNow you can init an object tree here. I have an idea to move this code to the core in future and give only control for object tree and it's leafs. But now I follow a simplest way.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtrizer%2Fdvigloengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrtrizer%2Fdvigloengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrtrizer%2Fdvigloengine/lists"}