- Введение в open-source решения для генерации видео
- Сравнение моделей и требования к оборудованию
- Настройка рабочей среды
- Пошаговый процесс создания видео
- Продвинутые техники и оптимизация
- Ресурсы для дальнейшего обучения
Discover gists
List of freely available resources to study computer graphics programming.
- Creative Coding for Beginners [video] (new to programming)
- Learn C++ [book]
- Essence of Linear Algebra [video] [article]
- 3D Math Primer for Graphics and Game Development [book]
- How do Video Game Graphics Work? [video]
| import 'dart:math' as math; | |
| import 'package:flutter/material.dart'; | |
| // ============== Design Dimensions ============== | |
| // iPhone X dimensions - industry standard for mobile-first design | |
| // All proportional scaling is relative to these base dimensions. | |
| /// Base design width (375px - iPhone X) |
Note
This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.
How to use this script:
- Accept a quest under Discover -> Quests
- Press Ctrl+Shift+I to open DevTools
- Go to the
Consoletab - Paste the following code and hit enter:
“What about the special needs kids?”
This concern is sincere and should not be mocked or minimized. However, sincerity alone does not determine whether an argument is decisive, binding, or properly applied.
The question is not whether some individuals may be affected differently by intense imagery. The question is whether the presence of a smaller, sensitive subset justifies altering or diluting the core message for everyone.
That distinction matters.
This page is a curated collection of Jupyter/IPython notebooks that are notable for some reason. Feel free to add new content here, but please try to only include links to notebooks that include interesting visual or technical content; this should not simply be a dump of a Google search on every ipynb file out there.
Important contribution instructions: If you add new content, please ensure that for any notebook you link to, the link is to the rendered version using nbviewer, rather than the raw file. Simply paste the notebook URL in the nbviewer box and copy the resulting URL of the rendered version. This will make it much easier for visitors to be able to immediately access the new content.
Note that Matt Davis has conveniently written a set of bookmarklets and extensions to make it a one-click affair to load a Notebook URL into your browser of choice, directly opening into nbviewer.
Specific Focus: The Depiction of Christ’s Blood in the Easter Pageant
What follows is my understanding of the discussion as you conveyed it to me. Please forgive any details I may have misunderstood, omitted, or recalled incorrectly.
A secondary discussion occurred later, but for the sake of clarity, this account is limited strictly to the question of whether—and to what extent—the blood of Jesus should be portrayed during the crucifixion scene.
| import { json } from '@tanstack/react-start' | |
| import { getEvent, type ServerRouteMethodsRecord } from '@tanstack/react-start/server' | |
| import createNodeAdapter, { type NodeOptions as NodeAdapterOptions } from 'crossws/adapters/node' | |
| /** | |
| * Adapter for TanStack Start and `crossws`. | |
| * | |
| * @see https://tanstack.com/start/latest/docs/framework/react/server-routes | |
| * @see https://nitro.build/guide/websocket | |
| * |
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "title": "Nano Banana (Gemini 3 Pro) Ultimate Image Schema", | |
| "description": "The definitive structured prompting schema for high-fidelity image generation. Includes advanced photography, multi-subject control, and text rendering.", | |
| "type": "object", | |
| "required": ["meta", "subject", "scene"], | |
| "properties": { | |
| "user_intent": { | |
| "type": "string", | |
| "description": "A natural language summary of your goal (e.g., 'Me high-fiving Batman in a neon city'). Useful for logging." |