{"id":19293344,"url":"https://github.com/oblerion/nullity","last_synced_at":"2025-02-24T00:20:30.170Z","repository":{"id":172389066,"uuid":"649229785","full_name":"oblerion/Nullity","owner":"oblerion","description":"framework easy to use for Unity 3d","archived":false,"fork":false,"pushed_at":"2023-06-11T07:15:22.000Z","size":79,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-05T20:41:12.436Z","etag":null,"topics":["csharp","framework","opensource","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oblerion.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":"2023-06-04T07:45:25.000Z","updated_at":"2023-06-04T09:28:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"73df581f-b5eb-41d4-9848-64da1c4e40d5","html_url":"https://github.com/oblerion/Nullity","commit_stats":null,"previous_names":["oblerion/nullity"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oblerion%2FNullity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oblerion%2FNullity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oblerion%2FNullity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oblerion%2FNullity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oblerion","download_url":"https://codeload.github.com/oblerion/Nullity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240396705,"owners_count":19794718,"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":["csharp","framework","opensource","unity3d"],"created_at":"2024-11-09T22:34:42.399Z","updated_at":"2025-02-24T00:20:29.928Z","avatar_url":"https://github.com/oblerion.png","language":"C#","readme":"I don't want to use unity in future, so you can rename,modify,share it.\u003c/br\u003e\n\n# run demo helloword\n### 1) Create new 3d project\n- Copy Nullity folder in Assets dir\n- Copy SceneTitle.cs in Assets\n- Create void gameobject and attach AssetManager.cs and SceneManager.cs.\n### 2) On AssetManager (editor)\n- add Arial font on list_font\n### 3) run it\n\n# Scene example\n```csharp\nusing nullity;\npublic class SceneTitle : Scene\n{\n    Text3D title;\n    public SceneTitle() : base(\"title\")\n    {\n        title = new Text3D(\"text_title\",\"helloword\",25,\"Arial\",Color.white);\n        title.SetPosition(MainCamera.PositionX,MainCamera.PositionY,MainCamera.PositionZ+23);\n        title.SetParent(this);\n    }\n    // call one time when SceneManager.SetScene(\"title\") is call\n    public override void Init()\n    {\n\n    }\n\n    // call every frame\n    public override void Update()\n    {\n\n    }\n}\n```\n# Install \njust copy Nullity folder in your project.\n\n# Nullity\n- lot of class can be userfull for make game without doc of unity.\n- nullity use ServiceLocator.cs internaly \n- for 2D create Canvas2D and use it  \n- to do wiki ...\n\n[full api](https://github.com/oblerion/Nullity/wiki)\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foblerion%2Fnullity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foblerion%2Fnullity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foblerion%2Fnullity/lists"}