TGTGInsightаналитика telegramLIVE / telegram public index
← [404] — программирование

TGINSIGHT SIMILAR POSTS

Найти похожее

Источник @procode404 · Post #4021 · 14 апр.

​​🎮Создание игры на Unity 5 Годный плейлист по MagicaVoxel и Unity 5, где каждый шаг создания игры-платформера объясняется максимально доступно: создание ландшафта, программирование на C#, анимирование персонажей и много другое. 1. Создаем ландшафт игры в MagicaVoxel [50:40] 2. Переносим ландшафт игры в Unity [17:39] 3. Оптимизацию моделей из MagicaVoxel [25:45] 4. Изучаем C# в контексте игр для новичков [46.58] 5. Программируем поведение персонажей [34:24] 6. Анимируем персонажей в игре [37:23] Перейти к плейлисту #видео

Hashtags

Результаты

Найдено 1 похожих постов

Поиск: #pipfile

当前筛选 #pipfile清除筛选
djangoproject

@djangoproject · Post #535 · 28.12.2017, 10:12

https://docs.pipenv.org/ #Pipenv — the officially recommended #Python#packaging tool from Python.org, free (as in freedom). Pipenv is a tool that aims to bring the best of all packaging worlds (#bundler, #composer, #npm, #cargo, #yarn, etc.) to the Python world. #Windows is a first–class citizen, in our world. It automatically creates and manages a #virtualenv for your projects, as well as adds/removes #packages from your #Pipfile as you install/uninstall packages. It also generates the ever–important Pipfile.lock, which is used to produce deterministic builds.