{"id":22657085,"url":"https://github.com/xlevitate/neptune","last_synced_at":"2025-08-06T08:32:27.052Z","repository":{"id":61186561,"uuid":"549095586","full_name":"xLevitate/neptune","owner":"xLevitate","description":"A simple and minimal game engine library built in rust.","archived":false,"fork":false,"pushed_at":"2022-10-16T19:25:31.000Z","size":33,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-11T16:34:35.842Z","etag":null,"topics":["engine","game","game-dev","game-development","game-engine","glfw","neptune","opengl","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xLevitate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-10T17:04:23.000Z","updated_at":"2023-03-11T15:41:47.000Z","dependencies_parsed_at":"2022-10-12T10:45:38.048Z","dependency_job_id":null,"html_url":"https://github.com/xLevitate/neptune","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xLevitate%2Fneptune","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xLevitate%2Fneptune/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xLevitate%2Fneptune/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xLevitate%2Fneptune/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xLevitate","download_url":"https://codeload.github.com/xLevitate/neptune/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228871517,"owners_count":17984456,"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":["engine","game","game-dev","game-development","game-engine","glfw","neptune","opengl","rust"],"created_at":"2024-12-09T10:17:29.019Z","updated_at":"2024-12-09T10:17:29.748Z","avatar_url":"https://github.com/xLevitate.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neptune\n*A brand new free, open-source minimal and compact game engine built in rust.*\n\n## Design Goals\nWe plan to make Neptune a small and minimal engine, making it easy to learn and most importantly modify to your needs, and not having features that aren't often used.\n\n## *Warning*\n**Neptune is still in very early stages, and won't be an actual usable engine for a long time, and may not ever become a complete one.**\n\n## Getting Started\nCurrently the engine doesn't have much to do other than creating a window, but I will be showing examples of how you can get started, as it was made with the intent of being a learning project.\n\n```rust\nuse neptune_eng::graphics::window::*;\n\nfn main() {\n    let mut window = Window::new(800, 600, \"Window Title\");\n    window.init_gl();\n\n    while !window.should_close() {\n        // Your game code goes here.\n    \n        window.update();\n    }\n}\n```\n*The example above shows you how to create a window using neptune.*\n\n## Contributions\nContributions are always welcome, if you want to contribute just open a pull request, if you have any issues make sure to also post them, I will always be accepting pull requests and doing my best to keep this updated and working.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlevitate%2Fneptune","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxlevitate%2Fneptune","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxlevitate%2Fneptune/lists"}