Showing 65 open source projects for "unity sample project"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    Skinner

    Skinner

    Special Effects with Skinned Mesh in Unity

    Skinner is a collection of real-time special effects for Unity that use vertices of an animating skinned mesh as emission points. Instead of duplicating mesh data on the CPU, it employs a replacement shader to stream vertex positions into GPU-friendly buffers, conserving memory and CPU cycles. With those GPU-side buffers, Skinner can drive effects like trails, particles, or geometry that react to the underlying skinned animation in sophisticated ways. The approach enables complex, performant...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Accord.NET Framework

    Accord.NET Framework

    Machine learning, computer vision, statistics and computing for .NET

    ...It is a complete framework for building production-grade computer vision, computer audition, signal processing and statistics applications even for commercial use. A comprehensive set of sample applications provide a fast start to get up and running quickly, and extensive documentation and a wiki help fill in the details. The Accord.NET project provides machine learning, statistics, artificial intelligence, computer vision and image processing methods to .NET. It can be used on Microsoft Windows, Xamarin, Unity3D, Windows Store applications, Linux or mobile. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Puzzler-VR

    Puzzler-VR

    A VR puzzle game for Cardboard using Unity

    Puzzler is a mobile VR application for new VR users which challenges them to solve a familiar type of puzzle in a new way. You just need your mobile and VR cardboard and you can enjoy playing puzzles in a virtual world without being distracted by anything from the real world you live in. Most of the scripts were provided by Udacity. I have edited them to match my needs. Most of the models and textures are provided by Udacity starter files. I used some images for texturing the particles. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PageFlip

    PageFlip

    3D Style Page Flip on Android

    This project is aimed to implement 3D style page flip on Android system based on OpenGL 2.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    PBJVision

    PBJVision

    iOS Media Capture – features touch-to-record video, slow motion

    PBJVision is a camera library for iOS that enables easy integration of special capture features and camera interface customizations in your iOS app. Next Level is the Swift counterpart. Capture is also possible without having to use the touch-to-record gesture interaction as the sample project provides. This library was originally created at DIY as a fun means for kids to author videos and share their skills. The touch-to-record interaction was pioneered by Vine and Instagram.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TWAIN for C-Sharp (C#)

    TWAIN for C-Sharp (C#)

    A C# interface for TWAIN

    [Important] The project moved to GitHub. Please use the following GitHub project page from now on: https://github.com/twain/twain-cs A C# interface for the TWAIN image capture API, that also includes a toolkit layer, a diagnostic application and a sample application.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Unity Cluster Package

    Unity Cluster Package

    Dragging and Dropping Components for Multi-projection Applications

    ...Cite us. Please check the package main paper (1), the survey used as base (2), and some multiprojection applications built with this custom Unity package (3). (1) http://link.springer.com/chapter/10.1007/978-3-319-21413-9_19 [best paper award] (2) http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=7300728 (3) http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=7272633 Access Files for package versions and an example project with documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TWAIN sample Data Source and Application
    [Important] The project moved to GitHub. Please use the following GitHub project page from now on: https://github.com/twain/twain-samples Use the TWAIN 2 sample data source and application, to test your TWAIN project, or as templates to incorporate TWAIN into your graphic applications or Scanner drivers. The samples are released as open source software and uses a Modified BSD licenses.
    Downloads: 55 This Week
    Last Update:
    See Project
  • 9
    ecw2sfz

    ecw2sfz

    Convert Ensoniq .ECW files to .SFZ

    ".ECW file" or "waveset" refers to a file with an extension of ".ECW" which stores articulation and sample data used by the MIDI synthesizer of sound cards equipped with an ES1370, ES1371, or ES1373 chip. These sound cards include the Ensoniq AudioPCI, the Sound Blaster! AudioPCI, the Sound Blaster! PCI64, the Sound Blaster! PCI128, and the Sound Blaster Live!. This project is a Perl script which can unpack these files into a .WAV sample, and a corresponding .SFZ file (an open format used by various sample engines to describe sample playback.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 10
    Sample Level Musical Timeline

    Sample Level Musical Timeline

    Sample Level Modulation of Musical Timeline

    Sample Level Modulation of Musical Timeline Mingfeng Zhang Dept. of Electrical and Computer Engineering, University of Rochester In this toolbox we provide signal processing tools to allocate music events (samples of musical notes) to specified time locations with sample level accuracy. In this implementation, we use computational tools to add in micro-timing variations in J.S.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Automalator

    State Dependency deconstructor and mapper for C source code.

    Flowcharts not telling you what you want to know about some C source code? Try a State Dependency map! Every C source file is an implemention of a state machine. Implicit in the definition of a state machine is a network of dependencies between the states. The Automalator * deconstructs the C code into the core state machine * collates the transactions into the dependency net * generates a diagram-format file with the states and dependencies as the nodes and edges. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CSV Mesh Importer for Blender

    This is a Python script to import a CSV file to meshes in Blender.

    This is a Python script for Blender 2.5x and it imports a CSV file into Blender and creates meshes, such as vertices, edges and faces. This project has just started, please wait for a while. Please go to the page given below for the information of how to start to use this and its details.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    CSV F-Curve Importer for Blender

    This is a Python script to import a CSV file to Blender f-curves.

    This is a Python script for Blender 2.5x and it imports a CSV file into Blender and creates f-curves. This project has just started, please wait for a while. Please go to the page given below for the information of how to start to use this and its details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ...To get the yamka SDK check out the source code from svn (svn co https://svn.code.sf.net/p/yamka/code/trunk/yamka). There is no DLL, if you need one you can always make one yourself, or you can include any files you need into your project code base directly. yamka uses CMake for build configuration, but you can use anything else that suits you, and still use CMakeLists.txt for reference. Have a look in the examples/ folder for sample programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    simplest flashmedia example

    simplest flashmedia example

    simple examples about using flash player to play RTMP/HTTP/HLS

    This project contains following examples about Flash streaming media: simplest_as3_rtmp_player: Simplest RTMP Player(ActionScript) simplest_as3_rtmp_streamer: Simplest RTMP Streamer (ActionScript) rtmp_sample_player_adobe: Sample Player extracted from Adobe Flash Media Server rtmp_sample_player_wowza: Sample Player extracted from Wowza Server rtmp_sample_player_flowplayer: RTMP/HTTP Player based on FlowPlayer (with RTMP plugin) rtmp_sample_player_videojs: RTMP/HTTP Player based on VideoJS rtmp_sample_player_jwplayer: RTMP/HTTP Player based on JWPlayer hls_sample_player_flowplayer: HLS Player based on FlowPlayer (with HLS plugin) hls_video_player_html5: HLS/HTTP Player based on HTML5 activex_vlc_player: Video Player based on VLC ActiveX Note: Some example couldn't work directly. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    SportsCameraOverlay

    SportsCameraOverlay

    Overlay GPS info on videos taken with a sports camera

    ...This way the program can be used for overlaying GPS info onto any brand of sports camera. Currently two overlay types are available, a "speedo" overlay and a "digital" (textual) overlay designed around snowsports. A few sample videos: http://www.youtube.com/watch?v=RHWcOntLT5Q http://www.youtube.com/watch?v=HelsKZeIRlM Note: This project is in its infancy and will only work on linux based operating systems without significant code changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MediaPipe is a flexible framework to manipulate medias. It allows building customized decoding/filtering/encoding pipelines. This project contains the MediaPipe SDK along with some sample pipes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The CLUNK C++ library provides support for real-time 3D(binaural) sound generation. It puts virtually no limitations on the developer; people who have experienced working with other solutions (such as SDL_Mixer or Creative OpenAL) will respect this advan
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Ogg Omg Metadata Getter for PHP

    Previously known as Ogg.class.php

    This is a continuation of Ogg.class.php by Nicolas Ricquemaque, which in turn was a split from File_Ogg by David Grant (don't you love Free Software?). Initially this project will just fix bugs and make minor adjustments to Ogg.class.php code, no backward incompatible changes will be made without an announcement. The version numbers will continue from the 1.3g, the latest released version of the ancestor project. Note: This project will __not__ help you to convert your media files into...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Goal of this project is to initially create a tool to read sample/program data from an AKAI sampler (S2000) and send it back. Later this might evolve into a GUI-based editor.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Petri-Foo is a fork of the Specimen Sampler project featuring modulation routing, assignable MIDI controllers, sample auto-preview, xfades, improved sample viewer/marks editor, and many other updates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Name to Anagram Animator (N2AA)

    An OpenGL sample application

    The application is a result of one-semester subject supposed to introduce to OpenGL. Code is, at least I hope, properly commented and is published for better understanding of very simple, yet already archaic, methods of using OpenGL without shaders (everything is build from gl, glu, glut, glew and alut libraries and the technique I feel most advanced in the project are VAO objects). Do not expect anything more than this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    3D engine with enhanced graphic software renderer programmed in Free Pascal. See the secret graphic power of Multicore-CPU...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ColladaLoader is a free open source C# Library that enables developers to load and display Collada 3D Model files (.DAE) in DirectX 10 using the SlimDX SDK. Partitial .X file support. More info: http://www.tomsdevshack.be/projects/colladaloader
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    The mathematical morphology have different applications on Image processing, it represent one processing non lineal sample. We show the CIDEFORM software as result of all mathematical morphology techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB