Skip to content
View aesthezel's full-sized avatar
🥨
Tasting knowledge
🥨
Tasting knowledge

Organizations

@quesillostudios

Block or report aesthezel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aesthezel/README.md

Hola, I'm David Pino 🥨

I'm a Game Developer, Back-end Developer and Concept Artist. Also learning more about Game Design

About me 🏓

  • 👨‍🏫 I regularly give presentations and workshops[1][2] about gamedev
  • 🎮 I working professionally on Game Develop (Since 2018)
  • 🚩 I've prepare a bootcamp to beginners on Unity (spanish only for now), is totally free
  • 📐 I'm currently developing E-learning Game Developing guides called Nivel Secreto only in Spanish for now
  • 🎤 I record a podcast called Nivel Secreto (in spanish speak) related about videogames in general
  • 💾 I'm learning about shaders .hlsl and Shader Graph, and procedural textures on Substance Designer a like programs
  • 💊 I use everyday .cs, .js, .cpp, .py, .gdscript, .lua, .rs
  • 🎓 I also study Fine Arts (Promo 2022 2025 I guess or not)
  • 📦 We (my cousing and me) are doing assets packs located in itch page of Quesillo Studios
Projects 💾
  • Melt Engine, open source game engine, melted with RayLib and PhysX.
  • Kabloom!, upcoming tower defense game.
  • Turn Jam #1, the result game from a jam by turns. Each developers could not communicate with the others, and had to work in turns.
  • Zaperoco, a folkloric fighting videogame about Venezuelan personalities and folklore.
  • Exodus and Destroy Invaders, action videogame still in development.
  • Sir Alone, a videogame (still in development), developed in 7 days for a jam.
  • Interview Duelist, a jam videogame, done in 3 days.
  • MEM-O-RAMA, a video game released for the GMTK2021 Game Jam, made only by me.
  • Hellheim, a video game released on GGJ 2021 with other 3 team mates.
  • High Speed Hands, speed poker game developed with my team on Shokworks, Inc.

Contact me 🤝

Social links

Aesthezel's | Twitter Write me on Twitter Twitch Status YouTube Channel Subscribers

Discord servers

Quesillo Studios | Discord
VE Game Devs | Discord

My websites 🌎

Venezuela Juega Aesthezel's | Portfolio Quesillo Studios | Website

Tools that I use 🔨

Unity Godot Engine
Azure Functions
Rider WebStorm Visual Studio Code
Affinity Designer Affinity Photo Krita
Band Lab

Pinned Loading

  1. MeltEngine MeltEngine Public

    A Raylib based engine...

    C# 2 1

  2. venezuela-juega venezuela-juega Public

    Sitio web oficial de la lista de la industria de videojuegos en Venezuela, que data desde 1985 hasta el presente moderno.

    TypeScript 2 1

  3. quesillostudios/quesilloquest quesillostudios/quesilloquest Public

    A new journey in Unity development

    1 5

  4. quesillostudios/bootcamp-unity quesillostudios/bootcamp-unity Public

    An Unity project files, with examples a documentation about the bootcamp imparted by Quesillo Studios.

    C#

  5. Entity DNA storage Entity DNA storage
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity >=0.8.0 <0.9.0;
    3
    
                  
    4
    import "@openzeppelin/contracts/utils/Address.sol";
    5
    import "@openzeppelin/contracts/utils/Strings.sol";