Code Nova
Code Nova
  • Видео 13
  • Просмотров 2 113

Видео

Raylib & C# - Playing with textures - Part 1 (converting C example to C#)
Просмотров 3214 дней назад
In this tutorial we will convert C texture load example to C# including project setup in Rider. We now have setup for texture slicing, animating sprites, moving etc. # music credit: 🎵(free) lofi type beat "doing good" by snoozy beats 📥 free download: ruclips.net/video/vMkD1uaR73Y/видео.html doing good [relaxing lofi] By Snoozybeats is licensed under a Creative Commons License. 🎵(free) lofi type...
Install Jetbrains Rider on Ubuntu
Просмотров 7714 дней назад
How to install Jetbrains Rider on Ubuntu 24.04 Linux (Cinamon) Music: 🎵(free) lofi type beat "lounge pony" by snoozy beats - soundcloud.com/snoozybeats/lounge-pony 📥 free download: ruclips.net/video/sc9FVtLJ57I/видео.html
Pong game with C# and Raylib - part 4
Просмотров 52Месяц назад
How to make Pong game (less than 200 lines of code) with C# using Raylib (www.raylib.com/) in ~40 minutes. This is final part. Code on [Github](github.com/dsoronda/Pong-Clone) Soundtracks from YT Audio library: - "Song of Mirrors" by Unicorn Heads - "The Center Isn't Holding" by National Sweetheart - "Night Shift" by National Sweetheart
Pong game with C# and Raylib - part 3
Просмотров 48Месяц назад
How to make Pong game (less than 200 lines of code) with C# using Raylib (www.raylib.com/) in ~40 minutes. This is part three of four part video series. Code on [Github](github.com/dsoronda/Pong-Clone) Soundtracks from YT Audio library: - "Night Shift" by National Sweetheart - "Stellar Wind" by Unicorn Heads - Easy Lemon 60 Second by Kevin MacLeod is licensed under a Creative Commons Attributio...
Pong game with C# and Raylib - part 2
Просмотров 42Месяц назад
How to make Pong game in C# using Raylib (www.raylib.com/) in ~40 minutes. This is part two of four part video series. Code on [Github](github.com/dsoronda/Pong-Clone) Soundtracks from YT Audio library: - "Beach Walk" by Unicorn Heads - "Big Sky Elegy" by National Sweetheart
Pong game with C# and Raylib - part 1
Просмотров 91Месяц назад
# Pong clone game How to make Pong game in C# using Raylib (www.raylib.com/) in ~40 minutes. This is part one of four part video series. Code on [Github](github.com/dsoronda/Pong-Clone) Soundtrack - YT Audio library : "URL Melt" by Unicorn Heads
Using Raylib in C# - simple Hello world application
Просмотров 96Месяц назад
How to use Raylib with C#. Music : In Slow Motion (Inspiring Ambient Lounge) by soundbay Music link : pixabay.com/music/future-bass-in-slow-motion-inspiring-ambient-lounge-219592/
How to install .NET 8 on Ubuntu 24.04
Просмотров 682 месяца назад
How to install .NET 8 on Ubuntu 24.04 Music : In Slow Motion (Inspiring Ambient Lounge) by soundbay Music link : pixabay.com/music/future-bass-in-slow-motion-inspiring-ambient-lounge-219592/
003 C sharp support in VS Code
Просмотров 47Год назад
In this video we'll see how to create new .NET Console project. Open it in Visual Studio Code and add support for C# in VS Code.
002b Install visual studio code using Debian package
Просмотров 16Год назад
In this video we will install Visual Studio Code on Ubuntu Mate (ubuntu-mate.org/) using Debian package (code.visualstudio.com/#alt-downloads).
002a Install visual studio code on Ubuntu Mate
Просмотров 238Год назад
In this video we will install Visual Studio Code on Ubuntu Mate (ubuntu-mate.org/) using Software Boutique (ubuntu-mate.org/features/boutique/).
Linux Ubuntu install .NET 7
Просмотров 1,3 тыс.Год назад
How to install .NET 7 on Ubuntu 23.04

Комментарии

  • @nenad.abramovic
    @nenad.abramovic Месяц назад

    Amazing tutorial with a lot of best practices incorporated. Keep up the great work!

  • @zenobiusztasak8604
    @zenobiusztasak8604 2 месяца назад

    "Unable to locate package dotnet-sdk-7.0". FUCK THIS

    • @CodeNova
      @CodeNova 2 месяца назад

      .NET is end of life.. so you should try execute : sudo apt update && sudo apt install dotnet-sdk-8.0

    • @zenobiusztasak8604
      @zenobiusztasak8604 2 месяца назад

      @@CodeNova Yes you are correct but I could not find information about it nowhere. I managed to install 7.0, but manually. Thx for response

  • @prakash.vishwakarma
    @prakash.vishwakarma 8 месяцев назад

    Have you had a luck dotnet dev cert for https on ubuntu. I had hard time doing it for my blazor wasm app

  • @pepefex
    @pepefex Год назад

    Your video tutorial, if it works. Thanks a lot!

  • @viniciusfariadeoliveira6457
    @viniciusfariadeoliveira6457 Год назад

    Thank you!

  • @nenad.abramovic
    @nenad.abramovic Год назад

    Great video! It's so easy to follow. Keep up the good work!