Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion FLAME_GPU_2_python_tutorial.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "PdDwYHc1iDBB"
Expand Down Expand Up @@ -31,6 +32,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "eOznL4ZFcbj5"
Expand All @@ -52,7 +54,7 @@
"import importlib.util\n",
"if importlib.util.find_spec('pyflamegpu') is None:\n",
" import sys\n",
" !{sys.executable} -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda120/ pyflamegpu==2.0.0rc2 # type: ignore\n",
" !{sys.executable} -m pip install --extra-index-url https://whl.flamegpu.com/whl/cuda120/ pyflamegpu==2.0.0rc4 # type: ignore\n",
"\n",
"# Import pyflamegpu and some other libraries we will use in the tutorial\n",
"import pyflamegpu\n",
Expand All @@ -61,6 +63,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "qa0JQvHTcxNV"
Expand All @@ -81,6 +84,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "vIXVvyz1dCQK"
Expand Down Expand Up @@ -137,6 +141,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "PShc0LdDTOQW"
Expand All @@ -149,6 +154,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "NI9DGZnHP7by"
Expand All @@ -171,6 +177,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "vJFHyKx9ToNa"
Expand Down Expand Up @@ -220,6 +227,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "DaW5LRKnTUoM"
Expand All @@ -229,6 +237,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "idPjmsiZQgq4"
Expand Down Expand Up @@ -274,6 +283,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "wJZB5mNYTdqp"
Expand All @@ -283,6 +293,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "fDbOHOsaRQNi"
Expand Down Expand Up @@ -406,6 +417,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "Evq-lX-QTFVT"
Expand All @@ -415,6 +427,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "a7xqiPy_b8Cz"
Expand Down Expand Up @@ -1001,6 +1014,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "tHuPbOUhaaPa"
Expand All @@ -1012,6 +1026,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "9zB8ncuhTzI9"
Expand All @@ -1021,6 +1036,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "_WbR0UTuZu6e"
Expand Down Expand Up @@ -1070,6 +1086,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "FpJ3rnDqT41o"
Expand All @@ -1079,6 +1096,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "CJ3WYh0JaCq9"
Expand Down Expand Up @@ -1158,6 +1176,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "bmwDyP79WA2i"
Expand Down Expand Up @@ -1203,6 +1222,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "Wbe-ZqglQ_2O"
Expand All @@ -1216,6 +1236,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "YvaTU6pmR1Jw"
Expand All @@ -1235,6 +1256,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "rhKgPTeITH-a"
Expand Down Expand Up @@ -1351,6 +1373,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "Z2MqMqx1gECn"
Expand All @@ -1360,6 +1383,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "mEUIR0RWlTBO"
Expand All @@ -1382,6 +1406,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "Tsx2PoCRlVX_"
Expand All @@ -1391,6 +1416,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "NCfIviwOlX1_"
Expand All @@ -1413,6 +1439,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "VOC3uQjRliYO"
Expand All @@ -1422,6 +1449,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "oG29oHBulkad"
Expand All @@ -1436,6 +1464,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "ENmsyzJGl_fZ"
Expand All @@ -1445,6 +1474,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "1gz8pmdzmBTd"
Expand All @@ -1468,6 +1498,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "2c8zlCLQmL5Z"
Expand All @@ -1477,6 +1508,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "g7nNq3znmLuB"
Expand Down Expand Up @@ -1520,6 +1552,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "fS2r-ouumIB9"
Expand All @@ -1529,6 +1562,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "TwrYwbnnnMHZ"
Expand All @@ -1549,6 +1583,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "CmNnjxEZfyWc"
Expand Down
Loading