Skip to content

Instantly share code, notes, and snippets.

View Tolga-dev's full-sized avatar
🎯
Focusing

Tolga Konat Tolga-dev

🎯
Focusing
View GitHub Profile
@Tolga-dev
Tolga-dev / setting-up-mujoco-test.ipynb
Created July 1, 2025 19:44
setting up mujoco test.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Tolga-dev
Tolga-dev / AlgaeGenerator.cs
Created October 30, 2024 22:50
LSystemGenerator
// free to use
// https://en.wikipedia.org/wiki/L-system#Example_1:_algae
// Algae generator
using System;
using System.Collections.Generic;
using UnityEngine;
namespace WorldGenerators
{