gamedevelopment topic

List gamedevelopment repositories

smol

29
Stars
1
Forks
Watchers

Uma game engine desenvolvida ao longo de uma série de vídeos do canal https://www.youtube.com/gamedevlog

line-renderer-bezier-path

40
Stars
16
Forks
Watchers

In this tutorial repository you will learn how to make an Editor script that will allow you to smooth a Line Renderer with Bezier Curves.

godot_orbit_controls

26
Stars
2
Forks
Watchers

Orbit Controls for the Godot Engine based on three.js Orbit Controls

ps1-graphics-demo

16
Stars
1
Forks
Watchers

PlayStation 1 3D graphics Demo

surface-manager

26
Stars
5
Forks
Watchers

Create and use a ScriptableObject-based Surface Management system for your game!

bullet-impacts

16
Stars
2
Forks
Watchers

In this tutorial you will learn how to create a basic RigidBody Bullet that on impact, will have a particle system play at the impact location based on the material of the object the bullet collides w...

raycast-bullet-trails

27
Stars
13
Forks
Watchers

Learn how to add bullet trails (aka "tracers") to your hitscan weapons. In this tutorial repository you'll learn how to implement a hitscan gun that makes bullet impact effects, has bullet trails, and...