unity-starter

Unity | Starter

https://github.com/blob-cc/unity-starter

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.5%) to scientific vocabulary

Keywords

blob creative-coding csharp template unity unity3d

Keywords from Contributors

earthobservation favicon mesh sequences interactive urban observability process hacking network-simulation
Last synced: 4 months ago · JSON representation ·

Repository

Unity | Starter

Basic Info
  • Host: GitHub
  • Owner: blob-cc
  • License: mit
  • Language: C#
  • Default Branch: main
  • Homepage: https://www.blob.cc
  • Size: 76.2 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
blob creative-coding csharp template unity unity3d
Created over 1 year ago · Last pushed 11 months ago
Metadata Files
Readme Contributing Funding License Code of conduct Citation Codeowners Security

README.md

blob.cc Logo

Unity | Starter

Creative Coding Blobs



Unity Creative Coding Starter

Unity is a powerful game engine and development platform that can also be used for creative coding projects. With a robust set of built-in tools for 3D graphics, physics, and interactivity, Unity provides a solid foundation for creating unique interactive experiences, installations, and virtual environments.

https://unity.com/

This Unity project is a template for creative coding and generative art. It includes a variety of utility scripts, custom data structures, and settings optimized for quick prototyping and development of artistic projects.

Features

  • Modular Scripts: A collection of scripts for handling input, generating patterns, managing shaders, and more.
  • Custom Data Structures: Grid, binary tree, linked list, stack, and queue implementations.
  • Shader Effects: Utility functions for creating and manipulating shader-based effects.
  • Pattern Generators: Tools for generating geometric patterns, grids, circles, and spirals.
  • Noise Generators: Perlin and Simplex noise generators for procedural content creation.

Installation

  1. Clone this repository:

bash git clone https://github.com/yourusername/creative-coding-template.git

  1. Open the project in Unity (ensure you are using the recommended Unity version as specified below).

Project Structure

  • Assets/
    • Scripts/: Contains all utility scripts and custom data structures.
    • Shaders/: Custom shaders and materials.
    • Prefabs/: Reusable prefabs for generating objects.
    • Scenes/: Example scenes demonstrating various features.
  • ProjectSettings/: Unity project settings.

Usage

  1. Open the scene you want to work in, or create a new one.
  2. Use the scripts provided in the Scripts/ folder to add functionality to your project.
  3. Customize the settings in ProjectSettings/ according to your project’s needs.

Colophon

Made with ❤️ by Scape Agency

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT license. See the LICENSE file for details.


Owner

  • Name: blob.cc
  • Login: blob-cc
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
title: Unity Template
version: 0.0.1
date-released: 2024-08-01
url: "https://github.com/scape-agency/cc-unity"
message: >-
  If you use this software, please cite it using
  the metadata from this file.
type: software
authors:
  - given-names: Lars Bastiaan
    family-names: van Vianen
    email: lars@scape.agency
    affiliation: Scape Agency
    orcid: "https://orcid.org/0000-0002-8790-8630"

GitHub Events

Total
  • Push event: 1
  • Pull request event: 1
  • Create event: 1
Last Year
  • Push event: 1
  • Pull request event: 1
  • Create event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 85
  • Total Committers: 2
  • Avg Commits per committer: 42.5
  • Development Distribution Score (DDS): 0.035
Past Year
  • Commits: 85
  • Committers: 2
  • Avg Commits per committer: 42.5
  • Development Distribution Score (DDS): 0.035
Top Committers
Name Email Commits
Lars van Vianen l****s@v****m 82
dependabot[bot] 4****] 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 3
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 3
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (3)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • game-ci/unity-builder v4 composite
.devcontainer/Dockerfile docker
  • node 22 build
.devcontainer/docker-compose.yml docker