{"id":24499608,"url":"https://github.com/codewithkyle/resort-visualizer","last_synced_at":"2025-10-07T08:15:43.867Z","repository":{"id":111440846,"uuid":"79871686","full_name":"codewithkyle/Resort-Visualizer","owner":"codewithkyle","description":"A 3D web-based resort visualizer built in Unity and running on WebGL for Pillar Workshop.","archived":false,"fork":false,"pushed_at":"2017-05-01T22:59:10.000Z","size":1093431,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-03T10:40:17.680Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://codewithkyle.github.io/Resort-Visualizer/","language":"C#","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewithkyle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-01-24T02:38:34.000Z","updated_at":"2019-06-12T11:59:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2aed461-6ac9-4324-b5ab-8c444c9e1aba","html_url":"https://github.com/codewithkyle/Resort-Visualizer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/codewithkyle/Resort-Visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithkyle%2FResort-Visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithkyle%2FResort-Visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithkyle%2FResort-Visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithkyle%2FResort-Visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithkyle","download_url":"https://codeload.github.com/codewithkyle/Resort-Visualizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithkyle%2FResort-Visualizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278740856,"owners_count":26037483,"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-07T02:00:06.786Z","response_time":59,"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":"2025-01-21T22:15:04.516Z","updated_at":"2025-10-07T08:15:43.801Z","avatar_url":"https://github.com/codewithkyle.png","language":"C#","readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"#\"\u003e\u003cimg src=\"http://i.imgur.com/ohEL0KO.png\"/\u003e\u003c/a\u003e\n\n\u003ca href=\"http://www.ferris.edu/dagd/\"\u003e\u003cimg src=\"https://img.shields.io/badge/made%20by-Ferris%20State%20University-blue.svg?style=flat-square\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://unity3d.com/\"\u003e\u003cimg src=\"https://img.shields.io/badge/engine-Unity-brightgreen.svg?style=flat-square\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://docs.unity3d.com/Manual/webgl-gettingstarted.html\"\u003e\u003cimg src=\"https://img.shields.io/badge/platform-WebGL-brightgreen.svg?style=flat-square\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/AndrewK9/Resort-Visualizer/issues\"\u003e\u003cimg src=\"https://img.shields.io/badge/issues-0%20open-brightgreen.svg?style=flat-square\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/AndrewK9/Resort-Visualizer/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-NonCommercial%20CC%204-brightgreen.svg?style=flat-square\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Table of Contents\n1. [Introduction](#introduction)\n1. [Install](#install)\n1. [Usage](#usage)\n1. [Team](#team)\n\t- [Product Owner](#product-owner)\n\t- [Programmers](#programmers)\n\t- [Artists](#artists)\n1. [Screenshots](#screenshots)\n1. [Naming Conventions](#naming-conventions)\n\t- [3D Files](#3d-files)\n\t- [Textures](#textures)\n1. [Programming Style](#programming-style)\n\t- [Visual Appeal](#visual-appeal)\n\t- [Variable Prefixes](#variable-prefixes)\n\t- [Using Properties](#using-properties)\n1. [Contribute](#contribute)\n1. [License](#license)\n\n## Introduction\nThis Resort Visualizer prototype is being created for [Pillar Workshop](http://www.pillarworkshop.com/) by students at [Ferris State University](http://www.ferris.edu/dagd/). The goal of this project is to provide the client with a 3D web-based interactive visualizer. The visualizer will run on the WebGL JavaScirpt API and will be built in Unity 3D.\n\n## Install\nThis project uses [Unity](https://unity3d.com/) and [WebGL](https://docs.unity3d.com/Manual/webgl-gettingstarted.html). Go check them out if you don't have them locally installed.\n\n## Usage\nCurrently, this section is barren, as new features are built into the project this section will be updated.\n\n## Team\n#### Product Onwer\n\nLogan Armstrong |\n|-----|\n| [Email](larmstrong30298@gmail.com) |\n\n#### Programmers\n\nKyle Andrews |\n|-----|\n| [Email](andrewskyle28@gmail.com) |\n\n#### Artists\n\nBrent Perko | Ed Chrzanowski | Cameron Ames | Brad Vriesman | Jole Striegle |\n|-----|-----|-----|-----|-----|\n| [Email](brentp3rk0@gmail.com) | [Email](chrzane1@ferris.edu) | [Email](amesc3@ferris.edu) | [Email](vriesmb@ferris.edu) | [Email](striegj@ferris.edu) |\n\n## Screenshots\nCurrently, this section is barren, as new features are built into the project this section will be updated.\n\n## Naming Conventions\n#### 3D Files\n```\nWorking Files:\n(yyyy-mm-dd)_(ObjectName)_(Unwrapped (U) or NoUnwrap (NU))_(iteration #)_(initials of person who saved iteration).(obj or fbx)\n\nExample:\n2017-01-29_EiffelTower_NU_05_EC.obj\n```\n\n#### Textures\n```\nWorking files:\n(yyyy-mm-dd)_(ObjectName)_(initials of person who saved iteration).(texturing software)\n\nExample :\n2017-01-29_EifelTower_EC_.psd\n\nFinals:\n(Final)_(ObjectName)_(initials of person who saved iteration)_(mapname:DIFF,SPEC,NORM,etc.).png\n\nExample:\nFinal_EifelTower_EC_DIFF.png\n```\n\n\n## Programming Style\n#### Visual Appeal\nWe will be following the standard naming conventions set by [Microsoft's .NET Framework](https://msdn.microsoft.com/en-us/library/ms229042(v=vs.110).aspx), see Programming Style below for specific changes.\n\nTabs over spaces, for this project we will be using four column tabs and the Allman indent style. All selection and iteration single-line statements will have a beginning and ending brace.\n```\nif(x == y) { return true; }\n```\n\n#### Variable Prefixes\nAll private variables will have an underscore prefix.\n\n#### Using Properties\nAll global variables must declare their using properties and private variable counterparts.\n```\nprivate int m_numOfCows = 2;\npublic int g_numOfCows\n{\n    get\n    {\n        return m_numOfCows;\n    }\n}\n```\nWe should never allow other scripts to set a public global variable, instead we’ll create a public function that sets the private variable.\n```\npublic void SetNumOfCows(int newNumOfCows)\n{\n    m_numOfCows = newNumOfCows;\n}\n```\n\n\n## Contribute\nFeel free to [open an issue](https://github.com/AndrewK9/Resort-Visualizer/issues) or clone this project to start working on your own, however, fixes and features contributions will only be accepted from Ferris State University students who are currently on the Resort Visualizer team.\n\n## License\n[Creative Commons Attribution-NonCommercial 4.0 International Public License](https://github.com/AndrewK9/Resort-Visualizer/blob/master/LICENSE) (c) [Ferris State University](http://www.ferris.edu/dagd/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithkyle%2Fresort-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithkyle%2Fresort-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithkyle%2Fresort-visualizer/lists"}