• Stars
    star
    5
  • Rank 2,854,565 (Top 57 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created over 3 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this tutorial, we will learn how to implement the Bezier curve using C# in Unity. We will then create a sample application that displays the Bezier curve.

More Repositories

1

jigsaw-puzzle

This project is a Jigsaw Puzzle game. The tiles are dynamically created at runtime based on Bezier Curve. You can play the WebGL version of the game on Faramira.
C#
65
star
2

fsm-generic

This tutorial implements a generic Finite State Machine using C#. We then illustrate the concept by applying the implemented Finite State Machine using Unity in a few scenarios.
C#
24
star
3

tutorial-pathfinding

In this tutorial, we will implement a generic pathfinder in Unity using C#. We will approach the tutorial from a basic 2D grid-based pathfinding to a more robust generic pathfinder that we can use for a graph-based data structure. We will then apply our pathfinder to a variety of pathfinding problems.
C#
19
star
4

faramira

Faramira Games is a collection of 2D games built as tutorials for learning game development. These are classic 2D games.
C#
6
star
5

tutorial-maze

This repository comprises the source codes for the tutorial to implement mazes in Unity2D by applying the backtracking algorithm with an explicit stack.
C#
5
star
6

fsm-cpp

This repository implements a reusable Finite State Machine using C++. It also illustrates the concept by applying the implemented Finite State Machine in a few example use cases.
C++
5
star
7

tutorial-factory-design-pattern

In this tutorial, you will learn the factory design pattern and implement a factory design pattern using C# to create objects of similar types dynamically.
C#
3
star
8

drag-and-drop

Drag and drop item functionality in Unity. A tutorial to show how we can implement the dragging of a UI item and dropping it to instantiate a prefab on a 3D scene.
C#
3
star
9

split-image

This project allows creating Jigsaw tiles from an image using Bezier curves. I have implemented this project using Unity and C#.
C#
2
star
10

gamdev-unity

A collection of tutorials for learning game development using Unity
C#
2
star
11

8puzzle

In this tutorial, we will solve the 8 puzzle problem using a variety of algorithms, from breadth-first search to depth-first search and from greedy best-first search to A* search. We will then implement these algorithms in C++ and C#, test out the results and finally implement the A* search algorithm in Unity as a game.
C++
2
star
12

unity-vuforia-fire-effect

In this tutorial, I will show you how to create an augmented reality โ€“ fire effect using Vuforia and Unity. This tutorial covers the configuration and setup of Vuforia in Unity, the creation of an image target database and adding image targets, creating a fire particle effect, adding the fire effect to the image target, and finally exporting the application to an Android phone.
C#
2
star
13

unity-pathfinding

Pathfinding using Astar, Dijkstra and Greedy Best-first using C# in Unity
C#
1
star
14

8puzzle-unity

8 Puzzle Game using Unity and Astar Pathfinding.
C#
1
star
15

unity-thirdperson-camera-control

C#
1
star
16

maze-generation

How to Generate Mazes Using Depth-First Algorithm
C#
1
star
17

ar-vuforia-demo

An augmented reality demonstration using Vuforia with Unity
C#
1
star
18

cpf-sim

This is a CPF Simulator that simulates the CPF accounts based on publicly available information. You can use this simulator to optimize your CPF account outputs by comparing and contrasting across multiple simulation runs.
HTML
1
star
19

ar-arfoundation-basic

In this tutorial, we will do the setup for our development environment and create an AR app using AR Foundation in Unity 2020.3.0f1. This tutorial will guide you on setting up the development environment required to create an AR app using AR Foundation in Unity for Android. After that, we will make our first augmented reality app using Unity to ensure that our setup is correct. Read the complete tutorial in the link provided.
C#
1
star
20

camera-manipulator-2d

In this tutorial, we will learn to implement camera pan and zoom controls in Unity2D.
C#
1
star