- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
RTS C++ Game Engine Hard Start 1
Made with Restream. Livestream on 30+ platforms at once via https://restream.io
https://www.bing.com/search?qs=HS&pq=mesa3d&sk=CSYN1&sc=12-6&pglt=299&q=mesa3d+use+cases
// https://github.com/CodesOtakuYT/codotaku_vulkan_tutorial/blob/main/src/headers.h#L59
// https://github.com/DiligentGraphics/DiligentCore/
// https://github.com/moosch/SeEngine/
// https://github.com/travisvroman/kohi
// // https://registry.khronos.org/VulkanSC/specs/1.0-extensions/pdf/vkspec.pdf
// https://github.com/search?q=%22m_physicalDevices.resize%28physicalDeviceCount%29%3B%22&type=code
// flax engine
// https://github.com/HODAKdev/StarEngine
https://store.steampowered.com/app/1158050/CrimeWars_Source/?beta=1
https://www.moddb.com/mods/crimewars
https://store.steampowered.com/app/3584410/CrimeWars_Source/?beta=1
Download Visual studio 2022
https://www.khronos.org/news/press/khronos-releases-vulkan-1-0-specification
https://registry.khronos.org/vulkan/specs/
https://docs.vulkan.org/guide/latest/vulkan_spec.html
for vulkan DOWNLOADS Required:
0. Download Cmake https://cmake.org/
0. Download git https://git-scm.com/downloads
1. https://vulkan.lunarg.com/
2. https://github.com/google/shaderc
3. https://github.com/glfw/glfw
More Reading:
https://developer.arm.com/documentation/101863/8-7/Using-Mali-Offline-Compiler/Compiling-Vulkan-shaders
glslc.exe shader.vert -o shader.vert.spv
https://github.com/KhronosGroup/SPIRV-Cross
https://vulkan.lunarg.com/doc/view/latest/windows/samples_index.html#HelloVulkan
Maybe I'll talk about windows 7 if theres time about spec 1.0 and getting git to work on there and some other noances;
1. Login to Play Console and create a App for Draft work.
https://play.google.com/console/u/0/developers/
2. Make a app - Android Studio GameActivity OpenGL 3.0
3. Generate a key
keytool in java bin folder
4. Sign things up in google cloud console
https://console.cloud.google.com/apis/api/games.googleapis.com
Read the overview slightly : https://developer.android.com/games/pgs/overview
Main Target:
https://developer.android.com/games/pgs/savedgames
https://developer.android.com/games/pgs/android/achievements
Try to Implement Google in Java End
Write Game within C++, Toast the Notifications
need to make custom server CPP/Java App to fix problem in last stream
fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
https://github.com/fatedier/frp
Termux Android Terminal Apps:
https://play.google.com/store/apps/details?id=com.termux&hl=en_US&pli=1
https://termux.dev/en/
https://github.com/termux/termux-app
exploring what services can be hosted and test trialing a demo udp game server
[Donate for Project]
BTC: bc1q5w9uy5g2r5m3pjd8f7g7rv3me6u8dhx6x6vd96
ETH: 0x811FE59dD693165E42dA2F2ff23C0EFcd69AD8A1
Solana: GXNzCfhUgpgKHGq3q8qmfsvtQK5f15voMnhu55uR9Tuq
C++ ML AI NPCs using deep learning models for text to text
https://discord.gg/ksfePEJd
goal:
install a c++ library
install a model
test model works
train a scratch model
https://pytorch.org/tutorials/beginner/basics/quickstart_tutorial.html
https://pytorch.org/tutorials/advanced/cpp_frontend.html
Main concentration for raspberry pi to use llama model
https://github.com/ggerganov/llama.cpp
// Guides:
https://www.kindsonthegenius.com/build-an-llm-chatbot-with-openai-api-and-ollama-step-by-step-tutorial/#:~:text=Build%20an%20LLM%20Chatbot%20with%20OpenAI%20API%20and,6%206.%20Enhance%20the%20UI%20with%20Styles
https://docs.streamlit.io/develop/tutorials/chat-and-llm-apps/build-conversational-apps
https://medium.com/@gautam_vanani/building-a-custom-language-model-llm-for-chatbots-a-practical-guide-9e4a0c532930
Motivation Later implement in Android and iOS iPhone and use OpenGLES to visualize Tensors
// pytorch basics
https://pytorch.org/docs/stable/cpp_index.html
https://pytorch.org/tutorials/advanced/cpp_frontend.html
https://pytorch.org/tutorials/advanced/cpp_custom_ops.html
https://www.tensorflow.org/learn
https://www.nltk.org/install.html
https://huggingface.co/docs/transformers/en/installation
Raspberry PI zero and ming LLM Text to text chatbot tutorial.
For NPCs talking to player!
https://grok.com/chat/9fc96414-3d0e-4f58-8165-b5f0dfb7e232
-----------END OF ML AI deep learning list --------
---------------------------------------------------
https://github.com/0xFA11/MultiplayerNetworkingResources
https://www.gameaipro.com/
running on 2 CPU E5 Xeon 2699
https://amzn.to/4i0EiHn $190
https://amzn.to/4c6wqCO $70
https://amzn.to/42Vr7BQ dinosuar NVIDIA GTX 1070 but runs ollama good, and a very sturdy card
https://amzn.to/4cX6J7W Wifi adapter trying to install linux driver
https://amzn.to/42EQPf2 added to my safety goggles
Join Int Main Discord
https://discord.gg/ksfePEJd
Видео RTS C++ Game Engine Hard Start 1 канала Georgiy Chipunov
https://www.bing.com/search?qs=HS&pq=mesa3d&sk=CSYN1&sc=12-6&pglt=299&q=mesa3d+use+cases
// https://github.com/CodesOtakuYT/codotaku_vulkan_tutorial/blob/main/src/headers.h#L59
// https://github.com/DiligentGraphics/DiligentCore/
// https://github.com/moosch/SeEngine/
// https://github.com/travisvroman/kohi
// // https://registry.khronos.org/VulkanSC/specs/1.0-extensions/pdf/vkspec.pdf
// https://github.com/search?q=%22m_physicalDevices.resize%28physicalDeviceCount%29%3B%22&type=code
// flax engine
// https://github.com/HODAKdev/StarEngine
https://store.steampowered.com/app/1158050/CrimeWars_Source/?beta=1
https://www.moddb.com/mods/crimewars
https://store.steampowered.com/app/3584410/CrimeWars_Source/?beta=1
Download Visual studio 2022
https://www.khronos.org/news/press/khronos-releases-vulkan-1-0-specification
https://registry.khronos.org/vulkan/specs/
https://docs.vulkan.org/guide/latest/vulkan_spec.html
for vulkan DOWNLOADS Required:
0. Download Cmake https://cmake.org/
0. Download git https://git-scm.com/downloads
1. https://vulkan.lunarg.com/
2. https://github.com/google/shaderc
3. https://github.com/glfw/glfw
More Reading:
https://developer.arm.com/documentation/101863/8-7/Using-Mali-Offline-Compiler/Compiling-Vulkan-shaders
glslc.exe shader.vert -o shader.vert.spv
https://github.com/KhronosGroup/SPIRV-Cross
https://vulkan.lunarg.com/doc/view/latest/windows/samples_index.html#HelloVulkan
Maybe I'll talk about windows 7 if theres time about spec 1.0 and getting git to work on there and some other noances;
1. Login to Play Console and create a App for Draft work.
https://play.google.com/console/u/0/developers/
2. Make a app - Android Studio GameActivity OpenGL 3.0
3. Generate a key
keytool in java bin folder
4. Sign things up in google cloud console
https://console.cloud.google.com/apis/api/games.googleapis.com
Read the overview slightly : https://developer.android.com/games/pgs/overview
Main Target:
https://developer.android.com/games/pgs/savedgames
https://developer.android.com/games/pgs/android/achievements
Try to Implement Google in Java End
Write Game within C++, Toast the Notifications
need to make custom server CPP/Java App to fix problem in last stream
fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
https://github.com/fatedier/frp
Termux Android Terminal Apps:
https://play.google.com/store/apps/details?id=com.termux&hl=en_US&pli=1
https://termux.dev/en/
https://github.com/termux/termux-app
exploring what services can be hosted and test trialing a demo udp game server
[Donate for Project]
BTC: bc1q5w9uy5g2r5m3pjd8f7g7rv3me6u8dhx6x6vd96
ETH: 0x811FE59dD693165E42dA2F2ff23C0EFcd69AD8A1
Solana: GXNzCfhUgpgKHGq3q8qmfsvtQK5f15voMnhu55uR9Tuq
C++ ML AI NPCs using deep learning models for text to text
https://discord.gg/ksfePEJd
goal:
install a c++ library
install a model
test model works
train a scratch model
https://pytorch.org/tutorials/beginner/basics/quickstart_tutorial.html
https://pytorch.org/tutorials/advanced/cpp_frontend.html
Main concentration for raspberry pi to use llama model
https://github.com/ggerganov/llama.cpp
// Guides:
https://www.kindsonthegenius.com/build-an-llm-chatbot-with-openai-api-and-ollama-step-by-step-tutorial/#:~:text=Build%20an%20LLM%20Chatbot%20with%20OpenAI%20API%20and,6%206.%20Enhance%20the%20UI%20with%20Styles
https://docs.streamlit.io/develop/tutorials/chat-and-llm-apps/build-conversational-apps
https://medium.com/@gautam_vanani/building-a-custom-language-model-llm-for-chatbots-a-practical-guide-9e4a0c532930
Motivation Later implement in Android and iOS iPhone and use OpenGLES to visualize Tensors
// pytorch basics
https://pytorch.org/docs/stable/cpp_index.html
https://pytorch.org/tutorials/advanced/cpp_frontend.html
https://pytorch.org/tutorials/advanced/cpp_custom_ops.html
https://www.tensorflow.org/learn
https://www.nltk.org/install.html
https://huggingface.co/docs/transformers/en/installation
Raspberry PI zero and ming LLM Text to text chatbot tutorial.
For NPCs talking to player!
https://grok.com/chat/9fc96414-3d0e-4f58-8165-b5f0dfb7e232
-----------END OF ML AI deep learning list --------
---------------------------------------------------
https://github.com/0xFA11/MultiplayerNetworkingResources
https://www.gameaipro.com/
running on 2 CPU E5 Xeon 2699
https://amzn.to/4i0EiHn $190
https://amzn.to/4c6wqCO $70
https://amzn.to/42Vr7BQ dinosuar NVIDIA GTX 1070 but runs ollama good, and a very sturdy card
https://amzn.to/4cX6J7W Wifi adapter trying to install linux driver
https://amzn.to/42EQPf2 added to my safety goggles
Join Int Main Discord
https://discord.gg/ksfePEJd
Видео RTS C++ Game Engine Hard Start 1 канала Georgiy Chipunov
Комментарии отсутствуют
Информация о видео
22 июня 2025 г. 19:30:41
00:23:00
Другие видео канала




















