https://github.com/jasonswearingen/2024-04-godot-scratch
dumping ground for godot-csharp R&D
https://github.com/jasonswearingen/2024-04-godot-scratch
Last synced: 7 months ago
JSON representation
dumping ground for godot-csharp R&D
- Host: GitHub
- URL: https://github.com/jasonswearingen/2024-04-godot-scratch
- Owner: jasonswearingen
- License: mpl-2.0
- Created: 2024-04-24T22:43:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T14:15:37.000Z (over 1 year ago)
- Last Synced: 2025-01-23T14:23:10.361Z (9 months ago)
- Language: C#
- Size: 3.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2024-04-godot-scratch
dumping ground for godot-csharp R&D# Roadmap / TODO
- try out GodotSharp.SourceGenerators input gen
-
- input controller?
- continue 3P controller work
- template project
- epic game services- today
- debug-draw node
- freecam
-# R&D starting points
- How Godot's Transform3D Type Works: Majikayo Games : https://www.youtube.com/watch?v=JKWGYPQ4YG8
- Coding Terrain From Scratch In Godot Majikayo Games : https://www.youtube.com/watch?v=AK951MB9kXM
- Handling Walking Up and Down Stairs in Godot Majikayo Games : https://www.youtube.com/watch?v=-WjM1uksPIk
- Easy Input Prompts and Remapping in Godot 4 Nathan Hoad : https://www.youtube.com/watch?v=PGy07Q6vHcU
- Part 1 | Getting Started & Authentication | Epic Online Services Godot Delano Lourenco : https://www.youtube.com/watch?v=ENyvF4yVjKg&list=PL5t0hR7ADzun5JYF4e2a2FtZEWYHxK83_&index=1
- Welcome to Shaderland - An introduction to shaders in Godot Godotneers : https://www.youtube.com/watch?v=nyFzPaWAzeQ
- Godot Components - how to structure a game into manageable parts (Beginner/Intermediate) Godotneers : https://www.youtube.com/watch?v=W8gYHTjDCic
-## 3rd person character controller
- Using Your Feedback To Improve My Souls-Like Character Controller | Devlog 2 Snaiel https://www.youtube.com/watch?v=o8B_tuPhHtE
-